Table of Contents

AgentCardManifest.ReadWrite.All

Allows the app to read and write agent card manifests in your organization's Agent Registry on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the AgentCardManifest.ReadWrite.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 228b1a03-f7ca-4348-b50d-e8a547ab61af 80151b1a-1c31-4846-ae0d-c79939ee13d1
DisplayText Read and write all agent card manifests in Agent Registry Read and write agent card manifests in Agent Registry
Description Allows the app to read and write to all agent card manifests in your organization's Agent Registry without a signed-in user. Allows the app to read and write agent card manifests in your organization's Agent Registry on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: agentCapabilities

Property Type Description
extensions agentExtension collection A list of protocol extensions supported by the agent.
pushNotifications Boolean Indicates if the agent supports sending push notifications for asynchronous task updates.
stateTransitionHistory Boolean Indicates if the agent provides a history of state transitions for a task.
streaming Boolean Indicates if the agent supports Server-Sent Events (SSE) for streaming responses.