Skip to main content
GET
/
agents
/
templates
List Templates
curl --request GET \
  --url https://api.cartesia.ai/agents/templates \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'
{
  "templates": [
    {
      "id": "<string>",
      "name": "<string>",
      "repo_url": "<string>",
      "root_dir": "<string>",
      "owner_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "required_env_vars": [
        "<string>"
      ],
      "dependencies": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

An Access Token

Headers

Cartesia-Version
enum<string>
required

API version header. Must be set to the API version, e.g. '2024-06-10'.

Available options:
2024-06-10,
2024-11-13,
2025-04-16
Example:

"2025-04-16"

Response

200 - application/json
templates
AgentTemplate · object[]
required

List of agent templates.