For developers

APIs, SDKs and a real developer experience

Build production AI agents in minutes. REST, WebSockets, webhooks, three official SDKs and dozens of code samples, designed by developers, for developers.

Start here, ship today

Pick a quickstart and have a working integration in under twenty minutes.

Five lines of code, full agent

Drop the SDK in, give your agent a job, done. The platform handles routing, memory and channels.

JavaScript
// 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..."

Reference & resources

Everything you need to build, ship and scale.

Ready to start building?

Get your API key in two minutes. Free tier with 1,000 messages and platform credits to get you started.

Read full docs