Overview
Store your LLM API keys in OneCLI and the gateway injects them into requests automatically. Agents call model APIs without ever seeing the raw key.
How it works
- You add an API key in the OneCLI dashboard under Connections > LLMs
- OneCLI encrypts and stores the key (AES-256-GCM at rest)
- When an agent sends a request to a matching host (e.g.
api.anthropic.com), the gateway injects the key into the appropriate header - The request is forwarded to the provider