Microsoft put Azure API Management's AI Gateway tier into public preview on July 27, available in East US 2 and Sweden Central at no cost while pricing is determined. The tier is a purpose-built resource whose control plane is organized around models, MCP servers, and tools rather than APIs — a structural departure from the policy-layering approach of the classic and v2 tiers, which retain their existing AI gateway capabilities unchanged.

The model federation layer covers the multi-cloud reality most enterprise fleets already live in. The preview publishes Foundry-hosted models including OpenAI, Anthropic, and Mistral alongside models in AWS Bedrock, Google Vertex AI, and OpenAI direct. All OpenAI-compatible providers share one endpoint path; the gateway routes on an exact match of the model field, so each published model requires a unique name. Anthropic runs through a custom provider with Messages API passthrough. A gateway provisions in about a minute with no scale units to plan.

ProviderHosting PlatformEndpoint ProtocolRouting Mechanism
OpenAIAzure FoundryOpenAI-compatibleExact match on model field; unique name required
AnthropicAzure FoundryCustom provider — Messages API passthroughExact match on model field; unique name required
MistralAzure FoundryOpenAI-compatibleExact match on model field; unique name required
AWS Bedrock modelsAWS BedrockOpenAI-compatibleExact match on model field; unique name required
Google Vertex AI modelsGoogle Vertex AIOpenAI-compatibleExact match on model field; unique name required
OpenAI (direct)OpenAI DirectOpenAI-compatibleExact match on model field; unique name required
FIG. 02 Model providers supported in the AI Gateway tier public preview, with hosting platform and routing mechanism — Microsoft Tech Community / Azure API Management AI Gateway preview, 2026
ProviderHosting PlatformAPI ProtocolRouting / Notes
OpenAIAzure AI FoundryOpenAI-compatibleShared endpoint; routes on exact match of model field
AnthropicAzure AI FoundryMessages API passthroughCustom provider; separate API path
MistralAzure AI FoundryOpenAI-compatibleShared endpoint; routes on exact match of model field
Models on AWS BedrockAWS BedrockOpenAI-compatibleShared endpoint; routes on exact match of model field
Models on Google Vertex AIGoogle Vertex AIOpenAI-compatibleShared endpoint; routes on exact match of model field
OpenAI (direct)OpenAIOpenAI-compatibleShared endpoint; each published model requires a unique name
FIG. 03 Supported model providers in the AI Gateway tier public preview — Microsoft Tech Community, 2026

Tool federation extends the same pattern to the MCP layer. Teams can expose an existing MCP server over SSE or Streamable HTTP, convert REST API operations into an MCP server by uploading an OpenAPI spec, or draw on more than 1,400 connector-backed tools from the Power Platform and Logic Apps library without hosting a server. Multiple MCP servers federate behind a single endpoint, so an agent connects once and resolves tools across all of them. Per-backend authentication supports API keys, OAuth 2.0 client credentials, managed identity, and mTLS.

Exposure MethodSource / TransportServer Hosting RequiredSupported Auth Schemes
Expose existing MCP serverSSE or Streamable HTTPYes (customer-hosted)API key, OAuth 2.0 client credentials, managed identity, mTLS
Convert REST API via OpenAPI specUploaded OpenAPI spec → auto-generated MCP serverNoAPI key, OAuth 2.0 client credentials, managed identity, mTLS
Connector-backed tools (Power Platform / Logic Apps)1,400+ pre-built connectorsNoManaged by connector platform
FIG. 04 MCP tool exposure methods and supported per-backend authentication options — Microsoft Tech Community / Azure API Management AI Gateway preview, 2026
MCP tool federation: three integration paths converge behind a single gateway endpoint
FIG. 05 MCP tool federation: three integration paths converge behind a single gateway endpoint — Microsoft Tech Community, 2026

Governance is configured through policy cards in the portal as JSON properties rather than the XML expressions APIM veterans know. Cards cover request and token rate limits, token quotas, Azure AI Content Safety, and fallback to a secondary model. Policies apply per asset, making coverage for each model or MCP server explicit. Telemetry flows as OpenTelemetry token metrics with GenAI semantic conventions to Application Insights, Datadog, Splunk, Grafana Cloud, or any OTLP endpoint the customer controls. The resource runs in the customer's own subscription and Entra tenant.

