Can I use my own LLM API keys?
Yes — bring your own keys for any supported provider. AES-256-GCM encrypted, per-tenant storage.
Updated Apr 18, 20262 viewsbyokproviderscredentials
Bring your own keys (BYOK)
Absolutely. Bring your own API keys for any supported provider (OpenAI, Anthropic, Google, Mistral, DeepSeek, and more).
How your keys are stored
- Encrypted at rest with AES-256-GCM.
- Per-tenant encryption key derived as
SHA256(KEK + tenantId). - Never visible in logs, never leaves your region.
What Dobby does with them
- Routes requests through your keys (Dobby never uses its own keys for your traffic).
- Tracks cost, latency, and policy violations in audit logs.
- Rotates at your request (no downtime).
See Settings → Providers in your workspace to add keys.
Was this helpful?