AI AGENT ADDONS

Every AI agent needs its own secure identity. This skill helps you create and manage those identities using Microsoft Entra and Microsoft Graph. Each agent instance gets a unique identity with its own permissions and audit trail.

You start with an Agent Identity Blueprint that defines a type of agent. Then you add a BlueprintPrincipal and create separate Agent Identities for each running agent. This skill handles the OAuth 2.0 token exchange so agents can prove who they are.

Administrators can assign specific permissions to each agent identity. This keeps your system secure and makes it easy to see what each agent did. The skill supports cross-tenant flows and a polyglot sidecar for agents in any programming language.

Add Entra Agent Id skill to your workflow

Global

mkdir -p ~/.claude/skills/entra-agent-id

Project

mkdir -p .claude/skills/entra-agent-id

Source Repository

Stars
1,241
Forks
195
Watchers
1,241
License
MIT
Last Push
4 days ago
Created
4 months ago