Glossary

Quick reference for key terms used throughout the Microsoft AI Decision Framework. For detailed documentation links and resources, see Resources. For methodology and decision guidance, see Decision Framework.

Last validated: June 11, 2026. Microsoft’s AI capabilities evolve rapidly - always verify with official sources for production decisions.


Table of contents

  1. A
  2. B
  3. C
  4. D
  5. E
  6. F
  7. G
  8. H
  9. M
  10. N
  11. O
  12. P
  13. R
  14. S
  15. W

A

Agent An AI system that uses an LLM to interpret user inputs, plan, call tools or MCP servers, and return responses, with optional threads, memory, and middleware to enrich interactions (Microsoft Agent Framework, updated 2026-02-20).

Agent Commit Unit (ACU) The billing unit for the Microsoft Agent Pre-Purchase Plan (P3). 1 ACU ≈ $1 of retail usage. ACUs are purchased in a single pool and pay down both Copilot Studio Credit consumption and Microsoft Foundry usage, enabling unified budgeting across platforms. See Agent Pre-Purchase Plan (updated 2026-01-15).

Agent Factory A Microsoft program (not a product) that accelerates enterprise agent adoption through three pillars: the Agent Pre-Purchase Plan (P3) for unified billing, Forward Deployed Engineers (FDEs) for hands-on architecture support, and customized training. See Introducing Microsoft Agent Factory (published 2025-11-18).

Agent Pre-Purchase Plan (P3) A 1-year Azure reservation that provides Agent Commit Units (ACUs) covering both Microsoft Foundry and Copilot Studio Credit consumption in a single pool. Benefit precedence: Foundry PTU reservations apply first, then Copilot Credit pre-purchase, then P3 covers overflow from both. Purchased via Azure Portal Reservations with tiered volume discounts. See Agent Pre-Purchase Plan (updated 2026-01-15).

Agent2Agent (A2A) A protocol enabling secure, peer-to-peer communication between AI agents, allowing them to discover peers, negotiate tasks, and collaborate without centralized intermediaries (Advanced development tools for Teams, updated 2025-05-19).

Agent Registry (Preview) Central inventory in the M365 admin center to publish, activate, deploy, pin, block, remove, delete, transfer ownership, or export agents; enforces governance and visibility across Copilot and custom agents (Agent Registry, retrieved 2026-01-23).

Agent Settings templates (Preview) Reusable configuration templates in the M365 admin center that let admins apply consistent policies to multiple agents (e.g., enabled channels, publishing scope, owners), managed alongside Agent Registry entries (Microsoft 365 Copilot release notes, November 25, 2025).

Agentic Retrieval (Preview) An evolution of traditional RAG where AI agents dynamically reason about search queries, plan multi-step retrieval strategies, and adaptively refine results before generation. Unlike static RAG patterns, agentic retrieval enables agents to decompose complex questions, filter sources intelligently, and combine multiple search modes (vector, hybrid, semantic) based on context (Agentic retrieval in Azure AI Search, updated 2026-01-16). When to use: Choose agentic retrieval for complex research scenarios requiring multi-hop reasoning; use traditional RAG for straightforward document lookup. See Decision Framework Q3.

Agent Framework An open-source development kit for .NET and Python (v1.0 GA, April 2026) that unifies Semantic Kernel and AutoGen concepts, adding stateful workflows, multi-agent orchestration, multi-provider service connectors, and MCP support for production-grade AI solutions (Microsoft Agent Framework; v1.0 announcement, published 2026-04-03).

Assistant (generic) A conversational experience that relies primarily on an LLM prompt without owning orchestration, tool calls, or state. Assistants can become agents when they add tools (including MCP), memory, or workflows.

Agent Application A published agent promoted from a Microsoft Foundry project into a managed Azure resource with its own stable endpoint, Entra agent identity, RBAC scope, and Azure Policy integration. Publishing changes the agent’s identity from the project’s shared identity to a dedicated one, so permissions must be reassigned to the new identity for tool calls to work (Publish and share agents in Microsoft Foundry, retrieved 2026-03-19).

Agent Skills Portable packages of instructions, scripts, and resources that give Agent Framework agents specialized capabilities and domain expertise. Skills follow an open specification and use progressive disclosure (advertise → load → read resources) to minimize context window usage while providing deep domain knowledge on demand (Agent Skills, retrieved 2026-03-19).

