ConvoiAi
Browse docs

Resources

Read agents attached to your account.

3 min read

List agents

http
GET /api/v1/public/agents

Returns every agent your account can use. Each entry includes the agent's id, display name, language, and the LLM/STT/TTS providers it is configured with.

Retrieve a single agent

http
GET /api/v1/public/agents/{id}

Returns the full agent object, including its system prompt, tools, and provider configuration. Use this to populate UI for a per-call agent_overrides editor.

Related in Resources