Create a standalone agent
Create an agent without a sender. It is created disabled; connect a sender and enable it when you are ready for it to answer.
Sub-resources. An agent’s tools, flows and knowledge bases are reachable at /v1/agents/{agentId}/tools, /v1/agents/{agentId}/flows and /v1/agents/{agentId}/knowledge-bases, mirroring the sender-scoped routes documented under /v1/senders/{senderId}/agent/... exactly. Use the agent-scoped form while the agent has no sender: the sender-scoped one cannot address it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Create an agent that exists on its own. Connect senders afterwards; an agent answers on any number of them.
Sub-resources. An agent's tools, flows and knowledge bases are reachable at /v1/agents/{agentId}/tools, /v1/agents/{agentId}/flows and /v1/agents/{agentId}/knowledge-bases, mirroring the sender-scoped routes documented under /v1/senders/{senderId}/agent/... exactly. Use the agent-scoped form while the agent has no sender: the sender-scoped one cannot address it.
100LLM provider for the AI agent.
openai, anthropic, google, mistral, zavu 100001 <= x <= 501 <= x <= 40960 <= x <= 2Voice Agent configuration on a sender's AI agent. Controls how the agent behaves on inbound and outbound phone calls through Zavu's managed voice pipeline (speech recognition, the agent's LLM, and speech synthesis, with real-time interruption handling). Requires the Voice Agents feature to be enabled for your team.
Response
Agent created.
AI Agent configuration for a sender.
