---
title: "List factory agents"
method: GET
path: "/v1/agent-templates"
tags: ["Agents"]
---

# List factory agents

`GET /v1/agent-templates`

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).

## Response `200`

List of factory agents.

- object
  - `items` AgentTemplateSummary[], required
    - `id` string, required
    - `name` string, required
    - `summary` string, required
    - `category` 'sales' | 'support' | 'frontDesk' | 'ops', required
    - `voice` boolean, required — Whether this agent answers phone calls.
    - `toolCount` integer, required

## Other responses

- `401` — Unauthorized.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/versions/07b87b6ae707/schema)
