Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

Microsoft Agent 365

What Is Microsoft Agent 365? The Control Plane for Governing AI Agents

AI agents are multiplying inside enterprises faster than IT teams can track them. Every department is spinning up its own automations. Copilot Studio agents, SharePoint agents, third-party tools like Claude Code and GitHub Copilot CLI running on developer laptops. Most organizations have no centralized view of what is running, what data it can access, or who approved it. Agent 365 is Microsoft's answer to that visibility gap: a governance control plane that inventories, monitors, and secures every AI agent in your environment, including the ones nobody told IT about.


What Is Agent 365?

Agent 365 is Microsoft's centralized control plane for observing, governing, and securing AI agents across the enterprise. It reached general availability on May 1, 2026, launching alongside the Microsoft 365 E7 Frontier Suite. It costs $15 per user per month as a standalone product, or it comes bundled in the E7 license at $99 per user per month.

The critical distinction: Agent 365 is a governance layer, not a build tool. It does not create agents. It does not provide compute for running agents. Building agents still requires Copilot Studio or Azure AI Foundry, which are separate products with their own consumption costs. Agent 365 sits above all of those tools and gives IT and security teams a unified dashboard to inventory, govern, secure, and monitor every agent in the organization, regardless of where it was built or who deployed it.

Think of it this way: Copilot Studio is the factory floor where agents get assembled. Azure AI Foundry is the heavy-machinery shop for custom models. Agent 365 is the control tower that watches every agent leaving those factories and tracks what they do once they are out in the wild.

$15/mo
Standalone per-user price
Microsoft 365 Pricing, May 2026
May 2026
General Availability
Launched with M365 E7
4
Security integrations (Defender, Entra, Purview, Intune)
Microsoft Learn
Gov Only
Governance layer -- does not build or run agents
Architecture documentation

What Agent 365 Actually Does

Agent 365 provides three core capabilities: a Unified Agent Registry, Shadow AI Discovery, and deep integration with Microsoft's existing security stack. All of this is managed through the admin tools IT teams already know: the Microsoft 365 admin center, Defender portal, Entra portal, and Intune portal.

Unified Agent Registry

The registry is a complete inventory of every AI agent in your environment. That includes Microsoft-built agents (Copilot features, Security Copilot), partner agents from the Copilot Studio marketplace, custom agents your teams built in Copilot Studio or Azure AI Foundry, and shadow agents that nobody in IT explicitly approved. Each agent gets a profile showing what data it can access, which APIs it calls, who deployed it, and its current status.

Shadow AI Discovery

This is the capability that will get the most attention from security teams. Shadow AI Discovery detects unmanaged AI agents running on enterprise endpoints. At launch, detection starts with OpenClaw agents running on Windows devices, using telemetry from Microsoft Defender and Intune. Microsoft has confirmed plans to expand coverage to GitHub Copilot CLI, Claude Code, and other third-party agents over time. The detection works through endpoint telemetry, not network inspection, so it catches agents running locally on developer machines even if they do not route through corporate proxies.

Agent 365 Stack
All Agents (MS, Partner, Custom, Shadow) Agent 365 Control Plane Defender Entra Purview Intune
Agent 365 observes and governs. It does not build or execute agents. Execution happens in Copilot Studio, Azure AI Foundry, or third-party platforms.

Security Integration Stack

Agent 365 plugs into four Microsoft security products, extending their existing capabilities to cover AI agents:

Microsoft Defender
Extends XDR threat protection to AI agents. Detects anomalous agent behavior, data exfiltration attempts, and compromised agent identities across endpoints and cloud workloads.
Microsoft Entra
Protects agent identities via Agent ID. Agents get first-class identity objects with Conditional Access policies, just like users and service principals. MFA, geo-fencing, and risk-based access apply to agents.
Microsoft Purview
Enforces DLP and data governance for agent-created and agent-accessed data. Sensitivity labels, data classification, and retention policies extend to every document an agent touches or generates.
Microsoft Intune
Deploys policies and guardrails for agents across endpoints. Controls which agents can run on managed devices, enforces compliance baselines, and provides the endpoint telemetry that powers Shadow AI Discovery.

How AI Agents Get Built in Microsoft 365

Agent 365 governs agents. It does not build them. If you want to create an AI agent in the Microsoft ecosystem, you have two primary tools, and they serve different audiences:

CapabilityAgent BuilderCopilot Studio
Target userBusiness users, quick tasksIT pros, developers, complex workflows
Where it livesIn-context inside M365 Copilot, Teams, SharePointStandalone SaaS platform
ComplexitySimple, lightweight agentsMulti-agent systems, branching logic
ConnectorsLimited to M365 data1,000+ Power Platform connectors
External publishingNoYes (websites, WhatsApp, Teams channels)
Export pathCan export to Copilot Studio for more capabilitiesFull development environment
PricingIncluded with M365 Copilot license$200/mo for 25K Copilot Credits, or pay-as-you-go

