An agent is the unit of configuration for a voice conversation. It owns:Documentation Index
Fetch the complete documentation index at: https://docs.zeptar.com/llms.txt
Use this file to discover all available pages before exploring further.
- A name the team uses to identify it.
- A system prompt that steers the underlying LLM.
- An organization that scopes who can see and edit it.
- A creator — the user who first created it.
Lifecycle
Scope rules
All agent endpoints are organization-scoped. The endpoints read the requester’s active organization from the session and only return agents that belong to it. Cross-tenant lookups return404 agent_not_found — there is no enumeration distinction between “wrong org” and “doesn’t exist.”
Related guides
- Conversations — start a preview call against an agent.
- Workspaces — set which organization is active.