openapi: 3.0.3 info: title: Azure API Management Gateway AI Backend API description: The AI gateway capabilities in Azure API Management provide specialized features for managing, securing, and observing AI backend APIs including Azure OpenAI, OpenAI-compatible LLMs, MCP servers, and A2A agent APIs. Includes token rate limiting, semantic caching, load balancing across AI backends, and content safety enforcement. version: '2024-05-01' contact: name: Microsoft Azure url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities servers: - url: https://{service-name}.azure-api.net tags: - name: Backend paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends : get: summary: Microsoft Azure API Management Backend_ListByService operationId: Backend_ListByService description: Lists a collection of backends in the specified service instance. responses: '200': description: Success tags: - Backend ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/backends/{backendId} : head: summary: Microsoft Azure API Management Backend_GetEntityTag operationId: Backend_GetEntityTag description: Gets the entity state (Etag) version of the backend specified by its identifier. responses: '200': description: Success tags: - Backend get: summary: Microsoft Azure API Management Backend_Get operationId: Backend_Get description: Gets the details of the backend specified by its identifier. responses: '200': description: Success tags: - Backend put: summary: Microsoft Azure API Management Backend_CreateOrUpdate operationId: Backend_CreateOrUpdate description: Creates or Updates a backend. responses: '200': description: Success tags: - Backend patch: summary: Microsoft Azure API Management Backend_Update operationId: Backend_Update description: Updates an existing backend. responses: '200': description: Success tags: - Backend delete: summary: Microsoft Azure API Management Backend_Delete operationId: Backend_Delete description: Deletes the specified backend. responses: '200': description: Success tags: - Backend externalDocs: description: Documentation url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities x-generated-from: documentation