# 🚄 LiteLLM Agent Platform ## Docs - [Create an agent](https://docs.litellm-agent-platform.ai/api-reference/agents/create.md) - [Delete an agent](https://docs.litellm-agent-platform.ai/api-reference/agents/delete.md) - [Get an agent](https://docs.litellm-agent-platform.ai/api-reference/agents/get.md) - [List agents](https://docs.litellm-agent-platform.ai/api-reference/agents/list.md) - [Update an agent](https://docs.litellm-agent-platform.ai/api-reference/agents/update.md) - [Create API key](https://docs.litellm-agent-platform.ai/api-reference/keys/create.md) - [Delete API key](https://docs.litellm-agent-platform.ai/api-reference/keys/delete.md) - [List API keys](https://docs.litellm-agent-platform.ai/api-reference/keys/list.md) - [MCP proxy](https://docs.litellm-agent-platform.ai/api-reference/mcp.md) - [Create a message](https://docs.litellm-agent-platform.ai/api-reference/messages.md) - [List models](https://docs.litellm-agent-platform.ai/api-reference/models.md) - [API Overview](https://docs.litellm-agent-platform.ai/api-reference/overview.md): The LiteLLM Agent Platform REST API. - [Register a runtime harness](https://docs.litellm-agent-platform.ai/api-reference/runtimes/create.md) - [Delete a runtime harness](https://docs.litellm-agent-platform.ai/api-reference/runtimes/delete.md) - [Delete runtime credentials](https://docs.litellm-agent-platform.ai/api-reference/runtimes/delete-credentials.md) - [List runtime harnesses](https://docs.litellm-agent-platform.ai/api-reference/runtimes/list.md) - [List built-in runtimes](https://docs.litellm-agent-platform.ai/api-reference/runtimes/list-built-in.md) - [Save runtime credentials](https://docs.litellm-agent-platform.ai/api-reference/runtimes/save-credentials.md) - [Update a runtime harness](https://docs.litellm-agent-platform.ai/api-reference/runtimes/update.md) - [Create a session](https://docs.litellm-agent-platform.ai/api-reference/sessions/create.md) - [Send a prompt](https://docs.litellm-agent-platform.ai/api-reference/sessions/send-event.md) - [Stream events (SSE)](https://docs.litellm-agent-platform.ai/api-reference/sessions/stream.md) - [Capabilities](https://docs.litellm-agent-platform.ai/api-reference/system/capabilities.md) - [Health check](https://docs.litellm-agent-platform.ai/api-reference/system/health.md) - [Changelog](https://docs.litellm-agent-platform.ai/changelog/overview.md): What's new in LiteLLM Agent Platform. - [API](https://docs.litellm-agent-platform.ai/channels/api.md): Talk to your agents programmatically using the LAP REST API. - [Google Chat](https://docs.litellm-agent-platform.ai/channels/google-chat.md): Add an agent as a Google Chat app. - [Slack](https://docs.litellm-agent-platform.ai/channels/slack.md): Talk to your agents directly from Slack. - [Microsoft Teams](https://docs.litellm-agent-platform.ai/channels/teams.md): Add an agent as a bot in Microsoft Teams. - [UI](https://docs.litellm-agent-platform.ai/channels/ui.md): Talk to your agents through the LiteLLM Agent Platform web interface. - [Contributing](https://docs.litellm-agent-platform.ai/engineering/contributing.md): Build, run, test, and extend the gateway locally. - [Debugging](https://docs.litellm-agent-platform.ai/engineering/debugging.md): Debug routing, pricing, and configuration issues. - [Internal SDK contract](https://docs.litellm-agent-platform.ai/engineering/sdk-api-contract.md): The normalized API contract for managed agent runtimes. - [Introduction](https://docs.litellm-agent-platform.ai/introduction.md): 1 place to call all your agents - OpenCode, OpenClaw, Hermes, Claude Managed Agents, Cursor Agents API, DeepAgents. - [Architecture](https://docs.litellm-agent-platform.ai/learn/architecture.md): LiteLLM Agent Platform is one service plus Postgres. - [Authentication](https://docs.litellm-agent-platform.ai/learn/auth.md): How the LiteLLM gateway authenticates incoming requests. - [MCP Support](https://docs.litellm-agent-platform.ai/learn/mcp.md): Use the LiteLLM gateway as an MCP proxy to inject upstream auth into tool calls. - [Quick Start](https://docs.litellm-agent-platform.ai/quickstart.md): Run LiteLLM Agent Platform locally in under a minute. - [Claude Managed Agents](https://docs.litellm-agent-platform.ai/runtimes/claude-managed-agents.md): Run agents using Anthropic's Claude Managed Agents runtime. - [Cursor Agents API](https://docs.litellm-agent-platform.ai/runtimes/cursor.md): Run agents using the Cursor Agents runtime. - [DeepAgents](https://docs.litellm-agent-platform.ai/runtimes/deepagents.md): Run agents using the DeepAgents runtime via Docker Compose. - [Elastic Agent Builder](https://docs.litellm-agent-platform.ai/runtimes/elastic-runtime.md): Run LAP sessions against an existing Elastic Agent Builder agent. - [Gemini Antigravity](https://docs.litellm-agent-platform.ai/runtimes/gemini-antigravity.md): Run agents using the Gemini Antigravity runtime. - [OpenClaw](https://docs.litellm-agent-platform.ai/runtimes/openclaw.md): Run agents using OpenClaw locally or as a hosted runtime. - [OpenCode](https://docs.litellm-agent-platform.ai/runtimes/opencode.md): Run agents using the OpenCode runtime via Docker Compose. ## OpenAPI Specs - [openapi](https://docs.litellm-agent-platform.ai/openapi.json)