Dispatch Agent
Dispatch an agent to start handling conversations. This creates a conversation session and connects the agent to the orchestrator.
HTTP Request
URL Parameters
Example Request
Response (Success)
Response (Error)
Response Body
Validation Rules
Before dispatch, the agent must have all required configurations:
- ASR configuration: Provider and model must be set
- TTS configuration: Voice must be linked
- Turn configuration: Turn-taking settings must be configured
- LLM configuration: LLM provider and model must be set
If any required configuration is missing, the dispatch will fail with a detailed error message indicating which component is incomplete.
