Appearance
Connectors cheat sheet β
Connectors let an agent read or write outside its built-in tools. There are three families: areas of your own Sales Platform, external apps (HubSpot, Gmail, Slack, Notion, Stripe, and two dozen more CRMs and productivity tools), and custom MCP servers you host yourself. Reach for this page when you're wiring an agent up to your data and actions.
Everything here happens in two places:
- The Connectors page β where you authorize a tool once for your whole account.
- An agent's Settings β Connectors β where you turn an authorized tool on for that specific agent.
There's also a shortcut that skips both: when a task needs an app that isn't connected, the agent offers to connect it right in the chat.
In the app
Manage account connectors at Agents β Connectors β app.mychatbot.app/agents/connectors. Turn them on per agent at Agents β your agent β Settings β Connectors.

The three connector families β
| Family | Where you connect it | Sign-in | What the agent gets |
|---|---|---|---|
| From your Sales Platform | Connectors page β From your sales platform section | None β one click | One area of your own Sales Platform (leads, chats, orders, β¦) |
| External apps | Connectors page β a provider card, or right from a chat | One-time sign-in (Stripe instead takes a pasted API key) | The app's tools, scoped to your account (powered by our connector service) |
| Custom | Connectors page β Custom connector | You supply the URL + headers | Your own MCP server, called exactly as you configured it |
A card must read Connected before an agent can use it
Turning a connector on inside an agent does nothing until that connector is Connected on the Connectors page. A card that shows Connect (not yet authorized) or Reconnect (authorization expired) is skipped at run time β the agent simply won't see those tools.
From your Sales Platform β
The From your sales platform section on the Connectors page hands an agent one slice of your own MyChatBot account β no sign-in required, just click Connect. Each connector maps to an area of the Sales Platform, so you can give an agent, say, lead management without also giving it billing.
Sales Platform tools β Sales Platform integrations
These connectors live on the Agents Platform β they let an agent read and act on your Sales Platform data. That's different from the Sales Platform's own Integrations (CRMs, calendars, knowledge bases), which are add-ons for your customer-facing sales assistant. Same account, two different surfaces β the Sales Platform itself has no "Connectors" section.
| Connector | What the agent can do |
|---|---|
| Assistants | Create and configure AI assistants, their instructions, and test chats |
| Clients, Leads & Pipelines | Search and manage leads, labels, and your sales pipeline stages |
| Conversations | Review chat history and conversations across your channels |
| Channels | Connect and manage WhatsApp, Telegram, and web chat channels |
| Outreach & Follow-ups | Run follow-up campaigns and one-off calls and messages |
| Knowledge Base | Manage FAQ entries and product feeds the assistant answers from |
| Integrations | Review the account's CRM and external-service integrations |
| Account & Usage | Account overview, subscription details, and usage analytics |
| Orders | Look up orders and order analytics |
| Calendar | Manage native calendar bookings and availability |
| Automations | Configure how Meta (Facebook/Instagram) Lead Gen forms route leads to your assistants |
| Testing & evals | Save conversations as test scenarios, replay them against current or candidate instructions, and score answer stability |
Tools in each connector β
Turn a connector on and the agent can call any of the tools below. When you use a connector from Claude Code / Cursor (via the Connect AI tools dialog), these are exactly the tools the MCP server exposes for that ?domain=.
Full parameter documentation
This section lists tool names only. Every tool's parameters β types, required/optional, defaults, and validation rules β are documented in the Sales tools reference.
Assistants β create/configure bots, skills & test chats (19 tools)
list_assistantsβ list active assistants (id, name, status, language, model)get_assistantβ full assistant detail (instructions, welcome, integrations, follow-ups, skills)assistant_createβ create a new assistantassistant_updateβ update name, welcome, language, style, status, modelassistant_update_instructionsβ update the system prompt (moderated)assistant_list_skills/assistant_create_skill/assistant_update_skill/assistant_delete_skillβ manage the assistant's skillsassistant_get_config_linkβ link to the assistant's config pageget_assistant_available_toolsβ list the functions an assistant currently hastest_chat_start/test_chat_send/test_chat_get_history/test_chat_endβ run a synchronous test chat and inspect its tool calls (test-chat traffic is free)assistant_toggle_contact_details/assistant_toggle_client_context/assistant_update_client_context_schema/assistant_toggle_strip_kb_historyβ toolkit toggles
Clients, Leads & Pipelines β leads, labels & pipeline stages (30 tools)
list_clients/get_clientβ search and read leads (funnel-status / label / search filters)client_create/client_update/client_deleteβ manage leadsclient_list_notes/client_get_note/client_create_note/client_update_note/client_delete_noteβ client notesclient_list_tasks/client_create_task/client_update_task/client_delete_taskβ client tasksclient_list_attachments/client_get_attachmentβ read a client's filesclient_create_attachment/client_update_attachment/client_delete_attachmentβ manage attachment records for already-hosted filesexport_clientsβ export leads to a CSV/JSON filelist_labels/label_create/label_deleteβ labels (tags)list_pipelines/get_pipeline/pipeline_create/pipeline_update/pipeline_deleteβ pipelinesfunnel_status_create/funnel_status_deleteβ pipeline stages
Conversations β read chat & call history (3 tools)
list_chatsβ recent chats by last-active (client, channel, unread, operator-needed), with a last-active date window for filtering and pagingget_chatβ one chat's detail (metadata, follow-up state, channel)get_chat_messagesβ a chat's messages; for Calls chats this is the call transcript
Channels β connect & manage channels (5 tools)
list_channelsβ connected channels + status (credentials stripped)channel_toggleβ turn a channel on or offchannel_get_config_linkβ link to a channel's config page (for auth setup)create_calls_channel_sdkβ create a Web SDK voice Calls channel + get the embed snippetcreate_website_widgetβ create a website chat-bubble widget + get the embed snippet
Outreach & Follow-ups β campaigns, calls & one-off messages (10 tools)
list_follow_ups/get_follow_upβ follow-up automations (campaigns)follow_up_create/follow_up_update/follow_up_deleteβ manage follow-upsimmediate_outreach_create/immediate_outreach_update_status/immediate_outreach_preview_audienceβ one-time outreach campaigns (with audience preview)outbound_callβ place a single outbound voice call to a leadsend_one_off_messageβ send one ad-hoc message via any messaging channel
Knowledge Base β FAQs & product feeds (9 tools)
create_faq_knowledge_baseβ create an FAQ knowledge base (optionally seeded)list_faq_knowledge_base_entries/update_faq_knowledge_base_entries/delete_faq_knowledge_baseβ manage FAQ entriescreate_product_feed_integrationβ index a product feed URL (JSON/XML/Google Shopping/YML)create_products_integrationβ create a manually-managed product cataloglist_products/update_products/delete_products_integrationβ manage a product catalog
Integrations β review CRM & external integrations (3 tools)
list_integrationsβ account integrations (CRMs, KBs, MCPs, automations)get_integrationβ one integration's detail (sensitive fields stripped)get_integration_config_linkβ link to an integration's config page
Account & Usage β account, subscription & usage (4 tools)
get_account_summaryβ counts of assistants, clients, chats, integrations, follow-ups, pipelines, ordersget_subscription_infoβ current plan: tokens left, plan name, expiryget_token_usageβ token usage (optionally by assistant / date range)get_usage_summaryβ combined tokens + order/chat/client counts for a date range
Orders β orders & order analytics (4 tools)
list_ordersβ orders (filter by date, client, status, source, ref)get_orderβ one order's full detailget_order_statsβ totals, revenue, breakdown by channel and statusdelete_test_ordersβ remove test orders
Calendar β bookings & availability (5 tools)
list_eventsβ calendar events (filter by date, status, staff, service)get_eventβ one event's detailget_event_statsβ totals + breakdown by status and stafflist_calendar_staffβ staff configured for bookinglist_calendar_servicesβ services configured for booking
Automations β Lead Forms routing & diagnosis (4 tools)
list_lead_formsβ connected Facebook pages and each page's Meta Lead Gen forms, with mapping statusget_lead_forms_automationβ the full per-form config, plus a diagnosis of why a form's leads aren't reaching anyoneset_lead_form_mappingβ create or update one form's mapping (capture-and-outreach or capture-only)remove_lead_form_mappingβ disable one form's mapping (its leads are still captured into Contacts)
Writes are a two-step confirm: without confirm: true the tools apply nothing and return a before/after preview to review. Connecting the Facebook page itself stays in the app β see Automations β Lead Forms.
Testing & evals β scenarios, replay & stability scoring (7 tools)
eval_scenario_saveβ save a replayable test scenario (from a real chat, the test chat, or inline messages; upserts by name)eval_scenario_list/eval_scenario_get/eval_scenario_deleteβ manage saved scenarioseval_run_startβ replay a scenario (or a chat, or inline turns) against an assistant;instruction_overridetests candidate instructions,runs+judge: similarityscores stabilityeval_run_getβ poll a run's progress; per-turn transcripts, tool calls, and similarity metricseval_run_cancelβ stop a queued or running run (best effort)
Eval turns are free (test-chat class, never billed as customer messages); runs are async, one at a time per account. The full workflow is in Testing & evals.
One big toggle vs. individual areas
In an agent's Settings β What it can do there's a single Sales Platform tools toggle. Turning it on gives the agent the whole Sales Platform surface at once (plus a doc search over channels, integrations, and knowledge bases). The Connectors section below it lets you attach the same platform one area at a time.
The two are mutually exclusive: when Sales Platform tools is on, the individual area connectors are greyed out ("Already covered by Sales Platform tools above"). Turn the big toggle off if you want to pick areas Γ la carte.
Use a Sales Platform area from Claude Code / Cursor β
Any Sales Platform area is also reachable as an MCP server, so tools like Claude Code or Cursor can work with it from your editor. On the Connectors page, click the small i (Connect AI tools) on a From your sales platform card to open a dialog with the server address, access-key controls, and copyable Claude Code and Cursor configurations.
The server address looks like this (the dialog fills in your account and the area you picked):
https://api.mychatbot.app/api/mcp/sales-management?account_id={ACCOUNT_ID}&domain={AREA}Add just the Clients, Leads & Pipelines connector to Claude Code (each connector is a ?domain= β this one is sales_clients):
bash
claude mcp add --transport http sales-leads \
"https://api.mychatbot.app/api/mcp/sales-management?account_id=ACC123&domain=sales_clients" \
--header "Authorization: Bearer mcp_YOUR_ACCESS_KEY"Or in Cursor's mcp.json:
json
{
"mcpServers": {
"sales-leads": {
"url": "https://api.mychatbot.app/api/mcp/sales-management?account_id=ACC123&domain=sales_clients",
"headers": {
"Authorization": "Bearer mcp_YOUR_ACCESS_KEY"
}
}
}
}Drop the &domain= part to get every area on one server.
Keep the MCP access key secret
The account id in the address selects the account but does not authorize the request. Every external call also needs the Authorization: Bearer mcp_β¦ access key shown by Connect AI tools. The full key is displayed only when it is created; store it like an API key and revoke it if it leaks.
External app connectors β
External connectors bridge 29 third-party apps: CRMs (HubSpot, Pipedrive), email and marketing (Gmail, Mailchimp), docs and files (Notion, Google Docs, Google Drive, Dropbox, OneDrive, Confluence), calendars (Google Calendar, Calendly), spreadsheets (Google Sheets, Airtable), team chat (Slack, Discord, Microsoft Teams), project trackers (Linear, Jira, Asana, Trello, ClickUp, Monday, GitHub, GitLab), support desks (Intercom, Zendesk), payments (Stripe), and social (LinkedIn). The exact cards you see are whatever your account's Connectors catalog offers (external app connectors are powered by our connector service behind the scenes) β the full per-category table is on the External app connectors page.
To connect one:
- On the Connectors page, click the app's card.
- You're taken to the provider to sign in and approve access. Stripe is the exception β instead of a sign-in it asks you to paste a Stripe secret key (from Developers β API keys in Stripe; a restricted key with just the permissions you need works too, and is safer).
- You land back on the Connectors page and the card flips to Connected, pinned to the top of the grid.
To stop using it, click Disconnect on the card. Agents that relied on it lose access until you reconnect.
Connected apps can also start work
Beyond giving agents tools, a connected app can fire app-event triggers β "when a payment comes in on Stripe, run my order-logging routine." 57 events across 21 apps.
Don't see the app you need?
Use the Request a connector card at the end of the grid to tell us which integration to add.
Connect apps from chat β
You don't have to visit the Connectors page at all. When a task needs an app you haven't connected β you ask for an email digest and Gmail isn't connected β the agent shows a "Connectors that could help" panel right in the chat: each suggested app with its logo, a one-line description, and a Connect button (apps you've already connected show a check mark instead).
From there:
- Click Connect. The app's own sign-in opens in a popup β your chat stays put. (For Stripe, a paste-your-API-key prompt opens instead.)
- Approve access. The card flips to connected, and the app is switched on for the agent you're chatting with at the same time β no separate settings trip.
- Click Continue. The agent picks the task back up and can use the app immediately.
The panel's Browse all link takes you to the full Connectors page if you'd rather look around. And everything stays account-wide as usual: an app connected from chat is the same connection you'd have made from the Connectors page, available to any agent you toggle it on for.
Ask for suggestions outright
You can also just say "what apps could you connect to help with this?" β the agent replies with connect cards for whatever fits the task.
Custom MCP servers β
If you host your own MCP server, register it directly β no catalog entry, no sign-in. Open Connectors β Custom connector (app.mychatbot.app/agents/connectors/custom) and fill in the form:
| Field | What to enter |
|---|---|
| Name | Shown on the connector card (e.g. My Warehouse MCP) |
| Description | Optional β what the connector does |
| Logo URL | Optional β falls back to a default icon if blank or unreachable |
| MCP server URL | Your endpoint; must start with http:// or https:// |
| Transport | Streamable HTTP (use this if unsure) or Server-Sent Events (SSE) |
| Custom headers | Sent on every request β typically an auth token like Authorization: Bearer β¦; header names must be unique |
| Acknowledgement | You must tick "I understand custom connectors can introduce risks" to submit |
Click Add connector. It appears as its own card on the Connectors page and, from then on, as a toggle inside every agent's Settings β Connectors.
No credential refresh, no address guard
Custom connectors don't rotate credentials for you β if your server changes its token, edit the connector's headers or add it again. MyChatBot also sends requests to exactly the URL you enter, with no safety filtering, so never point a custom connector at an internal or private address you don't control. That's what the acknowledgement checkbox is confirming.
Turn a connector on for an agent β
Authorizing a connector on the Connectors page makes it available; it doesn't attach it to anything yet. To let a specific agent use it:
- Open the agent, go to the Settings tab, and find the Connectors section.
- Toggle on each connector you want this agent to reach into, then Save.
The Connectors section only lists toolkits your account has Connected β so if something's missing, connect it on the Connectors page first (the section links you there).

