[security]
How we keep your data safe. TL;DR — your keys never leave your browser.
AIWorkbench uses a direct browser-to-API architecture. When you make a request, your browser connects directly to the provider endpoint (api.anthropic.com, api.openai.com, etc.). No intermediary server, no proxy, no backend. We literally cannot see your API keys, prompts, or outputs.
Your keys are stored in sessionStorage only:
Some providers (Anthropic) require a special header (anthropic-dangerous-direct-browser-access: true) to allow direct browser requests. This is safe because the header merely enables CORS — it does not weaken authentication. Your API key is still required and validated server-side by the provider.
If you discover a security vulnerability, please report it responsibly via our contact page. We will acknowledge your report within 48 hours and work to resolve it promptly.