openapi: 3.0.3 info: title: Azure API Management Gateway AI NamedValue 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: NamedValue paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/namedValues : get: summary: Microsoft Azure API Management WorkspaceNamedValue_ListByService operationId: WorkspaceNamedValue_ListByService description: Lists a collection of named values defined within a workspace in a service instance. responses: '200': description: Success tags: - NamedValue ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/namedValues/{namedValueId} : head: summary: Microsoft Azure API Management WorkspaceNamedValue_GetEntityTag operationId: WorkspaceNamedValue_GetEntityTag description: Gets the entity state (Etag) version of the named value specified by its identifier. responses: '200': description: Success tags: - NamedValue get: summary: Microsoft Azure API Management WorkspaceNamedValue_Get operationId: WorkspaceNamedValue_Get description: Gets the details of the named value specified by its identifier. responses: '200': description: Success tags: - NamedValue put: summary: Microsoft Azure API Management WorkspaceNamedValue_CreateOrUpdate operationId: WorkspaceNamedValue_CreateOrUpdate description: Creates or updates named value. responses: '200': description: Success tags: - NamedValue patch: summary: Microsoft Azure API Management WorkspaceNamedValue_Update operationId: WorkspaceNamedValue_Update description: Updates the specific named value. responses: '200': description: Success tags: - NamedValue delete: summary: Microsoft Azure API Management WorkspaceNamedValue_Delete operationId: WorkspaceNamedValue_Delete description: Deletes specific named value from the workspace in an API Management service instance. responses: '200': description: Success tags: - NamedValue externalDocs: description: Documentation url: https://learn.microsoft.com/en-us/azure/api-management/genai-gateway-capabilities x-generated-from: documentation