Skip to main content
GET
/
api
/
agent-runtimes
List built-in agent runtimes
curl --request GET \
  --url https://litellm-rust.onrender.com/api/agent-runtimes \
  --header 'Authorization: Bearer <token>'
{
  "runtimes": [
    {
      "name": "Cursor",
      "default_api_base": "https://api.cursor.com",
      "credential_provider_id": "cursor",
      "credential_provider_name": "Cursor",
      "tools": [
        {}
      ],
      "connected": true,
      "api_base": "<string>",
      "masked_api_key": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Your LITELLM_MASTER_KEY. Default for local Docker Compose: sk-local

Response

Built-in runtime catalog and credential status

runtimes
object[]