netlify-ai-gateway

Route OpenAI, Anthropic, and Google Gemini requests through Netlify's AI Gateway.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill netlify-ai-gateway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-ai-gateway
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/netlify-ai-gateway
Command: npx skills add https://github.com/ChristineTham/lp --skill netlify-ai-gateway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Netlify AI Gateway provides access to AI models from multiple providers without managing API keys directly. It acts as a proxy to route calls to OpenAI, Anthropic, and Google Gemini, allowing teams to centralize authentication and model selection.

Core Features & Use Cases

  • Unified gateway: route AI requests to a curated set of models from multiple providers.
  • Keyless operation: auto-injects gateway-based credentials and base URLs for SDKs.
  • Use case: wire up a Netlify site to run chat or image generation with provider switching and model selection.

Quick Start

Deploy a site with AI enabled and point your provider SDKs at the gateway URL after production deployment.

Frequently Asked Questions about netlify-ai-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route AI calls to OpenAI and Anthropic without exposing provider API keys?

Use Netlify AI Gateway to proxy requests to OpenAI, Anthropic, and Google Gemini, avoiding embedded provider API keys by centralizing authentication and auto-injecting gateway-based credentials into your provider SDKs.

What is the best way to secure multi-provider AI access on a deployed Netlify site?

Secure multi-provider AI access on a Netlify site by enabling the AI Gateway after production deployment, which provides keyless operation through automatic environment variable injection and model whitelisting for provider abstraction.

Can I use Netlify AI Gateway with my existing provider SDKs for chat and image generation?

Yes, you can use existing provider SDKs by pointing them at the gateway base URL after production deployment, allowing your Netlify site to run chat or image generation with provider switching and model selection.

Does Netlify AI Gateway support model whitelisting and provider switching?

Yes, Netlify AI Gateway supports model whitelisting to curate a set of models from multiple providers, enabling provider switching and model selection without requiring direct API key management for your unified gateway requests.

When should I set up the AI Gateway on my Netlify site?

Set up the AI Gateway after your Netlify site is deployed to production, as the keyless credential auto-injection and gateway URL wiring for your provider SDKs require an active production deployment environment.