agency-ai-gateway

Provides Cloudflare AI Gateway context for proxying, routing, and monitoring LLM API traffic.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-ai-gateway-ai-staffing-solution-consultants-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-ai-gateway
Source: https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system/tree/main/.agents/skills/engineering-ai-gateway
Command: npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-ai-gateway-ai-staffing-solution-consultants-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with Cloudflare AI Gateway requires knowing its endpoint structure, authentication model, required headers, and feature set, and this Skill loads that context so AI-assisted tasks involving AI Gateway are accurate and grounded. ## Core Features & Use Cases - Gateway Context Loading: Supplies endpoint formats, authentication requirements, and the mandatory cf-aig-gateway-id header for Workers AI requests. - Feature Reference: Covers caching, rate limiting, retries, model fallback, A/B testing, guardrails, DLP, logging, and analytics. - Use Case: When configuring an application to route OpenAI or Workers AI traffic through Cloudflare AI Gateway with rate limiting and fallback models, load this Skill to get the correct endpoint URLs, headers, and API paths. ## Quick Start Load the AI Gateway context and show me how to route my Workers AI requests through the default gateway with rate limiting enabled.

Frequently Asked Questions about agency-ai-gateway

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

FAQPage Schema
How do I route LLM API requests through Cloudflare AI Gateway?▼

Send requests to https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/{provider} instead of the provider's direct endpoint. Authenticate with your Cloudflare account ID and an API token with AI Gateway and Workers AI permissions.

What features does Cloudflare AI Gateway provide for AI traffic?▼

AI Gateway provides caching, rate limiting, request retries, model fallback, A/B testing via dynamic routing, guardrails, data loss prevention, logging, and analytics for proxied AI API traffic.

Why do Workers AI requests fail through AI Gateway?▼

Workers AI requests require the cf-aig-gateway-id: default header to route through the gateway. Third-party models automatically create the default gateway, but Workers AI calls need this header set explicitly.

Can I use my own provider API keys with Cloudflare AI Gateway?▼

Yes, provider keys can be supplied via unified billing, Bring Your Own Key (BYOK), or request headers. You also need a Cloudflare API token with AI Gateway Read/Edit and Workers AI Read permissions.

Is the AI Gateway documentation in this Skill up to date?▼

The documentation snapshot is dated 2026-07-31 and may be stale. Re-fetch https://developers.cloudflare.com/ai-gateway/llms-full.txt before citing specific limits or pricing details.