Developer Docs
Build with Rootel
Rootel keeps the developer path straightforward: authenticate, define your agents, connect your channels, and subscribe to events that update your stack.
Core docs
What developers need to ship an end-to-end workflow
Create AI agents
Learn how to define agent logic, prompts, and playbooks for intelligent interactions.
Deploy across channels
Step-by-step guides for connecting agents to WhatsApp, Web, and Voice protocols.
Integrate with your systems
Technical reference for connecting CRMs, databases, and custom internal APIs.
API Reference
A developer-first integration experience
Our API is designed to be intuitive and powerful, allowing you to trigger agents and handle outcomes with minimal code.
POST /v1/agents
{
"name": "customer-support-agent",
"channels": ["whatsapp", "voice"],
"intelligence": {
"intentRouting": true,
"humanHandoff": "support_queue",
"postInteractionWebhook": "https://api.yourdomain.com/events"
}
}