Microsoft Foundry (Azure) See Microsoft Foundry. The cloud-based implementation of the Microsoft Foundry ecosystem.

Agent Control Specification (ACS) (Preview) An open specification and reference implementation for defining runtime guardrails on agent behavior, including tool-call policies, content filters, and scope constraints. Agents declare their control surface; host applications enforce the controls at runtime. Treat ACS as an emerging open governance pattern, not a GA Microsoft platform feature (Agent Governance Toolkit).

ASSERT Open-source evaluation framework for turning behavior specifications into executable tests for agents, including prompt-injection, tool-use, and policy-adherence scenarios. Use it as a pre-production evaluation pattern alongside conventional tests and red teaming, not as a managed service with SLA guarantees (ASSERT).

Autopilot A new category of always-on agents introduced at Microsoft Build 2026. Autopilots work autonomously with their own Entra identity, acting on a user’s behalf continuously without needing to be prompted each time. They stay active in the background, understand how work gets done across apps and systems, and take action within the permissions and policies the user and organization have set. Microsoft Scout is the first Autopilot agent. See Introducing Microsoft Scout (published 2026-06-02).

B

BYOK (Bring Your Own Knowledge) Configuring Copilot Studio generative answers with knowledge sources such as SharePoint, Dataverse, connectors, files, and vetted web content so agents ground responses in governed enterprise data. Now includes an ungrounded responses toggle, Tenant Graph semantic search, and 3-level content moderation for finer grounding control (Knowledge sources summary, updated 2026-04-03).

BYOM (Bring Your Own Model) Connecting custom or fine-tuned language models to Microsoft AI platforms. The term has different meanings depending on context: (1) AI Builder BYOM - bring custom prompts/templates into Power Platform, (2) Copilot Studio BYOM - connect custom language models (e.g., Foundry deployments) to agent experiences, (3) Microsoft Foundry BYOM - deploy and manage fine-tuned models in the Foundry catalog (Bring your own model for your prompts, updated 2026-03-08). When to use: BYOM is appropriate when base models lack domain expertise, require specific tone/format, or must comply with specialized regulatory requirements. See Feature Comparison for platform-specific capabilities.

BXT Framework A Business, Experience, and Technology evaluation that scores strategic fit, user desirability, and technical feasibility to prioritize AI scenarios with the greatest impact and execution readiness (Evaluate and Prioritize an AI Use Case with Business Envisioning, updated 2024-09-16).

C

Copilot (Microsoft 365) Tenant-aware AI experience embedded across Microsoft 365 apps, inheriting Graph security and compliance while allowing extensions via declarative or custom engine agents (Microsoft 365 Copilot overview, retrieved 2026-03-25).

Copilot vs. Agent “Copilot” describes the user-facing experience; “agent” describes the implementation pattern (planning, tools, memory). Many copilots are backed by agents, but a copilot can remain a simple assistant if no tools or state are attached.

Copilot Search API (Preview, Graph /beta) Microsoft Graph /beta API that delivers hybrid semantic + lexical search over OneDrive content for custom engine agents, returning grounding for Copilot experiences while respecting M365 security trimming (Microsoft 365 Copilot Search API overview, retrieved 2025-10-20).

Copilot Cowork (Frontier Preview) Long-running, multi-step execution engine in Microsoft 365 Copilot that delegates complex tasks using Anthropic’s agentic model grounded by Work IQ. Breaks requests into plans with visible checkpoints, human steering, and pause/resume capability. Produces coordinated outputs across Word, Excel, PowerPoint, and Outlook. Runs in a sandboxed cloud environment within M365 security and governance boundaries. Currently in Research Preview, available through the Frontier program in late March 2026 (Copilot Cowork, published 2026-03-09).

Computer Use Agent (CUA) (GA) Copilot Studio tool that lets agents automate web and desktop applications using vision-based AI models (OpenAI CUA, Anthropic Claude Sonnet 4.5) with virtual mouse and keyboard control. Includes stored credentials (internal or Azure Key Vault), URL/application access control allowlists, human supervision gates via email, Cloud PC pooling for scalable execution, and session replay audit logging. Billed at 5 Copilot Credits per step. Generally available across commercial Power Platform geographies (GA: May 13, 2026). Best for automating legacy systems or applications that lack APIs (Computer Use, updated 2026-04-03).

