Overview
Store your LLM API keys in Hogpass 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 Hogpass dashboard under Connections > LLMs
- Hogpass 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