A toggle is not a connection
An agent toggle only takes effect if the matching card is Connected on your account. If it's toggled on but shows Not connected / Needs reconnect, the agent silently skips it. Confirm the card status before relying on the connector in a task or schedule.
Switching how something's connected
Connected cards pin to the top of the grid. A connector can be connected only one way at a time β there's no merge. To change it (say, swap a custom server for an official app of the same name), Disconnect the existing one first, then connect the other.
Best practices β
Do
- Prefer the narrowest Sales Platform area that covers the task (e.g. Leads) over the whole Sales Platform tools toggle when the agent only needs part of the surface.
- Confirm each card reads Connected before you count on it in a task or schedule β the agent toggle alone isn't enough.
- Keep it to a handful of connectors per agent. Each one is opened fresh at the start of a run, so more connectors means a slightly slower first response.
- Put custom-connector secrets in the connector's Custom headers, not in the agent's instructions.
Don't
- Don't assume toggling a connector on an agent connected anything β authorize it on the Connectors page first.
- Don't point a custom connector at an internal or loopback address; there's no safety guard on the URL.
- Don't treat Sales Platform tools (the single toggle) and the individual From your sales platform connectors as interchangeable β one is the whole platform, the others are slices.
- Don't put a Sales Platform MCP access key in the URL or share it publicly. The account id selects scope; only the Bearer key authorizes the request.
Test it β
- Connect the connector on the Connectors page (sign-in for an external app, one click for a Sales Platform area, the form for a custom server). Confirm the card reads Connected and pins to the top.
- Open the agent, go to Settings β Connectors, toggle the connector on, and Save.
- Ask the agent to do something that needs exactly one of that connector's abilities (e.g. "list my open leads" for Leads).
- If nothing happens, check the card status first β Not connected / Needs reconnect means the run skipped it. For a custom server, re-check the URL, transport, and headers.
See also β
- Tools & toggles β the What it can do capabilities, including Sales Platform tools
- App-event triggers β let a connected app start a routine when something happens in it
- MCP & connectors β how agents reach external tools at run time
- Knowledge bases β the FAQ, catalog, and feed sources behind KnowledgeBase
- Build an agent β where settings, tools, and connectors come together
- Troubleshooting β "connector connected but no tools" and other run-time skips