v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Agents

List factory agents

List the factory agents available to scaffold with npx zavudev agents pull. Each entry is a ready-made voice or text agent (system prompt, skills, and — for voice agents — a co-located voice config).

get/v1/agent-templates

Response

List of factory agents.

Example response

{
  "items": [
    {
      "id": "fermi"
    }
  ]
}