Skip to main content

AI Foundry Overview

AI Foundry is a web-based management and orchestration platform for building, managing, and validating AI-powered workflows. It provides a unified interface to compose and test complex agentic applications without writing code directly, targeting enterprises that need to govern and reuse AI assets across teams.

AI Foundry Home Page

Key Concepts

AI Foundry organizes AI assets as catalog resources, each sharing common metadata (name, title, description, tags, labels, and timestamps). The platform manages eight resource types:

ResourcePurpose
AgentAn AI entity backed by a configured LLM, with assigned tools, skills, and system instructions.
ModelAn LLM configuration that wraps a model identifier and its runtime parameters.
PromptA reusable prompt template that agents and playbooks can reference.
ToolAn executable function or integration that an agent can invoke, including tools exposed by MCP servers.
SkillA reusable capability that agents can call.
PlaybookA multi-step agentic workflow composed of agents, prompts, skills, and specs connected in a directed graph.
MCP ServerA Model Context Protocol server that exposes tools and resources to agents.
Spec TemplatesA free-form specification document referenced by playbooks and workflows.

Features

AI Playground

AI Foundry Playground

The AI Playground provides a live chat interface for testing agents in real time. Select a playbook, configure per-agent model overrides, and chat with the configured agentic flow. The playground streams responses, visualizes tool calls and "thinking" steps inline, and lets you enable or disable individual tools and skills on the fly. It also supports slash-prompt auto-completion from prompts associated to the selected playbook.

Observability

AI Foundry Observability - Playbook Sessions

AI Foundry Observability - AI Traces

Monitor how your agents and playbooks behave in production from two dedicated pages. Playbook Sessions surfaces aggregate usage statistics, charts, and a searchable log of individual sessions, with a full event timeline for each one. AI Traces complements it with lower-level distributed tracing across AI Foundry's own services, for diagnosing latency and errors at the span level. See Playbook Sessions and AI Traces for details.

Playbook Builder

AI Foundry Playbook Builder

The Playbook Builder is a three-step wizard for designing multi-step agentic workflows:

  1. Overview: set the playbook's name, title, and description, and optionally enable and configure its Mia Flow integration (show-on-home toggle, launch mode).
  2. Agentic Flow: a drag-and-drop canvas where agent nodes are connected with edges. In addition to regular agent nodes, you can add orchestration nodes for sequential, parallel, and loop (with configurable max iterations) execution patterns.
  3. Resources: attach playbook-level prompts, skills, and spec templates using multi-select pickers.

Playbooks can also be authored as raw JSON using the built-in Monaco editor.

Agent Management

Create and configure agents by selecting an LLM model, writing system instructions in Markdown, and attaching tools and skills. Tools are shown grouped by category in the picker, including tools sourced from registered MCP servers. Agents can be created through a guided form or by editing the underlying JSON spec directly.

Model and Prompt Management

Manage LLM configurations and prompt templates as first-class catalog items. Prompts are authored in Markdown with a live preview pane and can be tagged for discoverability.

Tool and Skill Discovery

Browse all tools and skills available in the system, including those exposed dynamically by registered MCP servers. Tools and skills are attachable to agents from the catalog.

MCP Server Integration

Register external Model Context Protocol servers to expand the tool ecosystem available to your agents. Each registered server is stored as a catalog resource and its tools are included in the available tools list.

IDE and tooling integration

You can download the following AI assets to work from your workstation:

These exports let developers work seamlessly from the cloud or locally.

AI Foundry also provides a dedicated Connections area in the left sidebar, with setup guidance for specific IDEs and tools (VS Code, Claude Code, Cursor, JetBrains, and others), plus a generic manual-download option. This lets developers wire their editor's plugin or marketplace mechanism directly to their AI Foundry catalog, rather than downloading assets one at a time.

Where to go next

New to AI Foundry? Start with the Basic Concepts section:

  • Agent: the autonomous AI actor at the heart of the platform.
  • Model: LLM configurations that back agents.
  • Prompt: reusable text templates for agents and workflows.
  • Tool: executable functions agents can call.
  • App: applications and plugins that built-in tools belong to.
  • Skill: reusable, higher-level AI capabilities.
  • Playbook: multi-step agentic workflows.
  • MCP Server: Model Context Protocol server integrations.
  • Spec Templates: structured reference documents for agents and playbooks.
  • Playbook Sessions: session-level monitoring and analytics for playbook and agent runs.
  • AI Traces: distributed tracing across AI Foundry services.