Skip to main content

Connect

The MCP endpoint is:
Authenticate with an organization API key (hmok_...) passed as a Bearer token:
For copy-paste client configuration (Codex, Claude Code, Cursor) and authentication options, see MCP.

SaaS Mode flow

Ask your agent to work in this order:
  1. List customers.
  2. Create or choose a customer.
  3. Create an onboarding link for that customer.
  4. List the customer’s channels after they connect.
  5. Send messages or manage webhooks for the customer channel.

Tools

Examples

Ask your agent to create a customer connect link:
Ask your agent to inspect a customer’s channels:
Ask your agent to send a customer-channel message:

Customer channels

list_channels takes a workspaceId. For SaaS Mode, pass the customer’s ws_ ID. Do not list your own workspace channels when you mean customer channels. First choose the customer, then list channels for that customer’s ws_ ID.
  • CLI: run the same customer flow from the terminal.
  • API overview: manage customers and channels from your app.
  • Onboarding links: let customers connect their own accounts.