Welcome to Agent 365 Buster
Connect your tenant's app registration to manage any agents across your organization.
Paste the Client ID from your tenant's App Registration (below are details on how to create one).
How to create an app registration
Prerequisites
- This app uses the Copilot Agent Catalog API (preview)
- You must sign up for the Microsoft 365 Copilot Frontier program
- At least one Microsoft 365 Copilot license in your tenant
Steps
- Go to Azure Portal > App registrations > New registration
- Name: Agent 365 Buster
- Supported account types: "Accounts in any organizational directory (Multitenant)"
- Redirect URI: select SPA and enter:
- Click Register
- Go to API permissions > Add:
CopilotPackages.Read.All,User.ReadBasic.All - Optional:
CopilotPackages.ReadWrite.Allfor block/unblock - Click Grant admin consent
- Copy the Application (client) ID and paste it above
Built for the Agent 365 whitepaper — a joint effort by Microsoft MVPs, led by Gokan Ozcifci.
Gokan Ozcifci · Mike Maadarani · Vlad Catrinescu · Ahmad Najjar · Spencer Harbar · Serge Luca · Frane Borozan
Each tenant connects with their own app registration — data is fully isolated. The app is stateless and nothing is stored in any database — only you have access to your data.
Prefer not to connect your tenant to a hosted app? Download the PowerShell script and run it locally — same functionality, nothing leaves your machine.
Download PowerShell ScriptAgent 365 overview
Track agent usage across your org. Adjust settings, manage access, and stay aligned with governance goals.
Agent analytics
Agent publishers
Supported hosts
Element types
Top governance actions
All agents
Monitor and manage agents in your organization.
Settings
App information and documentation.
Prerequisites & Setup
- This app uses the Copilot Agent Catalog API (preview)
- At least one Microsoft 365 Copilot license in your tenant
- Your tenant must be enrolled in the Microsoft 365 Copilot Frontier program
- The signed-in user needs one of these roles (Global Admin is not required):
- Microsoft 365 Copilot Administrator — read & manage agents
- AI Administrator — read & manage agents
- Global Reader — read-only access (cannot block/unblock)
- A Global Admin or Privileged Role Administrator must grant admin consent to the app registration once
All data is fetched on demand from Microsoft Graph — nothing is stored in a database.
About
Agent 365 Buster was built for the Agent 365 whitepaper — a joint effort by Microsoft MVPs, led by Gokan Ozcifci.
Gokan Ozcifci · Mike Maadarani · Vlad Catrinescu · Ahmad Najjar · Spencer Harbar · Serge Luca · Frane Borozan
Download PowerShell Script