https://api.komo.ai/api, and your API key works on all of it — the MCP
tools are a curated wrapper over this surface.
Authentication
Create a key at app.komo.ai/settings/api-keys. Two equivalent header forms:X-API-Version: 1.
Discovering endpoints
- Public OpenAPI subset:
https://api.komo.ai/api/public-openapi.json— the curated public surface (CRM, search, lists, campaigns, LinkedIn actions, inbox connection, usage). - llms.txt:
https://api.komo.ai/llms.txt— agent-oriented summary of the API + MCP server.
Python SDK
komo package (beta) currently wraps agents and threads; use the REST
endpoints directly for CRM/campaign/LinkedIn operations.
Errors & limits
Per-key rate limits: 120 requests/min overall, 20/min on expensive
search/enrichment routes. Credit-consuming endpoints reserve credits before
running and refund on failure.
Staging
The same API and MCP server run on Trybase staging:https://api.trybase.ai/api and https://api.trybase.ai/mcp.