Pro-Code for Copilot Agents: Beyond the Low-Code Ceiling
Learn why production Copilot agents need pro-code tooling: source control, CI/CD, testing, and engineering discipline beyond low-code platforms.
Real code, real patterns, real opinions on building agents for Microsoft 365 Copilot. From declarative agents to API plugins, this is the stuff you wish existed when you started.
~/blog $ ls -lt | head -10
Learn why production Copilot agents need pro-code tooling: source control, CI/CD, testing, and engineering discipline beyond low-code platforms.
Automate provisioning, deploying, and publishing declarative agents using GitHub Actions, Azure DevOps, and the Microsoft 365 Agents Toolkit CLI.
Learn how environment variables, .env files, and multi-environment configuration work in the Microsoft 365 Agents Toolkit for declarative agents.
Ship declarative agents to production in Microsoft 365 Copilot: admin approval, access control, staged rollouts, and governance best practices.
Troubleshoot the four most common declarative agent failure patterns in Microsoft 365 Copilot: from ignored APIs to auth errors and permission issues.
Learn how to scale your declarative agent with connected agents: delegate to specialist worker agents using a microservices architecture for AI assistants.
Configure behavior overrides in declarative agents to prioritize knowledge sources, reduce hallucination, and control follow-up suggestions in M365 Copilot.
Add AI disclaimers to declarative agents to build user trust and satisfy compliance requirements. Includes full manifest config and writing tips.
Connect existing MCP servers to your declarative agents as plugins, with OAuth authentication, and let Copilot orchestrate them alongside knowledge sources.
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.
Explore the full archive, from declarative agents to API plugins and everything in between.
Browse All Posts