Copy to Copilot Studio Rolling capability to clone Copilot agents into Copilot Studio; copies data sources and actions, but GPTs and custom actions must be reattached after import (Copy an agent to Copilot Studio, retrieved 2026-01-26).

Custom Engine Agent Microsoft 365 Copilot extension built with pro-code SDKs (M365 Agents SDK, Bot Framework) that provides custom orchestration logic, external API integration, and advanced workflows beyond declarative agent capabilities. Runs on your infrastructure or Azure services while appearing in M365 Copilot as a scoped experience (Custom engine agents overview, updated 2026-01-13). When to use: Choose custom engine agents when you need complex orchestration, multi-step reasoning, external service integration, or full code control. Use Declarative Agents for simpler scenarios with M365 data sources. Can also build custom engine agents in Copilot Studio using Topics and custom connectors. See Decision Framework Q2 for build approach guidance.

D

Declarative Agent Microsoft 365 Copilot extension that packages instructions, knowledge, and optional plugins in a manifest-driven app so organizations deliver scoped Copilot experiences while inheriting Copilot security and governance controls (Declarative agents for Microsoft 365 Copilot overview, updated 2025-12-01). When to use: Choose declarative agents when extending M365 Copilot with low-code customization, leveraging existing M365 data sources (SharePoint, Graph), and requiring automatic security inheritance. For custom orchestration logic or external APIs, consider Custom Engine Agents instead. See Decision Framework Q2 for build style guidance.

E

Entra Agent ID (Preview) Identity construct that extends Microsoft Entra controls to AI agents across five pillars: Conditional Access (adaptive policies with Microsoft Managed Policies blocking high-risk agents), ID Governance (entitlement management with required sponsors, time-bound access packages), ID Protection (anomaly detection with risk-based automatic remediation), Network Controls (web categorization, file restrictions, prompt injection blocking, threat intelligence filtering), and an Agent Identity Platform for developers (auto-discovery, A2A/MCP authorization, standard protocol authentication). Part of Microsoft Agent 365; Frontier preview (What is Microsoft Entra Agent ID?, updated 2026-03-25).

F

Fabric Data Agent (Preview) Conversational analytics agent for Q&A over Fabric OneLake sources (lakehouse, warehouse, semantic models, KQL) that respects user permissions; designed for insights, not for orchestrating other agents (Create a Fabric data agent, updated 2025-09-17).

Frontier (Copilot Frontier) Early access program for experimental and preview Copilot features across web apps, desktop apps, and agents. Organizations enable access in the Microsoft 365 admin center under Copilot > Settings > User access > Copilot Frontier; by default, no users have access (Manage Microsoft 365 Copilot scenarios in the Microsoft 365 admin center, retrieved 2026-03-16).

Foundry Local A component of Microsoft Foundry for running selected models locally on supported devices, enabling offline inference, lower latency, and reduced data egress. Availability varies by platform and model, so validate current Microsoft Learn guidance before production use (Foundry Local overview, retrieved 2026-06-08).

Foundry Local on Azure Local (Preview) Edge deployment path for running selected Foundry Local capabilities in customer-controlled Azure Local environments. Use it for sovereign, disconnected, or site-local workloads that need inference near the data boundary (Foundry Local on Azure Local, retrieved 2026-06-08).

Fireworks Models (Preview) Third-party model provider available on Microsoft Foundry, offering additional model options through the Foundry model catalog. See Fireworks models on Microsoft Foundry.

Foundry Agent Service An optional managed PaaS runtime WITHIN Microsoft Foundry (Azure) that hosts and orchestrates agents with built-in infrastructure for compute, memory, and thread state. Provides 15+ built-in tools, connected agents (multi-agent systems), BYO storage (Cosmos DB, AI Search, Blob), RBAC, VNet isolation, and Azure Monitor tracing. GA since May 2025; next-gen GA (March 2026) rebuilt on the Responses API adds Evaluations GA and end-to-end private networking. Supports three agent types: Prompt Agents (GA), Workflow Agents (Preview), and Hosted Agents (Preview). Key distinction: You can use Microsoft Foundry WITHOUT Agent Service by deploying custom code with Agent Framework, LangChain, or other SDKs (Foundry Agent Service Overview, updated 2026-01-21). When to use: Choose Agent Service for managed hosting with built-in tools and orchestration. Choose self-hosted deployment when you need full infrastructure control or have existing Azure landing zones. See Hosted Agent for runtime details and Decision Framework Q4 for platform guidance.

