Architecture

Understanding the LLM Proxy system design and architecture.

What’s in this section

Quick Overview

The LLM Proxy is a transparent reverse proxy that:

  • Replaces short-lived “withering” tokens with real API keys
  • Provides project-based access control
  • Publishes async events for observability
  • Caches HTTP responses for efficiency

For the complete system design, see the Architecture Overview.


Table of contents