Documentation
Build anything with ChatBakers
Set up in 5 minutes. Connect to any AI assistant, automate workflows via API, or clone ready-made templates.
MCP Server
Use ChatBakers from any AI assistant
One URL, one bearer token — and ChatBakers tools appear natively inside Claude Desktop, Claude Code, ChatGPT, Cursor, Gemini CLI, and more.
claude mcp add --transport http chatbakers \
https://app.chatbakers.com/mcp \
--header "Authorization: Bearer cbk_live_…"
REST API
Programmatic access to all your data
Every action available in the app is one HTTPS call away. 16 endpoints across 8 resources with full OpenAPI 3.1 spec and interactive Swagger UI.
16 endpoints8 resourcesOpenAPI 3.1Webhooks
# List your websites
curl https://app.chatbakers.com/api/v1/websites \
-H "Authorization: Bearer cbk_live_…"
Automation Templates
Clone and adapt ready-made workflows
n8n, Zapier, and Make templates built around the most common patterns — alerts, weekly digests, Notion briefing to prompt batches, Linear ticket flows.
n8n
Zapier
Make Trigger: Notion "Brief approved"
Action: POST /api/v1/prompts
Header: Idempotency-Key: {notionPageId}