Get started
Authenticate and understand the limits before dispatching your first call
Everything you need to know before dispatching your first Agents call lives here:
- Authentication - send a Bearer API key on every request
- API Limits - rate and concurrency limits per plan
Agents dispatch is a two-step flow. Your server calls POST /v1/agents/{id}/conversations with a Bearer API key; the API returns a short-lived token and URL that your browser or SDK uses to connect to the realtime voice session.