Foundry IQ (Partial GA) Managed knowledge layer within Microsoft Foundry that provides agents with permission-aware, citation-backed responses grounded in enterprise data. A knowledge base groups one or more knowledge sources (Azure Blob Storage, SharePoint, OneLake, web via Bing) under a single MCP endpoint, with automatic chunking, vector embedding, ACL synchronization, and Purview sensitivity label enforcement. Agents connect via MCP tool calls. Status note: Core knowledge source types and the 2026-04-01 REST API are GA; answer synthesis, multi-turn retrieval, non-minimal reasoning effort, portal experience, and additional source types remain Preview. Treat as Preview for production planning unless your workload uses only GA-surface features. Foundry IQ is standalone but complements Work IQ (M365 collaboration context) and Fabric IQ (analytics context) (Foundry IQ overview, retrieved 2026-03-19).

Content Understanding (GA) Multimodal AI service in Foundry Tools that extracts semantic content from documents, images, audio, and video files. Provides prebuilt analyzers (RAG, domain-specific, content extraction), custom analyzers, and GA SDKs for Python, .NET, Java, and JavaScript/TypeScript targeting API version 2025-11-01. RAG analyzers (prebuilt-documentSearch, prebuilt-videoSearch, prebuilt-audioSearch, prebuilt-imageSearch) are optimized for retrieval-augmented generation scenarios (Azure AI Content Understanding, retrieved 2026-03-19). Note: Content Understanding is not available in the new Foundry portal at GA; use the Foundry (classic) portal for Content Understanding workloads.

G

Graph Connector Copilot connector that ingests external content into Microsoft Graph’s semantic index so Copilot and Microsoft Search can ground answers in authenticated enterprise data, with semantic indexing and inline results requirements managed by admins (Microsoft 365 Copilot connectors overview, updated 2025-07-21).

H

Hosted Agent One of three Foundry Agent Service agent types (alongside Prompt Agents and Workflow Agents). A code-based agent built with any framework - Agent Framework (.NET, Python), LangGraph (Python), or custom code - and deployed as a container on Agent Service. You own the orchestration logic; Foundry manages runtime, scaling, and infrastructure. Currently in Preview with framework support via adapter packages (azure-ai-agentserver-core, azure-ai-agentserver-agentframework). Billing enabled during preview; check the Foundry pricing page for current rates (Hosted agents overview, updated 2026-03-23). Deployment alternative: Self-hosted agents using Agent Framework, LangChain, or custom code in Azure Container Apps, AKS, or Azure Functions. See Decision Framework Q4 and Implementation Patterns for deployment strategy guidance.

M

MCP (Model Context Protocol) Open protocol for tools and resources that lets agents connect to external systems in a structured, stateful, and secure manner; supported by Microsoft via MCP servers (for example, Azure MCP Server) and client integrations (What is the Azure MCP Server (Preview)?, retrieved 2026-02-18). Copilot Studio can both consume and produce MCP servers (custom MCP server authoring, Preview → Apr GA).

Model Router (GA) Foundry capability that routes requests across eligible chat models based on routing profiles and optional model subsets, with automatic failover when a routed model experiences instability. The supported model list changes frequently, so treat the model router supported models table as the source of truth instead of hard-coding model names in this framework (What’s new in model router in Microsoft Foundry Models?, updated 2026-03-24).

Microsoft Discovery Enterprise Azure service for scientific research and development workflows, including hypothesis generation, simulation orchestration, experimentation, and long-term knowledge capture. Microsoft Discovery is a specialized R&D platform, not a general enterprise agent selection pattern. The Microsoft Discovery app is a separate desktop experience in Preview (What is Microsoft Discovery?, retrieved 2026-06-08; Discovery and Discovery app, retrieved 2026-06-08).

