foundry-agent-platform

foundry-agent-platform is a skill for Claude Code, Codex from fabioc-aloha/Alex_Skill_Mall. It costs 20 tokens per session (2,131 once invoked), scanned A, original, MIT.

A guide to Microsoft Foundry, a cloud platform for hosting, coordinating, monitoring, and publishing AI agents.

In plain words
What is it for?
Use it to deploy and coordinate agents, manage models and tools, and build cloud-based AI services with Foundry.
Why use it?
It helps developers understand how agent applications fit into Microsoft's cloud services and deployment model.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to deploy and coordinate agents, manage models and tools, and build cloud-based AI services with Foundry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fabioc-aloha/Alex_Skill_Mall --skill foundry-agent-platform
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Skill_Mall

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for foundry-agent-platform

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform/github.svg)](https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform)
Your own site
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for foundry-agent-platform

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/foundry-agent-platform.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,131 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.02131
Opus 5 $0.00010 $0.01066
Sonnet 5 $0.00004 $0.00426
Haiku 4.5 $0.00002 $0.00213

Measured 6d ago against content hash 52b8c4d7ddd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

foundry-agent-platform scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ai-agents/foundry-agent-platform/skills/foundry-agent-platform/SKILL.md · 284 lines

How it starts

The opening of the file, as written. The whole thing — 284 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Foundry Agent Platform Skill

Deploy, orchestrate, and manage AI agents on Microsoft Foundry — the unified Azure PaaS for enterprise AI.

Staleness Watch: See EXTERNAL-API-REGISTRY.md for source URLs and recheck cadence

Rapid Evolution Domain

Foundry is in active preview (February 2026). SDK versions change frequently.

Refresh triggers:

  • azure-ai-projects SDK version bump (currently 2.0.0b3)
  • Foundry portal feature releases
  • Hosted Agents GA
  • Memory API changes

Last validated: February 2026


Platform Overview

Microsoft Foundry (formerly Azure AI Foundry) unifies model hosting, agent orchestration, tool management, observability, and multi-channel publishing.

Concept Description
Portal https://ai.azure.com
Endpoint https://<resource>.services.ai.azure.com/api/projects/<project>
MCP Server https://mcp.ai.azure.com (cloud-hosted, Entra ID)
VS Code Extension TeamsDevApp.vscode-ai-foundry
Key Distinction Infrastructure platform (backend), not a surface

Foundry vs Other Platforms

Aspect VS Code Extension M365 Copilot Foundry
Type IDE plugin Declarative agent Cloud PaaS
Runtime Desktop app M365 cloud Azure managed
Users Single developer Single user Multi-user
Availability When IDE open When M365 open Always-on (24/7)
Memory File-based synapses OneDrive Platform-managed
Tools MCP (manual config) Web/SP/Graph 1,400+ catalog
Agents .agent.md files Single agent Multi-agent fleet
Observability Manual None Full OpenTelemetry

Four SDK Types

This is the most common source of confusion. Foundry has four distinct SDK types, each with different endpoints and use cases:

SDK Endpoint When to Use
Foundry SDK .services.ai.azure.com/api/projects/ Agent management, evaluations, deployments
OpenAI SDK .openai.azure.com/openai/v1 Chat completions, embeddings (OpenAI-compatible)
Foundry Tools SDKs Service-specific Speech, Vision, Language, Search, etc.
Agent Framework Framework-specific Multi-agent orchestration (cloud-agnostic)

Read the full file on GitHub · 284 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 284 lines · 20 tokens per session scan A 52b8c4d7ddd7

Subscribe to this mod's changes

foundry-agent-platform is a skill published in the GitHub repository fabioc-aloha/Alex_Skill_Mall (4 stars, last pushed 2d ago), licensed MIT. It adds 20 tokens to every session and 2,131 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

azure-governance-discovery

ANALYSIS SKILL — Azure Policy discovery: effective assignments (incl. MG-inherited), definitions/exemptions, effect classification, emits governance-constraints JSON. WHEN: 'Azure policy discovery', 'effective policy assignments', 'governance constraints', '04g-Governance Phase 1', 'refresh governance JSON'. DO NOT…

jonathan-vella/apex-accelerator · 86 tokens

azure-storage

UTILITY SKILL — Azure Storage Services: Blob, File Shares, Queue, Table, and Data Lake. Object storage, SMB shares, async messaging, NoSQL key-value, big-data analytics. Access tiers + lifecycle management. WHEN: "blob storage", "file shares", "queue storage", "table storage", "data lake", "access tiers", "lifecycle…

jonathan-vella/apex-accelerator · 105 tokens

azure-defaults

UTILITY SKILL — Applies canonical Azure defaults through an IaC workflow covering governance precedence, CAF naming, AVM-first composition, unique suffixes, cost monitoring, VNet planning, and lifecycle checks. WHEN: "Azure naming convention", "CAF naming", "resource tags", "AVM module", "security baseline", "region…

jonathan-vella/apex-accelerator · 86 tokens

azure-rbac

ANALYSIS SKILL — Find the right Azure RBAC role for an identity with least-privilege access; generate CLI, Bicep, and Terraform code to assign it. WHEN: "what role should I assign", "least privilege role", "RBAC role for", "role for managed identity", "custom role definition", "assign role to identity". DO NOT USE…

jonathan-vella/apex-accelerator · 98 tokens

infra-platform-cloudflare-workers

Cloudflare Workers edge compute platform — Wrangler CLI, KV, D1, R2, Durable Objects, Queues, Workers AI.

agents-inc/skills · 32 tokens

ai-infrastructure-litellm

LiteLLM proxy server setup, TypeScript client patterns via OpenAI SDK, model routing, fallbacks, load balancing, spend tracking, virtual keys, and production deployment.

agents-inc/skills · 41 tokens