Overview
BYOK lets you provide your own API keys for LLM providers. a21e handles prompt engineering and execution orchestration; inference calls go directly to your provider account.Supported providers
Adding a provider key
- Go to Settings > Provider Keys in the dashboard
- Click Add provider key
- Select the provider and paste your API key
- The key is encrypted at rest and never logged
How billing works with BYOK
Credits are still required in BYOK mode — they cover prompt synthesis, technique selection, quality scoring, and memory. The LLM inference cost is the only part that shifts to your provider account.
Key security
- Keys are encrypted with AES-256 before storage
- Keys are never included in logs, error messages, or API responses
- Keys are only decrypted at the moment of an LLM call, in memory
- You can rotate or delete keys at any time