Skip to main content
The LiteLLM Agent Platform exposes a REST API for managing runtimes, agents, and sessions. All endpoints require a Authorization: Bearer <key> header (or ?key=<key> for SSE streams).

Base URL

Authentication

All endpoints require your master key:
The default master key for local Docker Compose is sk-local.

Live Swagger UI

The full interactive Swagger UI is available at: The raw spec is at /openapi.json — import it into Postman, Insomnia, or any OpenAPI-compatible client.

Endpoint groups