From 8e25c2bf0d3a2a59e3f1b4dc1a66e8d009049b7d Mon Sep 17 00:00:00 2001
From: soyalejolopez <88358406+soyalejolopez@users.noreply.github.com>
Date: Tue, 15 Sep 2026 16:58:00 -0500
Subject: [PATCH] Update Agent 365 lifecycle atlas discovery
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
---
copilot-agent-strategy/README.md | 2 +-
.../agent-365-lifecycle-atlas/CHANGELOG.md | 10 ++
.../agent-365-lifecycle-atlas/README.md | 29 ++++--
.../agent-365-lifecycle-atlas/index.html | 93 ++++++++++++++++++-
4 files changed, 120 insertions(+), 14 deletions(-)
diff --git a/copilot-agent-strategy/README.md b/copilot-agent-strategy/README.md
index 84d1cd5..387ded5 100644
--- a/copilot-agent-strategy/README.md
+++ b/copilot-agent-strategy/README.md
@@ -6,7 +6,7 @@ A curated collection of strategic tools, templates, and guides to help you plan,
| Resource | Type | Description | Best For |
|----------|------|-------------|----------|
-| **[Agent 365 Lifecycle Atlas](./agent-365-lifecycle-atlas/)** | Interactive Architecture Atlas | Maps Agent 365 lifecycles, identity, token flows, SDK and CLI boundaries, governed MCP tooling, telemetry, administration, and public API endpoints. | Developers, architects, and administrators implementing or governing agents with Agent 365 |
+| **[Agent 365 Lifecycle Atlas](./agent-365-lifecycle-atlas/)** | Interactive Architecture Atlas | Maps Agent 365 lifecycles, discovery and inventory, identity, token flows, SDK and CLI boundaries, governed MCP tooling, telemetry, administration, and public API endpoints. | Developers, architects, and administrators implementing or governing agents with Agent 365 |
| **[Copilot Agents Guide](./copilot-agents-guide/)** | Interactive Dashboard | Comprehensive comparison of all Microsoft Copilot agent types with decision frameworks, capabilities matrix, and deployment guidance. Includes Researcher & Analyst, Lite, Full Custom, SharePoint, Declarative, and Toolkit options. | Business decision makers, IT leadership, solution architects planning agent strategy |
| **[Agent Brainstorming Template](./copilot-agent-brainstorm/)** | PowerPoint | Visual template to map out agent specifications before building. Choose your agent type (SharePoint, Declarative, or Custom), map user interactions, identify knowledge sources, and plan agent flow. | Product managers, developers, business analysts designing specific agents |
| **[Agents Cost Calculator](./copilot-agents-cost-tool/)** | Interactive Calculator | Estimate production costs for M365 Copilot agents — Custom (Copilot Studio), Agent Builder, SharePoint, and Azure Foundry agents. Includes quick-start templates, credit/token modeling, capacity tracking, and CSV export. | Finance, IT leadership, solution architects estimating agent costs |
diff --git a/copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md b/copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md
index c513701..5d4fb0e 100644
--- a/copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md
+++ b/copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to the Agent 365 Lifecycle Atlas are documented here.
+## 1.1.0 - 2026-09-15
+
+- Expanded the whole-system map with connected-platform registry ingestion,
+ Agent Map inventory, and a separate Shadow AI governance lane.
+- Added two discovery and inventory diagrams, bringing the atlas to eleven.
+- Clarified that connected-platform synchronization is currently manual and
+ metadata-only, with scheduled synchronization listed as a future release.
+- Added documented external platform categories and examples.
+- Preserved the existing 18-endpoint catalog and linked public Learn sources.
+
## 1.0.0 - 2026-09-10
- Published the initial public interactive atlas.
diff --git a/copilot-agent-strategy/agent-365-lifecycle-atlas/README.md b/copilot-agent-strategy/agent-365-lifecycle-atlas/README.md
index c2f81f0..74131b8 100644
--- a/copilot-agent-strategy/agent-365-lifecycle-atlas/README.md
+++ b/copilot-agent-strategy/agent-365-lifecycle-atlas/README.md
@@ -3,12 +3,12 @@ title: Agent 365 Lifecycle Atlas
type: strategy
category: Interactive
summary: >-
- Explore Agent 365 lifecycles, identity, tooling, telemetry, admin actions, and
- 18 public API endpoints in one atlas.
+ Explore Agent 365 lifecycles, discovery, identity, tooling, telemetry, admin
+ actions, and 18 public API endpoints in one atlas.
author: Alejandro Lopez
-version: 1.0.0
+version: 1.1.0
published: "2026-09-10"
-updated: "2026-09-10"
+updated: "2026-09-15"
tags:
- agent-365
- architecture
@@ -23,6 +23,7 @@ whatItIs: >-
and third-party platforms.
whyUseIt:
- Follow five agent classes through build, connection, identity, packaging, runtime, and governance.
+ - Distinguish registry ingestion, Agent Map inventory, and Shadow AI discovery boundaries.
- Trace Agent 365 identity, token, SDK, CLI, MCP, telemetry, and administration relationships.
- Search and filter 18 representative public API endpoints with linked Microsoft Learn sources.
howToUse: >-
@@ -43,8 +44,10 @@ run, and which governance and observability interfaces apply at each stage.
## What the atlas covers
-- Nine linked architecture and sequence diagrams
+- Eleven linked architecture and sequence diagrams
- Five agent classes across six lifecycle stages
+- Native onboarding and connected-platform registry ingestion
+- Agent Map inventory and the separate Shadow AI discovery experience
- Entra agent identity objects and token exchanges
- Agent 365 SDK and CLI boundaries
- Governed MCP tooling and telemetry flows
@@ -55,6 +58,16 @@ The atlas keeps generally available, preview, and beta capabilities visibly
separate. Preview and beta details must be checked against current Microsoft
documentation for the target tenant, cloud, and scenario before implementation.
+## September 15, 2026 update
+
+This update adds a discovery and inventory section to the atlas. It distinguishes
+native Agent 365 onboarding from connected-platform metadata synchronization,
+shows Agent Map as a registry-backed visual inventory, and keeps Shadow AI in a
+separate unmanaged-agent governance lane. Connected-platform synchronization is
+manual in the currently documented preview; scheduled synchronization is a
+future release. The diagrams also identify the documented external platform
+categories and their current examples.
+
## Usage
Open [`index.html`](./index.html) in a modern browser. No server, build process,
@@ -74,9 +87,9 @@ Use the page to:
## Sources and scope
The content is compiled from the public Microsoft Learn sources linked inside
-the atlas and was reviewed on September 10, 2026. It is an architecture
-reference, not a deploy-ready configuration or an official product
-specification.
+the atlas. The full atlas was reviewed on September 10, 2026, and the discovery
+and inventory update was reviewed on September 15, 2026. It is an architecture
+reference, not a deploy-ready configuration or an official product specification.
## Applies To
diff --git a/copilot-agent-strategy/agent-365-lifecycle-atlas/index.html b/copilot-agent-strategy/agent-365-lifecycle-atlas/index.html
index 61cb3d1..5020bc3 100644
--- a/copilot-agent-strategy/agent-365-lifecycle-atlas/index.html
+++ b/copilot-agent-strategy/agent-365-lifecycle-atlas/index.html
@@ -219,10 +219,10 @@
});
});
})();
-
Agent 365 · Lifecycle Atlas
Developer & administrator reference
Microsoft Agent 365 — agent lifecycles, interfaces & APIs
Agent 365 is the governance and control plane for agents — it inventories, secures, governs, and observes agents built on Microsoft and third-party platforms. It is not an agent-building runtime. This atlas maps how each class of agent is built, connected, identified, deployed, governed, and observed, with the exact interfaces, SDKs, CLI commands, token flows, and API endpoints that developers and admins use at each step.
Public · Microsoft LearnAgent 365 GA 2026-05-01Research cutoff 2026-09-10Several capabilities remain preview
00
The whole system — Agent 365 in one picture
One connected view: how agents enter Agent 365, how they are configured and given identity, the unified control plane that inventories and governs them, and the runtime that keeps executing on its own host. The eight detailed diagrams below expand each part — select any node to jump to its section. Agent 365 governs; it does not host or run agents, and no single action cascades across the others.