Microsoft Agent 365 (GA) Governance layer that assigns each agent a Microsoft Entra Agent ID for identity, lifecycle, and access management, with centralized observability in the M365 admin center. GA at $15/user/month (bundled in M365 E7 at $99/user/month with Copilot + E5 security). The Agent 365 SDK and CLI remain in Preview. Developers extend agents using the SDK and CLI for Entra-backed identity, notifications, and governed MCP servers (Overview of Microsoft Agent 365, updated 2026-03-13; Agent 365 SDK (Preview), retrieved 2026-01-09; Agent 365 CLI (Preview), retrieved 2026-01-13).

Microsoft 365 E7 (The Frontier Suite) Enterprise bundle announced March 2026 at $99/user/month (GA May 1, 2026) that unifies M365 Copilot, Agent 365 ($15/user/month standalone), Microsoft Entra Suite, and M365 E5 with advanced Defender, Entra, Intune, and Purview security. Designed for organizations scaling AI across the workforce with unified productivity, identity, and security. Available with and without Teams (Wave 3 announcement, published 2026-03-09).

Microsoft Foundry The unified brand for Microsoft’s AI development and management platforms, spanning Cloud (Microsoft Foundry (Azure)), Client (Windows AI Foundry), and Edge (Foundry Local). It provides a consistent toolchain for model selection, agent orchestration, and observability across all environments (Microsoft Foundry overview, updated 2025-05-19). The new Foundry portal reached general availability in March 2026 for core scenarios (model discovery, agent development, evaluations, fine-tuning, red teaming, quota management). Platform note: Microsoft Foundry (Azure) is available in two versions: Classic Foundry and Next Gen Foundry (same platform capabilities, different API name under the hood). Documentation uses ?view=foundry-classic or ?view=foundry-nextgen parameters. Service distinction: Microsoft Foundry is the PLATFORM (portal, model catalog, prompt flow, evaluations). Foundry Agent Service is an OPTIONAL managed runtime within the platform for hosting agents. You can use Foundry without Agent Service by deploying custom code. See Decision Framework Q4 for platform vs service guidance.

Microsoft IQ Microsoft’s enterprise intelligence layer for agents and copilots, made up of four capabilities: Foundry IQ for enterprise knowledge, Work IQ for work context, Fabric IQ for business semantics and analytics, and Web IQ for public web grounding (Microsoft IQ overview, retrieved 2026-06-08).

Microsoft Scout (Experimental) Microsoft’s first Autopilot agent: an always-on personal agent that works autonomously in the background to coordinate work across Teams, Outlook, OneDrive, and SharePoint, powered by Work IQ and OpenClaw open-source technology. Available as an experimental release through the Frontier program, requiring Frontier enrollment, Intune policy configuration, and a GitHub Copilot license. See Technologies: Microsoft Scout for full capability details and access requirements.

MXC (Microsoft Execution Containers) (Early Preview) Policy-driven local containment for agent tools and code execution on Windows. MXC lets a host application describe what an agent can access, then relies on operating-system primitives to enforce those boundaries at runtime. Relevant to local-agent scenarios where tool execution must be sandboxed on the user’s machine. Early Preview; treat as a design signal, not a production security boundary, until Microsoft Learn publishes stable guidance (Windows platform security for AI agents).

Multi-Agent Orchestration Coordination patterns for multiple AI agents working together to solve complex problems. Microsoft supports three primary patterns: (1) Connected Agents - independent agents collaborating peer-to-peer through handoffs and shared context, (2) Sub-Agents - parent agents delegating specialized tasks to child agents in a hierarchy, and (3) Agent Workflows - sequential or concurrent agent execution managed by orchestration engines. Implemented through Agent Framework workflows, Foundry Agent Service, or custom orchestration logic (Agent Framework Orchestration Patterns, updated 2026-02-13). Cross-reference: See Visual Framework Diagram 7 for multi-agent architecture patterns.

N

NLWeb An open project where web endpoints act as MCP servers, allowing websites to provide conversational interfaces and be easily discoverable by AI agents (NLWeb, updated 2025-05-19).

O

Orchestration Coordinating agents, workflows, and function calls to execute multi-step solutions, often implemented with Agent Framework workflows that provide routing, state management, and human-in-the-loop checkpoints (Microsoft Agent Framework, updated 2026-02-20).

P

Planetary Computer Pro A managed platform for geospatial insights that allows customers to ingest, manage, and analyze private geospatial data within Azure, integrating with Fabric and third-party tools (Microsoft Planetary Computer Pro, updated 2025-05-19).

