Routes OpenAI, Anthropic, and Gemini SDK calls through Netlify's managed proxy so you don't juggle provider API keys. You wire up the standard SDKs (openai, @anthropic-ai/sdk, @google/genai) but point them at gateway URLs that Netlify auto-injects. Works for chat, completion, reasoning, and image generation, though image gen is Gemini-only on the gateway. The catch: it only exposes a curated model subset, not every model the providers offer, and you need at least one production deploy before the gateway activates. Pin this when you're building AI features on Netlify and want to skip the key management overhead, but check the available models list before you commit to a specific model.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-ai-gateway