Agents
Publish Agent
Publish an agent to make it active and available to receive or place calls
POST
Publish Agent
Publish an agent to mark it as active. A published agent can receive inbound calls or be used to place outbound calls.Endpoint
Path parameters
The unique identifier of the voice agent to publish.
Request headers
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereExamples
Response
Notes
- The agent must be properly configured (knowledge, voice, calling settings) before it can be published. If
is_ready_to_publishisfalse, the publish call will fail with a422validation error explaining what’s missing. - Publishing an outbound agent does not start any calls — use Make a Call to dispatch outbound calls.
- To temporarily disable a published agent, use Unpublish Agent.