Plugin A term largely superseded by Tool or MCP Server. Originally referred to extensions for ChatGPT/Copilot; the ecosystem has shifted toward the Model Context Protocol (MCP) for standardized interoperability.

Prompt Flow Microsoft Foundry (Azure)’s visual DAG environment for orchestrating LLMs, prompts, and Python tools, comparing prompt variants, collaborating across teams, and deploying flows as managed endpoints (Prompt flow in Microsoft Foundry portal (classic), updated 2026-02-27). Note: Prompt Flow is available only in the Foundry (classic) portal. For new projects, use Agent Framework Workflows.

Prompt Agent A Foundry Agent Service agent defined entirely through configuration (instructions, model, tools) without custom code. Created in the Foundry portal or via SDK. Agent Service manages orchestration and hosting. GA. See Agent types.

R

RAG (Retrieval Augmented Generation) A design pattern that pairs Azure AI Search retrieval with LLMs, now optimized by agentic retrieval that plans subqueries, runs hybrid search with semantic ranking, and returns structured grounding for high-fidelity answers (Retrieval Augmented Generation (RAG) in Azure AI Search, updated 2026-01-15). When to use: Choose RAG when agents need current or proprietary data not present in the model’s training set. RAG is preferred over fine-tuning when data changes frequently or when you need explicit source citations for compliance. For complex multi-hop reasoning, consider Agentic Retrieval instead. See Decision Framework Q3 for data strategy guidance.

Rayfin (Preview) Open-source SDK and CLI for defining and deploying a managed application backend on Microsoft Fabric. Rayfin lets developers or coding agents describe backend components such as databases, business logic, APIs, identity, and access policies in code, then deploy them onto Fabric so app data lands in OneLake under Fabric governance. Use it when building AI-enabled applications that need a production backend close to governed Fabric data (Rayfin product page, retrieved 2026-06-08).

Researcher Agent (GA) Pre-installed agent in Microsoft 365 Copilot Chat that performs multi-step research across web and work data sources. Admins can connect specialized declarative agents to Researcher for domain-specific task delegation, creating multi-agent workflows within the M365 trust boundary. GA since July 2025 (Researcher and Analyst GA, published 2025-06-02).

Responses API The modern API primitive that replaces the Assistants API in Microsoft Foundry. Uses Conversations (instead of Threads) and Response Items (instead of Runs) with stateful context retained automatically across calls. Supports background mode for long-running tools, durable streams for disconnect/reconnect, and serves as the invocation protocol for published Agent Applications. The Assistants API is deprecated and sunsets August 26, 2026 (Use the Azure OpenAI Responses API, retrieved 2026-03-19; Migration guide, retrieved 2026-03-19).

S

Skills/Tools Function tools, hosted services, or built-in capabilities that agents attach at construction or per run, enabling actions like web search, file retrieval, or code execution within Agent Framework ChatClientAgent and ChatAgent implementations (Agent Tools, updated 2026-02-13).

W

Web IQ (Limited Access) Microsoft IQ capability for grounding agents in fresh public web information. Web IQ has no dedicated Microsoft Learn concept page as of June 2026 and is available through a Limited Access program, so do not treat it as a GA dependency until Microsoft publishes broader availability guidance (Microsoft IQ overview, retrieved 2026-06-08; Web IQ product page, retrieved 2026-06-08).

Work IQ (Preview) The intelligence layer that powers Microsoft 365 Copilot, now available to agents through Preview MCP tools and Preview APIs. Work IQ provides Microsoft 365 work context, including files, emails, meetings, chats, people, and business signals, while respecting tenant permissions and policies. Requires a Microsoft 365 Copilot license as of the June 2026 Learn documentation (Work IQ overview, retrieved 2026-06-08; Work IQ API overview, retrieved 2026-06-08).

Workflow Agent (Preview) A Foundry Agent Service agent that orchestrates multiple agents or action sequences using declarative YAML definitions, with visual builder support in the Foundry portal and VS Code. Supports branching, human-in-the-loop, and group-chat patterns. See Workflow agents.


Back to: Home


Back to top

Copyright © 2025. This documentation is based on official Microsoft sources and best practices.

This site uses Just the Docs, a documentation theme for Jekyll.