Agents
CRUD operations for voice AI agents. Agents define the LLM, STT, TTS, and behavior configuration.
Create Agent
Create a new voice AI agent.
List Agents
List all agents for the organization.
Get Agent
Get agent by ID with current configuration.
Update Agent
Update agent configuration.
Delete Agent
Delete an agent and all its versions.
Publish Agent
Publish the current draft configuration as a new version.
List Agent Versions
Get version history for an agent.
Get Agent Transfer Config
Get agent configuration for agent-to-agent transfer.
Export Agent
Export agent configuration as a JSON file.
Import Agent
Import agent from a JSON file.