Edit draft config (prompt, tools, post-call metrics, voice, etc.)
Edit draft config (prompt, tools, post-call metrics, voice, etc.)
Authentication
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
Request
Per-agent post-call analytics configuration. Evaluated after each call ends
and surfaced in call logs under the postCallAnalytics field.
Synthesizer (TTS) configuration. See CreateAgentRequest for full shape.
Custom LLM WebSocket URL (overrides slmModel)
Widget configuration for chat-mode agents
Pre-call API configuration. See CreateAgentRequest for full shape.
Global prompt for workflow_graph agents (max 4000 characters)
The type of workflow configuration.
single_prompt— simple prompt-based agent (default).workflow_graph— node-based visual workflow. Restricted: requires theconversational-agentsorg flag. Requests without that flag receive HTTP 403"Conversational Flow agents are no longer available for your organization."The Zod validator still accepts this enum value on any org, but the authorization middleware gates it.multi_agents— multi-agent orchestration (restricted; requiresslmModelto be one of[electron, gpt-5.2-azure]).

