# Wyolet Relay ## Docs - [Claude Code](https://docs.wyolet.com/claude-code.md): Route Claude Code through Relay to track usage and capture payloads - [Using the SDKs](https://docs.wyolet.com/clients.md): Point the OpenAI and Anthropic client libraries at Relay - [Architecture](https://docs.wyolet.com/concepts/architecture.md): How Relay is put together — two planes, one snapshot - [Authentication](https://docs.wyolet.com/concepts/auth.md): Relay keys, host keys, and how the two planes are secured - [Catalog & Ownership](https://docs.wyolet.com/concepts/catalog.md): Where the providers, hosts, and models come from — and what you can edit - [Key Pooling](https://docs.wyolet.com/concepts/key-pooling.md): How Relay multiplies your rate limits and routes around dead keys - [Usage & Logging](https://docs.wyolet.com/concepts/observability.md): Track every request, and optionally capture full payloads - [Proxy Mode](https://docs.wyolet.com/concepts/proxy-mode.md): Forward requests with the caller's own upstream key, no key pool - [Configuration](https://docs.wyolet.com/configuration.md): Environment variables and runtime settings - [Introduction](https://docs.wyolet.com/introduction.md): What Relay is, and the mental model for the rest of these docs - [Quickstart](https://docs.wyolet.com/quickstart.md): Your first request through Relay in ~2 minutes - [Control API](https://docs.wyolet.com/reference/control-api.md): The admin plane — manage your catalog, keys, and policies - [Headers](https://docs.wyolet.com/reference/headers.md): The HTTP headers Relay reads and emits - [Inference API](https://docs.wyolet.com/reference/inference-api.md): The data plane — send LLM requests through Relay - [Troubleshooting](https://docs.wyolet.com/troubleshooting.md): Common errors and how to fix them