Back to skills

m365-agents-dotnet

ai-tools

Microsoft 365 Agents SDK for .NET provides ASP.NET Core hosting, AgentApplication routing, and MSAL-based authentication for building agents that run across Teams, Microsoft 365, and Copilot Studio. I

Setup & Installation

npx skills add https://github.com/microsoft/m365-agents-dotnet --skill m365-agents-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/m365-agents-dotnet
View on GitHub

What This Skill Does

Microsoft 365 Agents SDK for .NET provides ASP.NET Core hosting, AgentApplication routing, and MSAL-based authentication for building agents that run across Teams, Microsoft 365, and Copilot Studio. It handles the plumbing for activity routing, token validation, and multi-channel message dispatch. Instead of manually wiring Bot Framework adapters, token validation middleware, and activity routing, the SDK bundles all of that into a few extension methods and a base class.

When to use it

  • Working with m365 agents dotnet functionality
  • Implementing m365 agents dotnet features
  • Debugging m365 agents dotnet related issues