Back to skills

netlify-ai-gateway

infrastructure

Netlify AI Gateway is a proxy layer that routes requests to AI models from OpenAI, Anthropic, and Google through Netlify's infrastructure. You use standard provider SDKs but point them at Netlify's ga

Setup & Installation

npx skills add https://github.com/netlify/netlify-ai-gateway --skill netlify-ai-gateway
or paste the link and ask your coding assistant to install it
https://github.com/netlify/netlify-ai-gateway
View on GitHub

What This Skill Does

Netlify AI Gateway is a proxy layer that routes requests to AI models from OpenAI, Anthropic, and Google through Netlify's infrastructure. You use standard provider SDKs but point them at Netlify's gateway URL instead of the provider's API directly. Netlify handles authentication and rate limiting, so no provider API keys are needed. Instead of managing separate API keys for each AI provider and wiring up authentication yourself, the gateway centralizes access so you can call multiple providers with zero credential setup.

When to use it

  • Working with netlify ai gateway functionality
  • Implementing netlify ai gateway features
  • Debugging netlify ai gateway related issues