Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Payload for initiating an outbound call. Provide either an existing agent_id (to use a stored agent) or an inline agent_config with optional agent_prompts (to create a temporary agent for this call). NOTE: the UI previously rendered a separate 'Option' schema because the spec used a oneOf; to avoid showing Option 1/2 in the docs we do not use oneOf here — the server still expects one of these two fields to be present.
Phone number to place the call from (E.164).
Phone number to call (E.164).
Existing agent UUID to use for the call.
Inline agent configuration for a temporary agent used only for this call.
Optional inline prompts for a temporary agent.
Whether the call should be recorded. Compliant agents may force this to false.
Template variables available to agent prompts.

