Microsoft just gave SharePoint developers their biggest reason in years to get excited about the Copilot canvas. SharePoint Copilot Apps, announced on June 23, 2026, let organizations bring rich, interactive components straight into Microsoft 365 Copilot instead of relying on plain chat text. As a result, approving an expense, checking a leave balance, or booking a desk can now happen inside a Copilot conversation, without a single tab switch. This article breaks down what SharePoint Copilot Apps are, why Microsoft built them, and what SharePoint admins and developers should do to get ready.

What Are SharePoint Copilot Apps?
SharePoint Copilot Apps are a new way to surface interactive, purpose-built user experiences directly inside the Microsoft 365 Copilot canvas. Instead of describing a request in a back-and-forth chat, users see a real dashboard, form, list, or chart appear right where they’re already working. Vesa Juvonen, Principal Program Manager on the Microsoft 365 Developer team, framed the problem simply: chat and text are powerful, but they aren’t always enough. Every hop to a different app or portal breaks focus, and that context-switching tax adds up across an entire organization.
The feature is built on the SharePoint Framework, better known as SPFx, which already powers custom experiences for tens of millions of end users. Consequently, this isn’t an unproven foundation. It’s a natural extension of a platform organizations have invested in for years, now reaching a brand-new surface inside Copilot.
Why Microsoft Built SharePoint Copilot Apps
Microsoft’s own framing is that “work isn’t only words.” Sometimes a person doesn’t want to type out a lengthy description of what they need. They want to see it, touch it, and act on it immediately. Picture reviewing an approval, checking a schedule, or pulling up a personal dashboard, all without leaving the Copilot conversation to hunt for the right tool elsewhere.
This matters because the cost of app-hopping is largely invisible until you add it up. A single extra click to open an intranet portal might cost a few seconds. Multiply that across thousands of employees and thousands of daily tasks, however, and the productivity drag becomes significant. SharePoint Copilot Apps aim to remove that friction by bringing the experience to the user instead of the other way around.
How SharePoint Copilot Apps Work for Developers
For developers, the pitch is refreshingly simple: build the UX component, and let the platform handle everything else. SPFx supports any JavaScript library or framework, including React, Angular, Vue, Svelte, or plain TypeScript. React shows up most often in Microsoft’s examples, but it’s never a requirement, so teams can keep using the stack they already know.
- Web stack development — build with whatever JavaScript library or framework your team already knows.
- No proprietary platform — everything is based on open, industry-standard patterns.
- Automatic hosting — components are hosted directly in the customer’s Microsoft 365 tenant, with no external infrastructure to stand up.
- Enterprise-grade security — governance and compliance controls come from the underlying SharePoint platform.
- AI coding agent friendly — because the stack is standard JavaScript, tools like GitHub Copilot, Claude, and Codex can scaffold, generate, and debug these components right inside the IDE.
Under the hood, SharePoint Copilot Apps implement the MCP Apps model, an open, interoperable standard for building interactive experiences on top of the Model Context Protocol. The key difference from a typical MCP Apps implementation is that hosting and tool routing happen automatically. Developers bring the component; the Microsoft 365 platform handles the rest, including routing requests to the correct tool without any manual wiring.
Perhaps most importantly for IT budgets, the same component isn’t tied to a single surface. A team can write a UX component once and expose it across Copilot, SharePoint, and Microsoft Teams simultaneously. That reuse maximizes the value of existing SPFx investments instead of forcing a rebuild for every new surface.

Real-World Scenarios for SharePoint Copilot Apps
Microsoft grouped the early example scenarios into three broad categories, though the company notes that almost anything previously exposed as a SharePoint web part or Teams personal app is fair game.
- Line of Business agents — sales figures, inventory, stock levels, time-off requests, pay slips, help desk tickets, and Customer 360 views, all surfaced directly in Copilot.
- Corporate Communications and Services agents — personal dashboards, relevant news, onboarding tasks, organizational directories, and visual Q&A experiences.
- Management and Governance agents — site provisioning, policy enforcement, and operational dashboards for IT and compliance teams.
Microsoft also published a “My Day” example, showing how a single component could summarize a person’s schedule, tasks, and outstanding approvals in one interactive card. It’s a useful preview of the kind of everyday, low-friction experience SharePoint Copilot Apps are designed to enable.
SharePoint Copilot Apps Release Timeline
Timing is where this story gets especially relevant right now. According to the July 2026 SPFx roadmap update, Microsoft is starting the public preview of SharePoint Copilot Apps this month, alongside SPFx version 1.24. General availability is targeted for later in 2026, likely this autumn.
- June 2026 (shipped) — SPFx 1.23.2 released, a quality-focused update addressing issue fixes, npm audit vulnerabilities, and groundwork for a new list and library panel override capability.
- July 2026 — SPFx 1.24 public preview ships, including the SharePoint Copilot Apps preview.
- September 2026 (targeted) — SPFx 1.24 reaches general availability, along with SharePoint Copilot Apps GA, SPFx CLI general availability, and navigation customizers.
Microsoft notes that “SharePoint Copilot Apps” is currently the working name during public preview and may change before general availability ships. Additionally, the team confirmed it will pause its monthly roadmap update in late July and return at the end of August, so developers should expect the next detailed status check-in then.

