---
title: "List registered runtime harnesses"
method: GET
path: "/api/runtime-harnesses"
tags: ["Runtimes"]
---

# List registered runtime harnesses

`GET /api/runtime-harnesses`

## Response `200`

List of registered runtimes

- RuntimeHarness[]
  - `id` string
  - `alias` string
  - `api_spec` 'claude_managed_agents' | 'cursor' | 'gemini_antigravity' | 'elastic'
  - `api_base` string
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/berriai/apis/litellm-agent-platform-api.md) · [All operations](https://skmtc.net/berriai/apis/litellm-agent-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/berriai/litellm-agent-platform-api/versions/63cf31f8069f/schema)
