Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litellmagentplatform-fix-document-harness-auth-token.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Self-hosted Kubernetes infrastructure for Claude Code, Codex, and any coding agent β€” without ever giving them your real API keys. A vault proxy swaps stub credentials for real keys at the wire level, so agents never hold the real values. LiteLLM Agent Platform demo
$ lap claude-code-cli1

How it works

LiteLLM Agent Platform architecture: sandbox pod containing Claude Code, Codex, opencode, Agent SDK harnesses, with a vault sidecar that swaps stub credentials for real keys before outbound HTTPS The agent process only ever sees stub credentials. The vault sidecar swaps them for real keys at the wire level, so real values exist only in the sidecar’s memory β€” never in the agent process, never logged, never stored.

Get started

Install

Run locally on kind, or deploy to AWS EKS.

Run Claude Code

Open your first sandbox from the terminal.

Learn the vault

How agents stay isolated from real credentials.