integrations/deploy target/Vercel

Vercel + AIgateway

One env var → every Vercel AI app uses AIgateway.

Set AIGATEWAY_API_KEY as a Vercel environment variable, point your code at https://api.aigateway.sh/v1, and every preview + production deploy gets 100+ models behind one key.

Vercel homepage →
Setup

Three steps or fewer.

STEP 01

Set env vars

Vercel → Project → Settings → Environment Variables.

AIGATEWAY_API_KEY=sk-aig-...
OPENAI_BASE_URL=https://api.aigateway.sh/v1
STEP 02

Use it

Any OpenAI-shaped client in your Next.js / Edge / Node code now routes through AIgateway. No code change beyond the env vars.

More integrations

Same key. Every other tool.