---
title: "List built-in agent runtimes"
method: GET
path: "/api/agent-runtimes"
tags: ["Runtimes"]
---

# List built-in agent runtimes

`GET /api/agent-runtimes`

## Response `200`

Built-in runtime catalog and credential status

- AgentRuntimesResponse
  - `runtimes` AgentRuntime[]
    - `id` 'claude_managed_agents' | 'cursor' | 'gemini_antigravity' | 'elastic_agent_builder'
    - `name` string
    - `default_api_base` string
    - `credential_provider_id` string
    - `credential_provider_name` string
    - `tools` object[]
    - `connected` boolean
    - `api_base` string, nullable
    - `masked_api_key` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/litellm-agent-platform/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.dev/litellm-agent-platform/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litellm-agent-platform/litellm-agent-platform-api/revisions/92039c29a228/schema)
