AI-Gateway

by Azure-Samplesβœ“ Verified

Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry πŸš€

976
Stars
497
Forks
Jupyter Notebook
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Azure-Samples/AI-Gateway

Getting Started

Guides for using skills like AI-Gateway.

Security Report

Verified

Last scanned: β€”

{
  "status": "PASSED",
  "issues": []
}

README.md

✨ AI Gateway Labs

Open Source GitHub Stars Open in GitHub Codespaces

AI-Gateway Labs

Explore the enterprise-grade gateway for managing AI Models, Tools, and Agents


AI-Gateway flow

Azure

πŸ“° New! The AI Gateway Dev Portal is now live β€” A starting point for building your own developer portal on top of Azure API Management AI Gateway's. Fork it, open it in VS Code with GitHub Copilot (or any coding agent), and shape it to fit your needs!

Why AI Gateway?

Building production-ready AI applications requires more than just calling model APIs. You need security, reliability, observability, and cost controlβ€”without slowing down innovation.

AI Gateway powered by Azure API Management provides:

  • πŸ” Security β€” OAuth 2.0, managed identities, content safety filtering
  • ⚑ Performance β€” Load balancing, semantic caching, request routing
  • πŸ“Š Observability β€” Token metrics, built-in logging, tracing
  • πŸ’° Cost Control β€” Rate limiting, quota management, FinOps framework
  • πŸ”Œ Extensibility β€” MCP protocol support, function calling, multi-model routing

πŸ“š Explore the Labs

πŸ”— Browse all 30+ labs at aka.ms/ai-gateway/labs

Each lab is a hands-on Jupyter notebook with step-by-step instructions, Bicep infrastructure templates, and APIM policies you can deploy to your Azure subscription.

🧠 AI Gateway for Models

Manage and control access to Large Language Models with enterprise-grade policies.

LabDescription
Backend Pool Load BalancingDistribute requests across multiple model endpoints
Token Rate LimitingControl token consumption with rate limiting policies
Semantic CachingCache responses using vector similarity for faster, cheaper completions
Model RoutingRoute requests to different backends based on model and version
FinOps FrameworkManage AI budgets with automated quota controls

πŸ”§ AI Gateway for Tools

Enable secure tool access with MCP protocol and function calling capabilities.

LabDescription
Model Context Protocol (MCP)Plug & play tools with OAuth credential management
MCP Client AuthorizationImplement MCP with the client authorization flow
Function CallingUse OpenAI function calling with Azure Functions backend
Realtime Audio + MCPCombine realtime voice API with MCP tools

πŸ€– AI Gateway for Agents

Build and control agentic applications with orchestration frameworks.

LabDescription
AI Agent ServiceExplore Foundry Agent Service with multi-service control
OpenAI Agents SDKUse OpenAI Agents with Azure OpenAI and APIM-managed tools
Gemini MCP AgentsIntegrate Google Gemini models with MCP tools
A2A Enabled AgentsA2A-enabled Agents with models and MCP plug & play tools

πŸš€ Quick Start

Prerequisites

  • Python 3.12+
  • uv (fast Python package manager) β€” install via curl -LsSf https://astral.sh/uv/install.sh | sh (Linux/macOS) or powershell -c "irm https://astral.sh/uv/install.ps1 | iex" (Windows)
  • VS Code with Jupyter extension
  • Azure Subscription with Contributor + RBAC Administrator roles
  • Azure CLI authenticated to your subscription

Get Started

# Clone the repository
git clone https://github.com/Azure-Samples/AI-Gateway.git
cd AI-Gateway

# Create the virtual environment and install dependencies
uv sync
uv pip install -r pyproject.toml

# Open VS Code and start with a lab
code .

When opening a notebook, select the .venv interpreter created by uv sync as the Jupyter kernel.

Or launch instantly with GitHub Codespaces ☁️

πŸ”¨ Developer Tools

The tools/ folder provides utilities for testing and development:

ToolDescription
TracingInvoke AI Foundry APIs with tracing enabled
StreamingTest streaming responses from AI models
Rate Limit TesterValidate rate limiting configurations
Mock ServerOpenAI API mock for local development and testing
OAuth ClientTest OAuth authentication flows

πŸ‘©β€πŸ’» Build Your Own Labs with AI

This repository includes Copilot Agent Skills that help you create new labs using AI-assisted development in VS Code.

Available Skills

