Make Your First Call
1. Find your agent ID
Open the dashboard, go to Agents, and select the agent you want to use. Copy the agent ID.
2. Set environment variables
3. Start a call
4. Store the response
Save the returned trace_id. If your request includes a conversation_id, save that too.
5. Check results
6. Move to production
- Add
idempotency_keyto prevent duplicate calls. - Configure webhooks for call completion events.
- Monitor
429responses and concurrent call limits. - Store
conversation_id,trace_id, and webhookevent_idin your system.