openapi: 3.0.3 info: title: Azure API Management Gateway AI ProductGroup 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: ProductGroup paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups : get: summary: Microsoft Azure API Management ProductGroup_ListByProduct operationId: ProductGroup_ListByProduct description: Lists the collection of developer groups associated with the specified product. responses: '200': description: Success tags: - ProductGroup ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/groups/{groupId} : head: summary: Microsoft Azure API Management ProductGroup_CheckEntityExists operationId: ProductGroup_CheckEntityExists description: Checks that Group entity specified by identifier is associated with the Product entity. responses: '200': description: Success tags: - ProductGroup put: summary: Microsoft Azure API Management ProductGroup_CreateOrUpdate operationId: ProductGroup_CreateOrUpdate description: Adds the association between the specified developer group with the specified product. responses: '200': description: Success tags: - ProductGroup delete: summary: Microsoft Azure API Management ProductGroup_Delete operationId: ProductGroup_Delete description: Deletes the association between the specified group and product. responses: '200': description: Success tags: - ProductGroup externalDocs: description: Documentation url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities x-generated-from: documentation