Developer Docs
Documentation for teams integrating AI communication into real systems.
RooTel keeps the developer path straightforward: authenticate, connect data, define workflows, and subscribe to events that update your stack.
Core docs
What developers need to ship an end-to-end workflow.
Quickstart
Create an API key, connect data sources, and launch your first agent flow.
Voice and workflows
Define prompts, state transitions, actions, and escalation behavior.
Events and webhooks
Push outcomes into CRM, ticketing, analytics, and custom internal systems.
Quickstart snippet
A lightweight example that fits the product story.
The documentation experience should make the platform feel buildable, not abstract.
POST /v1/agents
{
"name": "support-triage",
"channel": "voice",
"dataSources": ["crm", "tickets"],
"workflow": {
"intentRouting": true,
"humanHandoff": "billing_queue",
"postCallWebhook": "/api/rootel/events"
}
}