Netlify Ai Gateway

🌐Community
by netlify · vlatest · Repository

Securely route and transform incoming requests to your serverless functions using Netlify's intelligent AI gateway.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add netlify-ai-gateway npx -- -y @trustedskills/netlify-ai-gateway
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "netlify-ai-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/netlify-ai-gateway"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The netlify-ai-gateway skill allows you to deploy AI agent endpoints directly to Netlify. It simplifies the process of creating and managing serverless functions that can be queried by AI agents, enabling integration with various AI platforms. This facilitates building custom workflows and integrations powered by AI models.

When to use it

  • Custom AI Integrations: You need a simple way to expose data or functionality from your application to an AI agent for specific tasks.
  • Serverless Workflows: You want to build lightweight, serverless functions that respond to requests from AI agents without managing complex infrastructure.
  • Rapid Prototyping: Quickly experiment with integrating AI models into your applications and workflows.

Key capabilities

  • Deploy AI agent endpoints on Netlify.
  • Simplified serverless function management for AI integrations.
  • Integration with various AI platforms.

Example prompts

  • "Call the 'get_weather' endpoint to retrieve the current weather conditions."
  • "Execute the 'process_order' function and pass it the customer details."
  • "Send a request to the 'summarize_article' endpoint with this URL: [article URL]"

Tips & gotchas

  • Requires a Netlify account and familiarity with deploying serverless functions.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
netlify
Installs
2

🌐 Community

Passed automated security scans.