<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>The Manifest</title><description>Your comprehensive resource for Microsoft Copilot extensibility</description><link>https://themanifest.dev/</link><language>en-us</language><item><title>Pro-Code for Copilot Agents: Beyond the Low-Code Ceiling</title><link>https://themanifest.dev/blog/2026/03/why-pro-code-for-copilot-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/03/why-pro-code-for-copilot-agents/</guid><description>Learn why production Copilot agents need pro-code tooling: source control, CI/CD, testing, and engineering discipline beyond low-code platforms.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>agents-toolkit</category><category>m365</category><category>copilot</category><category>declarative-agents</category><category>developer-experience</category></item><item><title>CI/CD Pipelines for Declarative Agents with Agents Toolkit</title><link>https://themanifest.dev/blog/2026/03/cicd-pipelines-for-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/03/cicd-pipelines-for-declarative-agents/</guid><description>Automate provisioning, deploying, and publishing declarative agents using GitHub Actions, Azure DevOps, and the Microsoft 365 Agents Toolkit CLI.</description><pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate><category>agents-toolkit</category><category>m365</category><category>copilot</category><category>ci-cd</category><category>declarative-agents</category></item><item><title>Managing Environment Variables in the M365 Agents Toolkit</title><link>https://themanifest.dev/blog/2026/02/environment-variables-in-agents-toolkit/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/environment-variables-in-agents-toolkit/</guid><description>Learn how environment variables, .env files, and multi-environment configuration work in the Microsoft 365 Agents Toolkit for declarative agents.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate><category>agents-toolkit</category><category>m365</category><category>copilot</category><category>configuration</category><category>declarative-agents</category></item><item><title>Publishing and Governing Declarative Agents</title><link>https://themanifest.dev/blog/2026/02/publishing-and-governing-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/publishing-and-governing-declarative-agents/</guid><description>Ship declarative agents to production in Microsoft 365 Copilot: admin approval, access control, staged rollouts, and governance best practices.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>governance</category><category>publishing</category></item><item><title>Debugging Declarative Agent Failures in Microsoft 365 Copilot</title><link>https://themanifest.dev/blog/2026/02/debugging-declarative-agent-failures/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/debugging-declarative-agent-failures/</guid><description>Troubleshoot the four most common declarative agent failure patterns in Microsoft 365 Copilot: from ignored APIs to auth errors and permission issues.</description><pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>debugging</category><category>troubleshooting</category></item><item><title>Connected Agents: The Delegation Pattern for Declarative Agents</title><link>https://themanifest.dev/blog/2026/02/connected-agents-delegation-pattern/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/connected-agents-delegation-pattern/</guid><description>Learn how to scale your declarative agent with connected agents: delegate to specialist worker agents using a microservices architecture for AI assistants.</description><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>connected-agents</category><category>architecture</category></item><item><title>Behavior Overrides in M365 Copilot Declarative Agents</title><link>https://themanifest.dev/blog/2026/02/behavior-overrides-in-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/behavior-overrides-in-declarative-agents/</guid><description>Configure behavior overrides in declarative agents to prioritize knowledge sources, reduce hallucination, and control follow-up suggestions in M365 Copilot.</description><pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>behavior-overrides</category><category>configuration</category></item><item><title>Adding AI Disclaimers to Declarative Agents</title><link>https://themanifest.dev/blog/2026/02/adding-disclaimers-to-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/adding-disclaimers-to-declarative-agents/</guid><description>Add AI disclaimers to declarative agents to build user trust and satisfy compliance requirements. Includes full manifest config and writing tips.</description><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>disclaimers</category><category>governance</category></item><item><title>MCP Servers for Declarative Agents</title><link>https://themanifest.dev/blog/2026/02/mcp-servers-for-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/mcp-servers-for-declarative-agents/</guid><description>Connect existing MCP servers to your declarative agents as plugins, with OAuth authentication, and let Copilot orchestrate them alongside knowledge sources.</description><pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>mcp</category><category>actions</category></item><item><title>API Plugins for Declarative Agents: Calling Live APIs</title><link>https://themanifest.dev/blog/2026/02/api-plugins-for-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/api-plugins-for-declarative-agents/</guid><description>Connect your declarative agent to REST APIs using OpenAPI specs and API plugin manifests to read live data and take real actions with Microsoft 365 Copilot.</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>api-plugins</category><category>actions</category></item><item><title>Grounding Declarative Agents with Web Search</title><link>https://themanifest.dev/blog/2026/01/grounding-with-web-search/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/grounding-with-web-search/</guid><description>Learn how to give your declarative agent access to external websites, from unscoped web search to curated site lists, and why scoping matters for quality results.</description><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>web-search</category><category>knowledge-grounding</category></item><item><title>Grounding Declarative Agents with Teams Conversations</title><link>https://themanifest.dev/blog/2026/01/grounding-with-teams-conversations/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/grounding-with-teams-conversations/</guid><description>Learn how to ground your declarative agent in Teams messages using the TeamsMessages capability to surface peer wisdom from group chats, 1:1 conversations, and channel threads.</description><pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>teams</category><category>knowledge-grounding</category></item><item><title>People Intelligence in Declarative Agents</title><link>https://themanifest.dev/blog/2026/01/people-intelligence-in-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/people-intelligence-in-declarative-agents/</guid><description>Add org chart awareness, colleague skills, and collaboration context to your declarative agent using the zero-config People capability.</description><pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>people</category><category>capabilities</category></item><item><title>Grounding Declarative Agents with Copilot Connectors</title><link>https://themanifest.dev/blog/2026/01/grounding-with-graph-connectors/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/grounding-with-graph-connectors/</guid><description>Connect your declarative agent to structured data from HRIS systems, databases, and external platforms using Copilot connectors (formerly Graph connectors).</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>copilot-connectors</category><category>knowledge-grounding</category></item><item><title>Grounding Declarative Agents with Email and Shared Mailboxes</title><link>https://themanifest.dev/blog/2026/01/grounding-with-email-and-shared-mailboxes/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/grounding-with-email-and-shared-mailboxes/</guid><description>Configure the Email capability to ground your declarative agent in personal mailboxes, shared mailboxes, and specific folders for precise, scoped answers.</description><pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>email</category><category>knowledge-grounding</category></item><item><title>Adding Image Generation to Declarative Agents with GraphicArt</title><link>https://themanifest.dev/blog/2026/02/image-generation-in-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/02/image-generation-in-declarative-agents/</guid><description>Add image generation to your declarative agent using the GraphicArt capability for welcome cards and creative content.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>image-generation</category><category>capabilities</category></item><item><title>Code Interpreter for Declarative Agents</title><link>https://themanifest.dev/blog/2026/01/code-interpreter-for-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/code-interpreter-for-declarative-agents/</guid><description>Enable Code Interpreter in your declarative agent for precise calculations, data analysis, and visualizations: all with a single line of JSON.</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>code-interpreter</category><category>capabilities</category></item><item><title>Grounding Declarative Agents with SharePoint</title><link>https://themanifest.dev/blog/2026/01/grounding-with-sharepoint-and-onedrive/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/grounding-with-sharepoint-and-onedrive/</guid><description>Connect your declarative agent to SharePoint document libraries for cited, grounded answers with automatic permission enforcement.</description><pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>sharepoint</category><category>knowledge-grounding</category></item><item><title>Bundle Documents with Embedded Knowledge in Declarative Agents</title><link>https://themanifest.dev/blog/2026/01/embedded-knowledge-in-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/embedded-knowledge-in-declarative-agents/</guid><description>Learn how to bundle documents directly in your declarative agent&apos;s app package using the EmbeddedKnowledge capability: no SharePoint or cloud storage required.</description><pubDate>Tue, 13 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>embedded-knowledge</category><category>capabilities</category></item><item><title>Designing Conversation Starters for Declarative Agents</title><link>https://themanifest.dev/blog/2026/01/designing-conversation-starters/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/designing-conversation-starters/</guid><description>Create conversation starters that showcase your declarative agent&apos;s capabilities and guide users to high-value interactions from the very first message.</description><pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>agents-toolkit</category><category>ux</category></item><item><title>Crafting Effective Instructions for Declarative Agents</title><link>https://themanifest.dev/blog/2026/01/crafting-effective-agent-instructions/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/crafting-effective-agent-instructions/</guid><description>Master the 5-part instruction framework that turns a generic declarative agent into a purpose-built AI assistant, with real examples from Zava Insurance.</description><pubDate>Thu, 08 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>agents-toolkit</category><category>instructions</category></item><item><title>Scaffolding Your First Declarative Agent with the Agents Toolkit</title><link>https://themanifest.dev/blog/2026/01/scaffolding-your-first-declarative-agent/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/scaffolding-your-first-declarative-agent/</guid><description>Learn how to scaffold your first declarative agent using the Agents Toolkit: from project creation to a working deploy in minutes.</description><pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate><category>declarative-agents</category><category>m365</category><category>copilot</category><category>agents-toolkit</category><category>getting-started</category></item><item><title>What Are Declarative Agents for Microsoft 365 Copilot?</title><link>https://themanifest.dev/blog/2026/01/what-are-declarative-agents/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/what-are-declarative-agents/</guid><description>Understand what declarative agents are, how they work, and when to use them: the foundational guide to building AI agents for Microsoft 365 Copilot.</description><pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate><category>copilot</category><category>declarative-agents</category><category>m365</category><category>extensibility</category><category>getting-started</category></item><item><title>Welcome to The Manifest: Why Declarative Agents Matter</title><link>https://themanifest.dev/blog/2026/01/welcome-to-the-manifest/</link><guid isPermaLink="true">https://themanifest.dev/blog/2026/01/welcome-to-the-manifest/</guid><description>Introducing The Manifest, a blog dedicated to Microsoft 365 Copilot extensibility, declarative agents, and the hidden gem of the M365 platform.</description><pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate><category>copilot</category><category>declarative-agents</category><category>extensibility</category><category>m365</category><category>getting-started</category></item></channel></rss>