Configure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: semantic caching, token limit, content safety, load balancing, AI model governance, MCP rate limiting, jailbreak detection, add Azure OpenAI backend, add AI Foundry model, test AI gateway, LLM policies, configure AI backend, token metrics, AI cost control, convert API to MCP, import OpenAPI to gateway.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill includes example CLI/curl commands that instruct inserting a subscription key/header value (e.g., "Ocp-Apim-Subscription-Key: <key>") and other secret placeholders directly into requests, which would require the LLM to handle or emit secret values verbatim.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Azure API Management “AI Gateway” policies operate on inbound request bodies (e.g., user `messages` content for `/openai/deployments/.../chat/completions` and MCP tool calls), meaning outsider-authored free text is processed at runtime by policies like `llm-content-safety`/`azure-openai-semantic-cache-lookup`/`azure-openai-token-limit` without any pre-selection step.
9d46511
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.