Privacy
Last updated: 2026-06-19
The short version: we are a pipe, not a database.
What we never store
Your prompts, your model responses, your users' data. Requests stream through the gateway to the provider you chose and are gone. There is no logging of request or response bodies, anywhere, ever. Don't take our word for it — the gateway is open source; verify at github.com/eruo005-dev/gatewayforai-com.
What we store
(1) Your provider API keys, encrypted with AES-256-GCM — decrypted only in memory to call providers on your behalf, never logged, never displayed after creation. (2) A SHA-256 hash of your gateway key — we cannot recover the key itself. (3) Daily aggregate counters (request / error / fallback counts per provider), kept 30 days, used only to show you your usage.
Deletion
Delete your config at /manage any time — keys and counters are removed immediately and irrecoverably.
Third parties
Hosting: Vercel. Storage: Upstash (Redis). Your traffic additionally reaches the LLM providers you configured, under their terms.