aigwdocs

aigw documentation

aigw is an OpenAI-compatible AI gateway. Point any OpenAI SDK at a single base URL, use a virtual key, and reach every model behind one contract - with per-key budgets, DLP redaction, and a full audit log. Run it EU-sovereign or self-host the stateless gateway in your own VPC.

Everything below is real today. If a sentence here doesn’t match what’s in the app, tell us at support@aigw.app.

Get started

New here? The Quickstart takes you from zero to your first completion in a few copy-paste lines.

The short version:

  1. Sign in at console.aigw.app - magic link, no password.
  2. Mint a virtual key. Give it a monthly budget and, optionally, an allow-list of models.
  3. Point your SDK at the gateway. Set base_url to https://gateway.aigw.app/v1 and use the virtual key as api_key.
  4. Call any model. Change the model string to switch providers - your code doesn’t change.

What’s in the box

The endpoints

aigw speaks the OpenAI API. Today it serves:

OpenAI- and Anthropic-shaped providers are translated for you, so the same request reaches either with no code change.