CategoryItemNotes
Policy CardRequest rate limitApplied per asset (per model or MCP server)
Policy CardToken rate limitApplied per asset
Policy CardToken quotaApplied per asset
Policy CardAzure AI Content SafetyApplied per asset
Policy CardFallback to secondary modelApplied per asset; activates on primary failure
TelemetryApplication InsightsOpenTelemetry token metrics with GenAI semantic conventions
TelemetryDatadogOpenTelemetry token metrics with GenAI semantic conventions
TelemetrySplunkOpenTelemetry token metrics with GenAI semantic conventions
TelemetryGrafana CloudOpenTelemetry token metrics with GenAI semantic conventions
TelemetryAny OTLP endpointCustomer-controlled destination
FIG. 06 Governance policy cards and telemetry destinations available in the AI Gateway tier — Microsoft Tech Community / Azure API Management AI Gateway preview, 2026
CategoryItemDetail
Policy cardRequest rate limitsPer model or MCP server; configured as JSON in portal
Policy cardToken rate limitsPer model or MCP server; configured as JSON in portal
Policy cardToken quotasPer model or MCP server; configured as JSON in portal
Policy cardAzure AI Content SafetyPer model or MCP server; configured as JSON in portal
Policy cardModel fallbackFallback to a secondary model on failure
TelemetryApplication InsightsOpenTelemetry token metrics, GenAI semantic conventions
TelemetryDatadogOpenTelemetry / OTLP
TelemetrySplunkOpenTelemetry / OTLP
TelemetryGrafana CloudOpenTelemetry / OTLP
TelemetryCustom OTLP endpointAny customer-controlled OTLP destination
FIG. 07 AI Gateway tier governance: policy cards and telemetry destinations — Microsoft Tech Community, 2026

The operating model splits platform ownership from team autonomy. A central group connects approved models and tools, sets guardrails, and retains the usage picture; application teams test assets in a built-in console and build against them without routing every change through the center. This works only if the access boundary holds. It does not hold the way APIM subscription scoping did: a runtime key is gateway-scoped, reaching every model and every tool published on that gateway. Microsoft's guidance is one key per application, but a leaked key's blast radius is the entire gateway rather than a single product. Teams that relied on APIM subscriptions to scope consumers to specific APIs must redesign that boundary.

Operating model: central platform group governs the AI Gateway while app teams consume models and tools autonomously via gateway-scoped runtime keys
FIG. 08 Operating model: central platform group governs the AI Gateway while app teams consume models and tools autonomously via gateway-scoped runtime keys — Microsoft Tech Community / Azure API Management AI Gateway preview, 2026
Operating model: central platform team governs the gateway; app teams consume via a gateway-scoped key
FIG. 09 Operating model: central platform team governs the gateway; app teams consume via a gateway-scoped key — Microsoft Tech Community / InfoQ, 2026

Two unresolved questions from architects matter. Agent lifecycle coverage is the first: if an agent run ends without clean completion after producing useful work, it is unclear whether the output is preserved for auditable review or whether the gateway retries the run from scratch. The distinction matters for stateful agent pipelines where idempotency is not guaranteed. The second is coexistence: organizations that built AI gateway configurations on Premium or Standard v2 have no published guidance on whether those investments carry across, run alongside, or migrate into the new tier. Microsoft's documentation describes the AI Gateway tier as an extension of the existing gateway, but the portal and control plane are structurally separate.

Preview posture requires careful reading before planning an onboarding schedule. There is no SLA. APIs, telemetry, limits, regions, and pricing can all change before GA. Specific throughput and quota caps are unpublished. Pricing is not yet announced, which leaves the cost-governance argument—the one most cited as the tier's practical value—as the least settled part of the release.

The architectural takeaway: the AI Gateway tier solves the control-plane consolidation problem for teams fronting five or more model providers, but key-scoping and coexistence gaps make it a workbench deployment rather than a production control plane until Microsoft ships quota granularity and migration guidance.