Agent Builder is the lightweight path. A marketing manager can open SharePoint, point Agent Builder at a document library, and have a working Q&A agent in minutes. It is designed for quick, simple agents that answer questions about specific content. When you need more, you export to Copilot Studio.

Copilot Studio is the full development platform. It supports multi-agent orchestration, external channel publishing, over 1,000 Power Platform connectors, and integration with Azure AI Foundry for custom models. If you are building agents that interact with customers on your website or automate complex multi-step business processes, this is where the work happens.

SharePoint Agents deserve a separate mention. Any SharePoint site, library, or folder can have an instant agent created from its content. These agents can be added to Teams chats for collaborative Q&A. For unlicensed users interacting with a SharePoint agent, Microsoft bills $0.12 per question directly to the Azure invoice.

The governance gap Agent 365 fills: Agent Builder makes it trivially easy for any licensed user to spin up an agent. Without Agent 365, IT has no visibility into how many agents exist, what data they access, or whether they comply with organizational policies. The easier Microsoft makes agent creation, the more critical the governance layer becomes.


FREE TEMPLATE

Agentic AI Compliance Assessment

Compliance checklist for autonomous agent deployments

Download Free →

How Copilot Orchestrates Agents

When a user prompts Microsoft 365 Copilot, the request does not go directly to a single model. The Copilot Orchestrator interprets the query, searches available agents and tools, and dynamically selects the right agent skill to handle the task. This is a multi-step reasoning loop:

  • User prompt enters the orchestrator. The system parses intent and context from the conversation and the user's Microsoft Graph data.
  • Agent/tool search. The orchestrator checks the registry of available agents, skills, and connectors. If a specialized agent exists for the task (a finance reporting agent, a SharePoint Q&A agent), it routes accordingly.
  • Execution. The selected agent runs its task, potentially calling external APIs, querying Microsoft Graph, or invoking other agents in a chain.
  • Response assembly. Results come back through the orchestrator, which formats them for the user and applies responsible AI checks before delivery.

Copilot Cowork takes this further. Available exclusively through the E7 Frontier program, Cowork is a cloud-based execution agent that handles long-running multi-step tasks in the background: sending emails, scheduling meetings, creating documents, posting in Teams. The user approves each action before it executes, maintaining a human-in-the-loop pattern. Unlike standard Copilot interactions that complete in seconds, Cowork runs for hours on complex projects.

Agent 365's role here is governance, not orchestration. The orchestrator decides which agent to invoke. Agent 365 ensures every agent the orchestrator can reach is inventoried, authorized, and compliant with your organization's policies. See the Agentic AI Hub for deeper coverage of agent orchestration patterns.


Shadow AI: The Problem Agent 365 Solves

Shadow AI
Unmanaged AI agents running on enterprise endpoints without IT approval. Agent 365's Shadow AI Discovery uses Defender and Intune telemetry to detect agents that traditional asset management tools miss.

The core problem is straightforward: developers install Claude Code on their laptops. Data analysts run custom GPT wrappers. Teams across the organization create SharePoint agents and Agent Builder bots without filing a ticket. Each of these agents has access to some combination of corporate data, external APIs, and user credentials. Without a detection layer, IT has no way to know they exist until something goes wrong.

Agent 365's Shadow AI Discovery addresses this by using endpoint telemetry from Defender and Intune. At launch, detection covers:

  • OpenClaw agents on Windows devices -- the first detection target, using Defender endpoint telemetry to identify running agent processes and their network activity.
  • Planned expansion: GitHub Copilot CLI, Claude Code, and other third-party agents -- Microsoft has confirmed these are on the roadmap, but specific timelines have not been published.

The detection works through endpoint telemetry, not network interception. This is important for two reasons. First, it catches agents that run locally and never route through a corporate proxy. Second, it works on Intune-managed devices regardless of network location, covering remote workers and BYOD scenarios where the device is enrolled.

Once a shadow agent is discovered, Agent 365 registers it in the Unified Agent Registry and applies the organization's governance policies. IT can then decide to allow it (with guardrails), restrict it, or block it entirely through Intune compliance policies.


How Much Does Agent 365 Cost (and What It Does NOT Cover)

Agent 365 has a simple per-user price, but the total cost of running an agent-powered enterprise is anything but simple.

ComponentPriceWhat it covers
Agent 365 (standalone)$15/user/moGovernance: registry, shadow AI discovery, security integrations
M365 E7 Frontier Suite$99/user/moIncludes Agent 365 + M365 E5 + M365 Copilot + Entra Suite
Copilot Studio (agent building)$200/mo for 25K creditsSeparate: building and running custom agents
SharePoint agent queries$0.12/questionSeparate: unlicensed user interactions billed to Azure
Azure AI FoundryConsumption-basedSeparate: custom model hosting and inference

