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 → Project → Settings → Environment Variables.
AIGATEWAY_API_KEY=sk-aig-... OPENAI_BASE_URL=https://api.aigateway.sh/v1
Any OpenAI-shaped client in your Next.js / Edge / Node code now routes through AIgateway. No code change beyond the env vars.