# Agent catalog

This catalog lists the current OpenAdminOS agents and dashboards. Mode, scopes, tenant data access, and write behavior are taken from each agent's reviewed metadata.

Last updated: 2026-05-29 · `3a69fc6`.

| Agent                                                                   | Mode    | Tier        | Category     | Required Entra tier | Scopes                                                                                                                                                              |
| ----------------------------------------------------------------------- | ------- | ----------- | ------------ | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Compliance overview](/agents/compliance-overview.md)                   | `read`  | `dashboard` | `compliance` | `free`              | `DeviceManagementManagedDevices.Read.All`                                                                                                                           |
| [Conditional Access explainer](/agents/conditional-access-explainer.md) | `read`  | `agent`     | `policies`   | `p1`                | `Policy.Read.All`                                                                                                                                                   |
| [Dormant app registrations](/agents/dormant-app-registrations.md)       | `read`  | `agent`     | `apps`       | `free`              | `Application.Read.All`                                                                                                                                              |
| [Find inactive devices](/agents/find-inactive-devices.md)               | `read`  | `agent`     | `devices`    | `free`              | `DeviceManagementManagedDevices.Read.All`                                                                                                                           |
| [Offboarding agent](/agents/offboarding-agent.md)                       | `write` | `agent`     | `devices`    | `free`              | <p><code>DeviceManagementManagedDevices.Read.All</code><br><code>Device.Read.All</code><br><code>DeviceManagementManagedDevices.PrivilegedOperations.All</code></p> |
| [OS update posture](/agents/os-update-posture.md)                       | `read`  | `dashboard` | `updates`    | `free`              | `DeviceManagementManagedDevices.Read.All`                                                                                                                           |
| [Risky user triage](/agents/risky-sign-in-triage.md)                    | `read`  | `agent`     | `policies`   | `p2`                | `IdentityRiskyUser.Read.All`                                                                                                                                        |
| [Secure Score prioritizer](/agents/secure-score-prioritizer.md)         | `read`  | `agent`     | `policies`   | `free`              | `SecurityEvents.Read.All`                                                                                                                                           |
| [Sign-in failure explainer](/agents/sign-in-failure-explainer.md)       | `read`  | `agent`     | `policies`   | `p1`                | `AuditLog.Read.All`                                                                                                                                                 |
| [Stale guest cleanup](/agents/stale-guest-cleanup.md)                   | `write` | `agent`     | `policies`   | `p1`                | <p><code>User.Read.All</code><br><code>AuditLog.Read.All</code><br><code>User.ReadWrite.All</code></p>                                                              |
| [Tenant change audit](/agents/tenant-change-audit.md)                   | `read`  | `agent`     | `policies`   | `p1`                | <p><code>AuditLog.Read.All</code><br><code>Directory.Read.All</code></p>                                                                                            |
| [Tenant health report](/agents/tenant-health-report.md)                 | `read`  | `dashboard` | `compliance` | `free`              | `DeviceManagementManagedDevices.Read.All`                                                                                                                           |
| [User license overview](/agents/user-license-overview.md)               | `read`  | `dashboard` | `apps`       | `free`              | `User.Read.All`                                                                                                                                                     |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openadminos.com/agents/agent-catalog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