The cost distinction that matters: Agent 365 covers the governance of agents. It does not cover the execution of agents. If you build 50 agents in Copilot Studio and govern them through Agent 365, you are paying the Agent 365 per-user fee for governance plus Copilot Studio credits for execution. These are two separate billing streams.

For organizations already on M365 E5 ($60/user/mo), the E7 upgrade at $99/user/mo adds Agent 365, Copilot, and the Entra Suite for an incremental $39 per user. Whether that math works depends on how many agents you are running and how much governance risk you carry. For a full breakdown of the Microsoft licensing stack, see the Microsoft Copilot Pricing Guide.


Who Needs Agent 365?

Not every organization needs a dedicated agent governance product. Here are the decision criteria:

10+ Agents in Production
If your organization has deployed more than 10 AI agents across departments, you need centralized visibility. Without it, you are running blind on what data agents access, what actions they take, and whether they comply with your policies.
Regulated Industries
Financial services, healthcare, government, and any sector with audit trail requirements for automated decision-making. Agent 365 provides the inventory and activity logging that compliance teams need for AI governance reporting.
Shadow AI Risk
If your developers use Claude Code, GitHub Copilot CLI, or other AI coding tools on managed devices, you have shadow AI running today. Agent 365 is the first Microsoft product that detects and inventories these unmanaged agents.
Multi-Vendor Agent Environments
Organizations running agents from multiple platforms (Copilot Studio, Azure AI, third-party tools) benefit from a unified registry. Agent 365 provides a single pane of glass across all agent sources, not just Microsoft-built agents.

When you do NOT need it: If you are a small team with fewer than 10 agents, all built in Copilot Studio, and you have no third-party AI tools on endpoints, the built-in governance in Copilot Studio and Entra ID may be sufficient. Agent 365 adds value at scale, not for a handful of simple bots.


What Are the Limitations of Agent 365?

Agent 365 fills a real gap in enterprise AI governance, but it ships with constraints you should understand before budgeting.

It Does Not Build or Run Agents
This is the most common misconception. Agent 365 is a governance-only product. It will not help you create a single agent. Building requires Copilot Studio (for low-code agents) or Azure AI Foundry (for custom model deployments), each with its own licensing and consumption costs. Buying Agent 365 without a separate agent platform gives you a control plane with nothing to control.
Agent Execution Costs Are Separate
The $15 per user per month covers governance only. Every agent you actually run incurs separate costs: Copilot Studio credits for studio-built agents, Azure consumption for Foundry-hosted agents, and $0.12 per question for unlicensed SharePoint agent interactions. The governance bill and the execution bill are entirely independent. Budget for both.
Shadow AI Detection Is Limited at Launch
At GA, Shadow AI Discovery covers OpenClaw agents on Windows devices. GitHub Copilot CLI, Claude Code, and agents on macOS or Linux endpoints are not yet detected. If your development teams primarily work on non-Windows machines, shadow AI detection will not cover their environments until Microsoft expands platform support. Timelines for broader coverage have not been published.
Requires Microsoft Security Stack
Agent 365's value proposition depends on Defender, Entra, Purview, and Intune. If your organization uses a different SIEM, identity provider, or endpoint management platform, the security integrations that make Agent 365 useful will not apply. This is a product designed for organizations already invested in the Microsoft security ecosystem.

Data verified: 2026-05-13. Microsoft, Microsoft 365, Agent 365, Copilot, Copilot Studio, Microsoft Defender, Microsoft Entra, Microsoft Purview, Microsoft Intune, and Azure are trademarks of Microsoft Corporation. Claude is a trademark of Anthropic. OpenClaw is a trademark of its respective owner.
Before You Use AI
Your Privacy

Agent 365 processes agent telemetry and governance data within your Microsoft 365 tenant. Shadow AI Discovery relies on Defender and Intune endpoint telemetry, which means agent activity on managed devices is monitored and logged. Data processed through Agent 365 is subject to your existing Microsoft 365 data processing agreements. Review your organization's data classification and monitoring policies before enabling Shadow AI Discovery on endpoints.

Mental Health & AI Dependency

AI assistants can increase productivity, but over-reliance on AI-generated outputs without critical review creates dependency risks. If you or someone you know is experiencing a mental health crisis:

  • 988 Suicide & Crisis Lifeline -- Call or text 988 (US)
  • SAMHSA Helpline -- 1-800-662-4357
  • Crisis Text Line -- Text HOME to 741741

AI systems can produce plausible-sounding but incorrect guidance. For mental health, medical, legal, or financial decisions, always consult a qualified professional.

Your Rights & Our Transparency

Under GDPR, CCPA, and the EU AI Act, you have the right to access, correct, and delete your personal data. The EU AI Act also requires transparency about AI system capabilities and limitations. Tech Jacks Solutions maintains editorial independence from all vendors, including Microsoft. This article was not sponsored, reviewed, or approved by Microsoft. We do not receive affiliate commissions from Microsoft Agent 365 or Microsoft 365 licenses. Our evaluations are based on primary documentation and verified product information.