---
title: "List Templates"
method: GET
path: "/agents/templates"
tags: ["Agents"]
---

# List Templates

`GET /agents/templates`

List of public, Cartesia-provided agent templates to help you get started

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- GetTemplatesResponse
  - `templates` AgentTemplate[], required — List of agent templates.
    - `id` string, required — The ID of the agent template.
    - `name` string, required — The name of the agent template.
    - `description` string, nullable — The description of the agent template.
    - `repo_url` string, required — The URL of the Git repository associated with the agent template.
    - `root_dir` string, required — The root directory of the agent template.
    - `required_env_vars` string[], nullable — The required environment variables for the agent template.
    - `dependencies` string[], nullable — The dependencies of the agent template.
    - `created_at` string, date-time, required — The UTC timestamp when the agent template was created.
    - `updated_at` string, date-time, required — The UTC timestamp when the agent template was last updated.
    - `owner_id` string, required — The ID of the owner of the agent template.

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/revisions/8910812440d3/schema)
