May 2026 is the month Microsoft doesn't hold back. Build conference. Wave 2 releases. General availability announcements that have been sitting in preview for six months. If you've been waiting to see which AI features would stick — this is the month you get your answer.
The bad news: there are a lot of announcements. The good news: most of them don't apply to what you build. We've filtered the noise. This is the May 2026 Microsoft update roundup written specifically for SharePoint developers, SPFx engineers, Power Platform builders, and anyone responsible for a Microsoft 365 tenant that people actually depend on.
No marketing fluff. No "unlock the power of AI" preamble. Just the updates, what they change, and what you should do about them this month.
SharePoint AI List Agents hit general availability. Every Microsoft 365 tenant with a Copilot licence now has them. This is the single update with the widest immediate impact — it changes what users expect from every SharePoint list in your organisation.
Microsoft Build 2026 — The Developer Headlines
Microsoft Build 2026 ran May 19–21 in Seattle and online. The theme, unsurprisingly, was agents — but the specifics matter more than the buzzword. Here's what actually landed for Microsoft 365 and Azure developers.
This is the headliner. Copilot Studio agents can now invoke other agents as tools — meaning you can build an orchestrator agent that coordinates specialist sub-agents. Your HR Copilot agent can call a Payroll agent, a Leave Management agent, and a Policy Q&A agent as needed, returning a unified response to the user.
Why it matters for Microsoft 365 developers: complex enterprise scenarios that previously required a monolithic agent — or a custom Azure OpenAI deployment — can now be composed from purpose-built Copilot Studio agents. Governance is per-agent. Data access is per-agent. Maintenance is per-agent.
- Orchestrator agents supported in both Copilot Studio and via the Copilot extensibility SDK
- Sub-agents inherit the calling user's permissions — no elevation of access
- Conversation history shared across the agent chain for context continuity
- Audit logging captures the full agent invocation path for compliance
MCP — the open standard for connecting AI models to external tools and data sources — is now GA across Power Automate and Copilot Studio. This is significant: it means any MCP-compatible server can be connected to your Power Automate flows and Copilot agents without custom connector development.
- Power Automate cloud flows can now call MCP tool servers natively
- Copilot Studio agents can discover and invoke MCP tools as part of reasoning
- Microsoft publishes official MCP servers for SharePoint, Graph, and Teams
- Community MCP servers (GitHub, Jira, ServiceNow) connect with no code
SharePoint Updates — AI Agents Hit General Availability
This is the update that will change what your users expect from SharePoint — permanently.
SharePoint List Agents are now available to all Microsoft 365 Copilot-licensed tenants with no configuration required. Every SharePoint list and library now has a built-in AI agent that users can converse with in natural language.
What this means in practice: a user looking at your project tracking list can ask "Show me all tasks assigned to Sarah that are overdue" and get a filtered, summarised answer — without knowing how to use SharePoint views, without calling IT, without reading documentation.
- Works on all SharePoint lists and document libraries automatically
- Respects item-level permissions — users only get answers about content they can access
- Supports follow-up questions in the same conversation thread
- SharePoint admins can disable per-site or per-list via admin centre policies
- Available in SharePoint Online web, Teams SharePoint tab, and SharePoint mobile
What this means for your SPFx work
SharePoint List Agents handle the conversational Q&A layer natively. Your SPFx web parts now compete on what they do better: rich interactive UI, multi-system data aggregation, complex forms, and real-time dashboards. If you're still building "search and filter" SPFx web parts for single SharePoint lists, it's time to rethink the value proposition. Focus your SPFx effort on experiences the native agent cannot deliver.
SharePoint Embedded — ISV Pricing Update
SharePoint Embedded — Microsoft's API-first offering that lets ISVs use SharePoint as a content backend without users needing SharePoint licences — received a significant pricing restructure this month. The consumption-based model now has a more predictable tier for ISVs building document management, contract management, and content-heavy applications. If you're building a product on top of SharePoint Embedded, review the new tier structure — it materially changes the commercial model for applications with high storage but low API call volumes.
Microsoft Teams — AI Meeting Intelligence Gets Serious
Teams Intelligent Recap — which automatically generates meeting summaries, key points, and action items from recorded meetings — now syncs action items directly to Microsoft Planner and Microsoft Loop workspaces. No copy-paste. No manual task creation. Action items identified by AI in the meeting transcript are created as Planner tasks, assigned to the identified owner, with the meeting context attached.
- Action items detected in transcript automatically create Planner tasks
- Assignee detected from meeting context and Entra ID profile matching
- Due dates suggested based on conversational cues ("by end of week", "before launch")
- Full meeting transcript linked to each task for reference
- Loop workspace integration: action items appear in the shared Loop page for the meeting
Teams Phone — AI-Powered Call Summaries for External Calls
Intelligent Recap previously only worked on Teams video meetings. May 2026 extends it to Teams Phone calls — including external PSTN calls. For organisations using Teams as their full telephony platform, this is significant: every call to a client, supplier, or candidate now gets an automatic summary, key points, and follow-up suggestions. CRM integration via Power Automate custom connectors becomes an obvious next step for any Microsoft 365 developer working in this space.
Power Platform — Agentic Flows & AI Builder Updates
This is the biggest Power Automate update since cloud flows launched. Agentic flows are a new flow type where you define a goal and a set of available tools — and the Power Automate AI runtime figures out the execution path. Instead of building every decision branch manually, you describe the intent and let the agent reason about the steps.
Three new capabilities shipping in preview:
- Autonomous retry: When a step fails, the agent analyses the error, attempts an alternative approach, and only escalates to a human if it genuinely cannot resolve the issue
- Self-healing flows: Flows that detect their own configuration drift (e.g. a SharePoint column that was renamed) and self-correct without requiring an admin to manually fix the broken reference
- Goal-based triggers: Define an outcome ("process all pending leave requests and send approval notifications") — the flow determines the optimal execution sequence based on current data state
Agentic flows are in public preview — not production-ready. Do not migrate critical business processes to agentic flows yet. Use the preview to evaluate for future projects and give Microsoft feedback on the behaviours you need.
Microsoft Graph API — Developer Tools & New Endpoints
collaborationInsights property returns co-authoring frequency, meeting overlap percentage, and email thread activity.Viva Connections & SPFx — ACE Real-Time Push
The update SharePoint Framework developers have been waiting for: Adaptive Card Extensions (ACEs) in Viva Connections now support real-time push notifications via SignalR-based server-sent events.
Previously, ACEs could only display data at page load — or refresh on a timer. Now your ACE can receive a server push and update the card in real time without the user doing anything. Think about what this enables: a leave approval pending ACE that lights up the moment a request is submitted. A critical incident ACE that updates the moment a P1 ticket is raised. A stock/inventory ACE that reflects live changes from an ERP system.
- Push support via Microsoft Graph change notifications subscriptions
- ACE state updated via
this.setState()on notification receipt — same pattern as existing ACEs - No additional licences required — available in Viva Connections for all Microsoft 365 subscriptions
- Rate limiting: 5 push events per ACE per minute to prevent notification storms
If you have existing ACEs built for clients that show approval counts, ticket queues, or live inventory — the real-time push upgrade is a high-value enhancement that you can pitch as a short follow-on project. The core ACE structure stays the same; you're adding a Graph change notification subscription and a push handler. Typical effort: 1–2 days for an experienced SPFx developer.
What to Prioritise This Month
Not every update needs your attention now. Here's the prioritised action list for Microsoft 365 developers and SharePoint architects.
May 2026 — Key Takeaways
SharePoint AI List Agents are GA. Every Copilot-licensed list now has a natural language interface. Your users will find it on their own — be ahead of the conversation.
MCP is production-ready in Power Platform. Custom connector development for standard SaaS tools (Jira, ServiceNow, Salesforce) is no longer the first approach — check if an MCP server exists first.
Multi-agent orchestration changes Copilot Studio architecture. Complex enterprise AI scenarios that were impractical before are now composable from simpler, governed sub-agents.
ACE real-time push is the SPFx upgrade to pitch to existing Viva Connections clients. Low effort, high perceived value, short delivery timeline.
Agentic flows are preview only — evaluate, don't deploy. The direction is clear. The production readiness is not yet there. Watch this space for GA in Q3 2026.
Need Help Implementing Any of These Updates?
From SharePoint AI Agent governance policies to Graph API v2 migrations, SPFx ACE real-time push upgrades, and Copilot Studio multi-agent architecture — we've been building on Microsoft 365 since 2016. Let's talk about what May 2026 means for your tenant specifically.