Stay AI
Connect to Stay AI to manage subscription workflows, orders, catalog data, account settings, export jobs, portal links, and webhook subscriptions.
stay-aiv1.0.016 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
16 个可调用操作
Cancel SubscriptionSTAY_AI_CANCEL_SUBSCRIPTIONCancel Subscription需要连接
Cancel Subscription
认证
需要 Connected AccountTags
cancel
Change FrequencySTAY_AI_CHANGE_FREQUENCYChange Frequency需要连接
Change Frequency
认证
需要 Connected AccountTags
change
Create Webhook SubscriptionSTAY_AI_CREATE_WEBHOOK_SUBSCRIPTIONCreate Webhook Subscription需要连接
Create Webhook Subscription
认证
需要 Connected AccountTags
create
Delete Webhook SubscriptionSTAY_AI_DELETE_WEBHOOK_SUBSCRIPTIONDelete Webhook Subscription需要连接
Delete Webhook Subscription
认证
需要 Connected AccountTags
delete
Export DataSTAY_AI_EXPORT_DATAThis page will help you get started with Export Data.需要连接
This page will help you get started with Export Data.
认证
需要 Connected AccountTags
export
Generate Portal LinkSTAY_AI_GENERATE_PORTAL_LINKGenerate Portal Link需要连接
Generate Portal Link
认证
需要 Connected AccountTags
generate
Query Entire CatalogSTAY_AI_GET_CATALOGRetrieve the details for the products in your catalog.需要连接
Retrieve the details for the products in your catalog.
认证
需要 Connected AccountTags
get
Query Product in CatalogSTAY_AI_GET_SHOPIFY_PRODUCT_IDRetrieve Details for a specific product and its variants from your catalog.需要连接
Retrieve Details for a specific product and its variants from your catalog.
认证
需要 Connected AccountTags
get
Get Webhook SubscriptionsSTAY_AI_GET_WEBHOOK_SUBSCRIPTIONSGet Webhook Subscriptions需要连接
Get Webhook Subscriptions
认证
需要 Connected AccountTags
get
Query Account SettingsSTAY_AI_QUERY_ACCOUNT_SETTINGSQuery Account Settings需要连接
Query Account Settings
认证
需要 Connected AccountTags
query
Query All SubscriptionsSTAY_AI_QUERY_ALL_SUBSCRIPTIONSQuery All Subscriptions需要连接
Query All Subscriptions
认证
需要 Connected AccountTags
query
Query OrdersSTAY_AI_QUERY_ORDERSQuery Orders需要连接
Query Orders
认证
需要 Connected AccountTags
query
Query Subscription by IDSTAY_AI_QUERY_SUBSCRIPTION_BY_IDQuery Subscription by ID需要连接
Query Subscription by ID
认证
需要 Connected AccountTags
query
Remove LinesSTAY_AI_REMOVE_LINESRemove Lines需要连接
Remove Lines
认证
需要 Connected AccountTags
remove
Update LineSTAY_AI_UPDATE_LINEUpdate Line需要连接
Update Line
认证
需要 Connected AccountTags
update
Update Order NotesSTAY_AI_UPDATE_ORDER_NOTESUpdate Order Notes需要连接
Update Order Notes
认证
需要 Connected AccountTags
update