Key insight

Every Microsoft agent tool answers one of three questions: where is the agent built (Agent Builder, Copilot Studio, Azure AI Foundry, the Microsoft 365 Agents SDK), where does it run (Microsoft 365 Copilot, Teams, SharePoint, the Agent Store), and where is it governed (Agent 365, via the Microsoft 365 admin center). Agent 365 does not build or run agents — it is the one governance layer that sits above every build-and-run surface.

Newcomers to the Microsoft agent world hit a wall of names on day one: Copilot, Copilot Studio, Agent Builder, Foundry, an SDK or two, an Agent Store, several admin centers. It feels like a crowd. It is not — it is a tidy neighbourhood once you know the three streets it is organised along. This article draws that map so every product name has a place to sit.

1 · Three questions that place any agent tool

Any Microsoft agent tool you encounter is doing one of three jobs. Ask which:

The reason Agent 365 can govern agents from any workshop is exactly that it is a separate layer — it does not care how an agent was built or where it runs, only what it is allowed to be and do. Keep the three streets straight and the crowd of names resolves into a map.

2 · Where agents are built — four surfaces, low-code to pro-code

Microsoft offers a ladder of building tools, from “describe it in a sentence” to “write the code yourself.” Four rungs matter:

SharePoint can also produce simple declarative agents. The point is not to memorise all of them, but to see the shape: a ladder from “natural language” up to “full code,” all producing agents that land in the same registry.

The agent ecosystem in three layers: build surfaces at the bottom, run surfaces in the middle, and Agent 365 governing from the top At the bottom, four build boxes: Agent Builder, Copilot Studio, Azure AI Foundry, and Microsoft 365 Agents SDK. In the middle, run surfaces: Microsoft 365 Copilot, Teams, and SharePoint. Arrows lead up from build to run. At the top, a wide box labelled Agent 365 control plane spans everything, with a downward bracket showing it governs all agents regardless of where they were built or run. Agent 365 — governs every agent, wherever it was built or runs ▼ observe · govern · secure ▼ RUN — where agents meet people Microsoft 365 Copilot Teams SharePoint BUILD — where agents are made Agent Buildernatural language Copilot Studiolow-code Azure AI Foundrypro-code M365 Agents SDKany AI stack
Figure 1. Three layers: agents are built on the bottom rungs, run in the middle surfaces, and governed from the top by Agent 365 — which spans everything below it.

3 · The key fork: declarative vs custom engine agents

Cutting across all those build tools is one distinction worth learning now, because it shapes governance later. Microsoft splits agents into two kinds by whose brain they use:

A useful one-liner: declarative agents borrow Copilot’s brain and inherit its guardrails; custom engine agents bring their own brain and need guardrails applied to them. This fork matters most when you actually build agents.

4 · Where agents run — and how people find them

Building an agent is only half of it; people have to be able to reach it. Most Microsoft agents surface inside the everyday apps people already use — Microsoft 365 Copilot, Microsoft Teams, SharePoint, and sometimes public websites. Two details are worth knowing:

The run surface matters for governance because it is where an agent actually touches data and takes action on a person’s behalf — which is why the control plane has to reach into these surfaces, not just the workshops where agents are made.

5 · Where agents are governed — Agent 365 above it all

Here is where our subject sits. Agent 365 is the governance layer over the whole map, operated mainly through the Microsoft 365 admin center (the part used for agents is often called the Copilot Control System). From there, administrators discover every agent, approve or block it, deploy it to people, watch what it does, and retire it. For agents built specifically in Copilot Studio, some additional governance — the environments, connectors, and DLP policies mentioned earlier — is managed in the Power Platform admin center, because that is where Copilot Studio’s building blocks live.

The single most important idea on this whole map: Agent 365 does not compete with the build or run tools — it sits above them. Whether an agent was made in a sentence or in ten thousand lines of code, and whether it runs in Teams or on a website, it lands in one registry to be observed, governed, and secured. That is what makes “one control plane, regardless of origin” more than a slogan.

A quick placement test

Whenever a new Microsoft agent name appears in the rest of this series, ask: is this a build tool, a run surface, or the govern layer? Nearly every name fits one slot — and if it is governance, it is almost certainly Agent 365 or an admin center it uses.

6 · Glossary — every short-form term, spelled out

Agent Builder
A feature inside Microsoft 365 Copilot that lets a maker build a declarative agent from a natural-language description or a template.
Copilot Studio
A low-code tool for building more sophisticated agents that connect to external systems, with development/test/production environments, connector governance, and DLP policies.
Azure AI Foundry
Microsoft’s professional, code-first platform for building agents with full control over models and orchestration.
Microsoft 365 Agents SDK
A software development kit for building custom engine agents with any AI stack (Semantic Kernel, LangChain, OpenAI, Foundry) and surfacing them in Microsoft 365.
SDK (software development kit)
A toolkit of code libraries and tools that developers use to build software on a platform.
Maker
A businessperson or citizen developer who builds agents in low-code tools, as opposed to a professional developer writing code.
Declarative agent
An agent that reuses Copilot’s own model and orchestrator and just declares instructions, knowledge, and tools — inheriting Copilot’s guardrails.
Custom engine agent
An agent that brings its own model and orchestration rather than using Copilot’s, offering more power but needing governance applied deliberately.
Orchestrator
The part of an agent that plans and sequences steps — deciding which tool to call next. Declarative agents use Copilot’s; custom engine agents bring their own.
ALM (Application Lifecycle Management)
The practice of developing software across separate development, test, and production environments; Copilot Studio supports it.
Connector
A pre-built link that lets an agent reach an outside system; administrators govern which connectors agents may use.
DLP (data-loss prevention)
Policies that stop sensitive data from leaving where it should; in Copilot Studio these are set per environment.
Agent Store
The place inside Microsoft 365 Copilot where people discover and install agents, after admin approval.
Copilot Control System
The part of the Microsoft 365 admin center used to manage the lifecycle of Copilot agents — approve, deploy, block, and remove.
Power Platform admin center
The console where Copilot Studio’s environments, connectors, and DLP policies are managed.
Key takeaways

Every Microsoft agent tool answers one of three questions: where the agent is built, where it runs, or where it is governed.
Agents are built on a ladder from natural language (Agent Builder) through low-code (Copilot Studio) to pro-code (Azure AI Foundry) and any-stack (Microsoft 365 Agents SDK).
Declarative agents borrow Copilot’s brain and inherit its guardrails; custom engine agents bring their own brain and need guardrails applied.
Agents run inside Microsoft 365 Copilot, Teams, and SharePoint, and people find them through the Agent Store or as pinned Microsoft agents.
Agent 365 is the govern layer above everything, run mainly from the Microsoft 365 admin center; Copilot Studio adds environment governance in the Power Platform admin center.
The whole point: Agent 365 does not build or run agents — it governs whatever the other tools produce, from one place.

References

  1. Microsoft Learn, Agents admin guide for Microsoft 365 — declarative vs custom engine agents; where agents are built. learn.microsoft.com
  2. Microsoft Learn, Create and deploy an agent with the Microsoft 365 Agents SDK — model- and orchestrator-agnostic custom engine agents. learn.microsoft.com
  3. Microsoft Learn, Choose between Microsoft 365 Copilot and Copilot Studio to build your agent — Copilot Studio governance (ALM, connectors, DLP, Power Platform admin center). learn.microsoft.com
  4. Microsoft Learn, Assign and deploy agents for Microsoft 365 Copilot — the Agent Store, pinned agents, and the Copilot Control System. learn.microsoft.com