Agent 365 Agents Become Connected Agents in Copilot Chat
The most structurally important item this week is the arrival, at general availability, of connected agents inside Microsoft 365 Copilot Chat and declarative agents. Agents published to Agent 365 can now be attached to other agents as reusable specialists rather than living as isolated, single-purpose extensions. To be eligible, an agent must implement the Agent2Agent (A2A) protocol — the interoperability standard that lets one agent hand a task, its context, and its results to another agent rather than merely calling a conventional API endpoint. That is a subtle but real difference: A2A treats the receiving agent as a reasoning participant that can interpret and complete a delegated job, not as a dumb function to invoke.
For organizations, the practical payoff is reuse and central governance. Instead of rebuilding the same integration, instructions, and controls inside every Copilot Studio project, a company can publish and govern a specialist agent once — a claims-lookup agent, a contract-summarizer, a compliance-checker — and let approved builders attach it wherever its capability is needed. Agents published to Agent 365 are managed through the Microsoft 365 admin center, and compatible ones can be selected as connected agents by people building in Agent Builder or Copilot Studio, across Android, desktop, iOS, and web.
This is exactly the interoperability layer that separates a pile of one-off bots from an actual agent estate. It also raises the stakes on cataloguing: once agents can call each other, the question is no longer "what does this agent do" but "what chain of agents just touched this data, and who owns each link." That is a governance problem before it is a technical one.
What to do: Before you enable connected agents broadly, decide which of your existing agents are safe to expose as shared specialists and which must stay private. Publish only the ones you have documented and tested, and record — for each — its owner, the data it can reach, and which other agents are permitted to call it. Interoperability without a directory is how you get untraceable agent-to-agent sprawl.
Defender Extends Posture Risk and Runtime Protection Across the Agent Estate
Security caught up with agent proliferation this week. Microsoft Defender now assesses posture risk for AI agents — including enterprise agents and local agents discovered on endpoint devices — with risk levels derived from active indicators such as configuration, access, runtime activity, endpoint and user context, and live alerts. Security teams can use that posture scoring and the accompanying recommendations to prioritize the riskiest agents and remediate them, the same way they already triage risky identities and devices.
Two adjacent moves complete the picture. First, with a Microsoft Agent 365 license, Defender consolidates posture assessment and runtime protection for cloud agents spanning Microsoft Foundry, Copilot Studio, and third-party managed agents — a single pane over the whole estate rather than per-platform blind spots. Second, a new agentic code scanner (codename MDASH) entered private preview in Microsoft Security Exposure Management, using a multi-model agentic system to detect code vulnerabilities with more depth than traditional static analysis. The pattern is that Microsoft is using agents to secure agents, and treating an agent as a first-class security principal with a posture, a risk score, and a runtime footprint.
The strategic read: agents are now inventory. You discover them, you score them, you protect them at runtime, and you retire the risky ones — exactly the lifecycle that identity and endpoint management went through a decade ago. Organizations that already run a mature Defender practice have a head start; those who bolted agents on without security review now have a tool that will surface precisely how much shadow-agent risk they accumulated.
What to do: Run agent discovery in Defender this month and read the posture report as a census, not a scorecard. The immediate value is not the risk numbers — it is finding the agents nobody told you about. Reconcile that list against your agent register and investigate every entry that does not have a known owner.
Computer-Using Agents Reach Enterprise-Grade Credentials and Model Choice
Computer-using agents in Copilot Studio — the capability that lets an agent operate any website or desktop app by clicking, selecting menus, and typing into fields, just as a person would — continue to harden for production use. The current wave adds more secure credential management, the ability to choose the foundation model best suited to a given automation scenario, and more resilient automations that adapt to changing interfaces instead of breaking the moment a screen or webpage is redesigned. On the model front, computer use now spans multiple foundation models, including Anthropic's Claude Sonnet 4.5 alongside OpenAI's Computer-Using Agent, giving makers a real choice rather than a single locked-in engine.
The credential and resilience improvements matter more than they sound. UI automation has always been the brittle corner of the automation world — a relabeled button or a moved field could silently break a flow, and stored credentials were a standing liability. Making agents adapt to interface drift and handle secrets through a governed store moves computer use from "impressive demo" toward "dependable back-office worker." That is the difference between a pilot that wows a steering committee and an automation finance is willing to run against a real system of record.
For anyone shaping AI adoption, computer use is the bridge to the long tail of systems that will never expose a clean API — legacy line-of-business apps, vendor portals, ancient internal tools. Those are precisely the places where manual effort concentrates, and precisely where a resilient, well-governed UI agent earns its keep.
What to do: Identify one high-volume, API-less task your team does by hand in a browser or desktop app, and prototype it as a computer-using agent — but insist on governed credentials and pick the model deliberately rather than accepting the default. Treat interface resilience as a requirement you test, not a feature you assume.
Quieter Plumbing: Admin Agent GA and Faster Connector Freshness
Beneath the headline agent news, two operational updates will touch daily work. The Microsoft 365 Admin agent reached general availability, letting administrators manage users, licenses, service health, and troubleshooting through natural language directly in the admin center — an agent aimed squarely at the people who now have to govern all the other agents. It is a telling choice of target: Microsoft is applying agentic automation to administration itself, which is where the operational load of this whole shift is landing.
Separately, Copilot connectors improved content freshness by running the content crawl and identity crawl in parallel rather than sequentially, reducing total processing time so newly ingested content — and the permissions that govern it — becomes available to users faster, without loosening any security or permission accuracy. That is unglamorous but consequential: an agent is only as trustworthy as the freshness and correctness of the data it reasons over, and stale permission crawls have historically been a quiet source of both wrong answers and oversharing.
Taken together, these two items reflect a maturing platform tending to its own operational debt — making administration conversational and making the knowledge layer underneath every agent both faster and safer to trust.
What to do: Give a scoped pilot of the M365 Admin agent to one or two senior admins and have them log where it saved time versus where they still reached for the classic UI. That log is your evidence base for how far to trust conversational administration — and it doubles as training material for the rest of the team.
The Through-Line: Interoperability Meets Accountability
Line up the week's announcements and a single theme emerges: agents are learning to work together, and Microsoft is racing to make sure someone can still be held accountable when they do. Connected agents and the A2A protocol give the estate interoperability; Defender's posture scoring and runtime protection give it accountability; enterprise-grade computer use extends its reach into the systems that never had APIs; and a conversational admin agent puts governance itself within arm's reach. Each piece is individually modest. Together they describe an environment where agents are composable, discoverable, scored, and protected — the same maturation curve identity and endpoints climbed years ago.
This is where enablement earns its keep. The organizations that win with agentic AI over the next two quarters will not be the ones with the most agents — they will be the ones who can answer, at any moment, which agents exist, what each is allowed to do, which other agents it can call, and who is accountable for the outcome. Interoperability without a catalogue is chaos; a catalogue without runtime protection is theater. The teams that treat these as one connected discipline — build, register, govern, secure — are the ones who will deploy confidently while others discover their sprawl through an incident report.
What to do: Extend your agent register this quarter to capture agent-to-agent relationships — for every agent, note which specialists it is permitted to call and which callers are permitted to invoke it. When connected agents and Defender posture scoring are both live in your tenant, that relationship map is the single artifact that turns a tangle of autonomous workers into a system you can actually stand behind.
Sources
- Microsoft 365 Copilot Chat Connects Agent 365 Agents in August 2026 — Windows Forum
- Use Agent 365 agents within Microsoft 365 Copilot Chat and Declarative Agents — M365 Admin
- Monthly News — August 2026 — Microsoft Community Hub
- AI agent posture risk in Microsoft Defender (Preview) — Microsoft Learn
- Discover AI agents and assess security posture using Microsoft Defender — Microsoft Learn
- Computer-using agents in Microsoft Copilot Studio are now generally available — Microsoft Community Hub
- Microsoft Copilot Studio computer-use agents are now enterprise-ready — TechHQ
- Microsoft 365 AI Workplace Update August 2026 — Empowering.Cloud
- Release Notes for Microsoft 365 Copilot — Microsoft Learn
- Microsoft 365 Copilot Aug 2026: Massive New Update Wave — candede.com