SkillDescription
lab-creatorScaffolds new labs with notebooks, Bicep, and policies
apim-bicepGenerates Azure Bicep templates for APIM resources
apim-terraformGenerates Terraform configurations for APIM
apim-policiesCreates APIM XML policies for AI gateway scenarios
apim-kqlGenerates queries in KQL to control models, tools and agents
mcp-builderBuilds MCP servers for tool integration

Example: Create a New Lab

Open this repo in VS Code with GitHub Copilot and use this prompt:

Create a new lab called "multi-model-failover" that demonstrates how to 
implement automatic failover between different AI models when the primary 
model is unavailable or throttled. Include:
- A backend pool with priority-based routing
- Retry policy with exponential backoff
- Circuit breaker pattern for unhealthy backends
- Built-in LLM logging to track usage across all backends
- Test the model with a LangChain agent: https://docs.langchain.com/oss/python/langchain/agents
Use gpt-4.1-mini as primary and gpt-4.1-nano as fallback, deploy to Sweden Central.

Copilot will generate the complete lab structure including:

  • πŸ““ Jupyter notebook with step-by-step instructions
  • 🦾 Bicep infrastructure template
  • βš™οΈ APIM policy XML
  • πŸ“– README documentation
  • 🧹 Cleanup notebook

πŸ›οΈ Well-Architected Framework

Labs are designed following Azure Well-Architected Framework principles:

PillarLabs
SecurityAccess controlling, Content safety, Private connectivity
ReliabilityBackend pool load balancing, Token rate limiting
PerformanceSemantic caching, Model routing
OperationsBuilt-in logging, Token metrics emitting
CostFinOps framework, Semantic caching

πŸ“• Enterprise AI Gateway e-Book

Enterprise AI Gateway eBook

Download the Enterprise AI Gateway e-Book for comprehensive end-to-end view of the Enterprise AI Gateway pattern, explaining why a centralized governance layer is essential for organizations adopting AI at scale and how it can be practically implemented using Azure API Management and Microsoft Foundry.
It describes the AI Gateway as a control plane that mediates all interactions between AI apps and agents and the underlying models, data, and tools, enabling consistent enforcement of security, safety, cost controls, resiliency, scalability, observability, and governance. Overall, the e-Book positions the Enterprise AI Gateway as a foundational architectural component that allows enterprises to innovate rapidly with AI while maintaining trust, compliance, visibility, and control.

🎬 Conferences & Webcasts

Learn from experts through these videos covering AI Gateway concepts and implementations.

Build 2025Reactor Jan 2025MCP WorkflowsSupercharge your API's
Ignite 2024Reactor Nov 2024Content SafetySemantic Caching
Token Emit MetricGenAI GatewayControl AI ServicesJohn Savill
Houssem DellaiTurbo360A2A MCP Multiagents

πŸ“– Resources

🀝 Contributing

Contributions are welcome! Please read CONTRIBUTING.md for guidelines.

License

MIT

APIM Love

Frequently Asked Questions

What is AI-Gateway?βŒ„

AI-Gateway is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Azure-Samples. Labs to explore AI Models, MCP servers, and Agents with the AI Gateway powered by Azure API Management and Microsoft Foundry πŸš€. It has 976 GitHub stars.

Is AI-Gateway safe to use?βŒ„

Yes. AI-Gateway passed SkillsLLM's automated security scan β€” a dependency vulnerability audit plus prompt-injection heuristics β€” with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install AI-Gateway?βŒ„

Clone the repository with "git clone https://github.com/Azure-Samples/AI-Gateway" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is AI-Gateway written in?βŒ„

AI-Gateway is primarily written in Jupyter Notebook. It is open-source under Azure-Samples on GitHub, so you can review or fork the full source.

Are there alternatives to AI-Gateway?βŒ„

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AI-Gateway against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 242,219β‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’
15

An agentic skills framework & software development methodology that works.

⭐ 234,966β‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details β†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 185,940β‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

⭐ 128,868β‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details β†’

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

⭐ 120,031β‘‚ 19,897Shell
AI Agents
View details β†’

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 242,219β‘‚ 36,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’
15

An agentic skills framework & software development methodology that works.

⭐ 234,966β‘‚ 20,863Shell
AI Agentsai-agentsbrainstorming
View details β†’

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

⭐ 201,881β‘‚ 60,308TypeScript
MCP Serversapisai-tools
View details β†’

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

⭐ 185,940β‘‚ 28,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details β†’

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

⭐ 128,868β‘‚ 8,826Rust
AI Agentsclaude-codeai-tools
View details β†’