Build production AI agents in minutes. REST, WebSockets, webhooks, three official SDKs and dozens of code samples, designed by developers, for developers.
Pick a quickstart and have a working integration in under twenty minutes.
Spin up a working AI agent in your account, give it skills and connect Telegram.
Embed an AI voice agent on any web page with our drop-in JavaScript SDK.
Trigger AI conversations from your backend, Zapier or n8n in real time.
Give your agent custom functions, fetch data, run actions, call your APIs.
Sync leads, deals and pipelines two-way between MyChatBot and your CRM.
Route a single customer conversation across WhatsApp, voice and email.
Drop the SDK in, give your agent a job, done. The platform handles routing, memory and channels.
// Send a message and let an AI agent reply import { MyChatBot } from "@mychatbot/sdk"; const client = new MyChatBot({ apiKey: process.env.MCB_API_KEY, }); const reply = await client.agents.chat({ agentId: "agt_8f3kQ2", channel: "whatsapp", contact: "+380501234567", message: "Show me red sneakers in size 42", }); console.log(reply.text); // → "I found 3 red sneakers in size 42, here they are..."
Everything you need to build, ship and scale.
Full REST and WebSocket reference. Authentication, rate limits, every endpoint with examples.
Official SDKs for JavaScript / TypeScript, Python and Go. Plus community libraries.
Every event you can subscribe to: messages, leads, agents, payments and more.
Production-grade sample apps on GitHub: voice support, sales chatbot, lead-gen agent.
OAuth 2.0, API keys, scoped tokens, IP allowlists. SOC 2 compliance details.
Real-time API status, incident history and detailed changelog of every release.
Get your API key in two minutes. Free tier with 1,000 messages and platform credits to get you started.