Stay AI
Connect to Stay AI to manage subscription workflows, orders, catalog data, account settings, export jobs, portal links, and webhook subscriptions.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "STAY_AI_CANCEL_SUBSCRIPTION", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("STAY_AI_CANCEL_SUBSCRIPTION", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute STAY_AI_CANCEL_SUBSCRIPTION --data '{ }'Tool catalog
Available tools
16 callable operations
Cancel SubscriptionSTAY_AI_CANCEL_SUBSCRIPTIONCancel SubscriptionConnection
Cancel Subscription
Authentication
Connected account requiredTags
Change FrequencySTAY_AI_CHANGE_FREQUENCYChange FrequencyConnection
Change Frequency
Authentication
Connected account requiredTags
Create Webhook SubscriptionSTAY_AI_CREATE_WEBHOOK_SUBSCRIPTIONCreate Webhook SubscriptionConnection
Create Webhook Subscription
Authentication
Connected account requiredTags
Delete Webhook SubscriptionSTAY_AI_DELETE_WEBHOOK_SUBSCRIPTIONDelete Webhook SubscriptionConnection
Delete Webhook Subscription
Authentication
Connected account requiredTags
Export DataSTAY_AI_EXPORT_DATAThis page will help you get started with Export Data.Connection
This page will help you get started with Export Data.
Authentication
Connected account requiredTags
Generate Portal LinkSTAY_AI_GENERATE_PORTAL_LINKGenerate Portal LinkConnection
Generate Portal Link
Authentication
Connected account requiredTags
Query Entire CatalogSTAY_AI_GET_CATALOGRetrieve the details for the products in your catalog.Connection
Retrieve the details for the products in your catalog.
Authentication
Connected account requiredTags
Query Product in CatalogSTAY_AI_GET_SHOPIFY_PRODUCT_IDRetrieve Details for a specific product and its variants from your catalog.Connection
Retrieve Details for a specific product and its variants from your catalog.
Authentication
Connected account requiredTags
Get Webhook SubscriptionsSTAY_AI_GET_WEBHOOK_SUBSCRIPTIONSGet Webhook SubscriptionsConnection
Get Webhook Subscriptions
Authentication
Connected account requiredTags
Query Account SettingsSTAY_AI_QUERY_ACCOUNT_SETTINGSQuery Account SettingsConnection
Query Account Settings
Authentication
Connected account requiredTags
Query All SubscriptionsSTAY_AI_QUERY_ALL_SUBSCRIPTIONSQuery All SubscriptionsConnection
Query All Subscriptions
Authentication
Connected account requiredTags
Query OrdersSTAY_AI_QUERY_ORDERSQuery OrdersConnection
Query Orders
Authentication
Connected account requiredTags
Query Subscription by IDSTAY_AI_QUERY_SUBSCRIPTION_BY_IDQuery Subscription by IDConnection
Query Subscription by ID
Authentication
Connected account requiredTags
Remove LinesSTAY_AI_REMOVE_LINESRemove LinesConnection
Remove Lines
Authentication
Connected account requiredTags
Update LineSTAY_AI_UPDATE_LINEUpdate LineConnection
Update Line
Authentication
Connected account requiredTags
Update Order NotesSTAY_AI_UPDATE_ORDER_NOTESUpdate Order NotesConnection
Update Order Notes
Authentication
Connected account requiredTags