How This Connects to Copilot in SharePoint’s Opt-Out Rollout
SharePoint Copilot Apps isn’t arriving in isolation. It follows closely behind Copilot in SharePoint, formerly known as AI in SharePoint and, before that, the SharePoint Knowledge Agent. Starting in mid-June 2026, Copilot in SharePoint moved from an opt-in preview to an opt-out preview, meaning it now appears automatically for any user with a Microsoft 365 Copilot license, unless an admin has explicitly turned it off.
In practice, licensed users now see a floating Copilot button on SharePoint pages, libraries, and lists. Selecting it opens a chat experience that respects existing permissions and only touches content the user is already authorized to view or edit. Admins retain full control through PowerShell, using the KnowledgeAgentScope parameter to include or exclude specific sites, or to opt out entirely at the tenant level.
Taken together, these two updates tell a consistent story. Microsoft is pushing Copilot deeper into SharePoint from two directions at once: conversational AI that reads and edits existing content, and now, interactive UX components that let developers build entirely new experiences on top of it.
What SharePoint Admins and IT Leaders Should Do Now
Because Copilot in SharePoint is already rolling out as opt-out, most organizations don’t need to take any immediate action for that piece; the experience simply appears for licensed users. However, IT leaders should still use this moment to get ahead of both changes rather than reacting after the fact.
- Confirm whether your tenant previously opted in or out of Copilot in SharePoint, since those existing settings carry forward automatically.
- Review high-traffic or heavily customized sites to see how the new Copilot entry points might interact with existing layouts.
- Brief SPFx developers on the July preview of SharePoint Copilot Apps so they can evaluate reusing existing web parts as Copilot UX components.
- Note that no specific Copilot license is required to start building SharePoint Copilot Apps, since they build on declarative agents that work with a standard Microsoft 365 user license.
- Keep governance in mind early. Because these components inherit SharePoint’s existing security and compliance model, well-structured content and permissions will pay off directly in the quality of the Copilot experience.
For developers specifically, the lower barrier to entry is worth highlighting again. There’s no new platform to license and no infrastructure to stand up on Azure or elsewhere. Everything is hosted in the organization’s own tenant, which should meaningfully lower the total cost of experimenting with the preview.
Getting Ready for SharePoint Copilot Apps
SharePoint Copilot Apps represent one of the most significant SPFx investments in years, and the timing lines up neatly with the broader push to make Copilot in SharePoint the default experience across Microsoft 365 tenants. Between now and the autumn general availability target, organizations have a real window to experiment with the preview, brief their developers, and make sure their SharePoint content is structured well enough to shine inside Copilot.
As always, Microsoft is asking for feedback early, through community calls, GitHub, and social channels, so organizations that get involved now have a real chance to shape the developer experience before general availability locks it in.
Want more breakdowns like this as Microsoft 365 and Copilot keep evolving? Keep exploring SharePoint Monkey for hands-on guidance, admin tips, and the latest on Microsoft 365 Copilot as new previews roll out.
Sources
- Going beyond text in Microsoft 365 Copilot – Introducing SharePoint Copilot Apps (Microsoft 365 Developer Blog)
- SharePoint Framework (SPFx) roadmap update – July 2026 (Microsoft 365 Developer Blog)
- Copilot in SharePoint will start rolling out to all tenants as an opt-out preview starting in mid-June 2026 (M365 Admin / MC1311968)
- Get started with AI in SharePoint (preview) (Microsoft Learn)
- UX components in the Copilot canvas using the MCP Apps model (Microsoft Learn)
Discover more from SharePoint Monkey
Subscribe to get the latest posts sent to your email.



















