Chatbotkit
ChatBotKit is a platform that enables developers to build and manage AI-powered chatbots, offering comprehensive APIs and SDKs for seamless integration into applications.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Chatbotkit authenticates with an API key. Generate the credential in your Chatbotkit account, then paste it into FlyMyAI the first time an agent uses a Chatbotkit action.
Get your Chatbotkit credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
ChatBotKit API Key | Your ChatBotKit API key used for authentication. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
CHATBOTKIT_COMPLETE_CONVERSATION | Tool to send a message to a conversation and receive the bot’s reply. use after retrieving or initiating a conversation id. | conversation_id, text |
CHATBOTKIT_CREATE_INTEGRATION | Tool to create a new integration. use when you need to set up a support channel integration for a bot after collecting the integration details. | name, botId, email |
CHATBOTKIT_CREATE_SKILLSET | Tool to create a new skillset. use when you need to group multiple skills into a single reusable unit. | name |
CHATBOTKIT_LIST_BOTS | Tool to retrieve a paginated list of all bots. use when you need to browse or manage multiple bots, and iterate pages via cursor. | - |
CHATBOTKIT_LIST_CONVERSATIONS | Tool to retrieve a paginated list of conversations. use when you need to page through conversation history. | - |
CHATBOTKIT_LIST_CONVERSATION_MESSAGES | Tool to list messages in a conversation with pagination. use after obtaining a conversation id to fetch messages page by page. | conversationId |
CHATBOTKIT_LIST_DATASETS | Tool to list datasets. use when you need to browse or paginate through available datasets. | - |
CHATBOTKIT_LIST_INTEGRATIONS | Tool to retrieve a list of trigger integrations. use when you need to browse or manage configured trigger integrations and iterate pages via cursor. | - |
CHATBOTKIT_LIST_PARTNERS | Tool to retrieve a list of all partner accounts associated with the main account. use when you need to view or manage all sub-accounts under your partner umbrella. | - |
CHATBOTKIT_LIST_SKILLSETS | Tool to retrieve a list of all skillsets available in the system. use when you need to enumerate existing skillsets. | - |
CHATBOTKIT_LIST_TOKENS | Tool to retrieve a list of all api tokens. use when you need to audit or manage existing tokens. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Chatbotkit!