Run agents
Prefer POST /v1/agents/run over legacy assistant chat for new execution flows.
API migration
/v1Legacy /assistant_* routes remain mounted for compatibility, but the universal gateway is the preferred surface for new integrations.
Prefer POST /v1/agents/run over legacy assistant chat for new execution flows.
Use POST /v1/agents/create for the control-plane definition flow.
Use POST /v1/models/completions when you need model completion rather than an agent run.
/v1/agents/run and keep existing auth headers.conversation_id name for continuation; some historical wire concepts still use thread_id.Not every legacy management endpoint has a one-for-one public SDK wrapper today. Treat the API docs and the SDK’s shipped surface as the contract, rather than assuming route parity.