CAEP Dashboard (AI Agent Monitoring)
The CAEP Dashboard is a real-time view of AI agent task activity and just-in-time permission requests in your organization. Use it to monitor whether agents are operating within expected parameters and to spot elevated-risk activity.
What is CAEP?
CAEP (Continuous Access Evaluation Profile) is a standard for identity providers to push real-time session-event signals (session revoked, credential change, risk level change) to relying parties so they can invalidate sessions immediately — rather than waiting for a token to expire. In LumoAuth, the CAEP Dashboard applies this model to AI agents: you can see how agents progress through their tasks, how many JIT permission requests they raise, and whether any are blocked or denied.
Accessing the dashboard
Navigate to /orgs/{orgId}/portal/caep-dashboard in your organization portal.
Dashboard panels
Task activity
Shows agent task counts grouped by status over a configurable time window:
| Status | Meaning |
|---|---|
| Pending | Task created but not yet started |
| Running | Agent is actively executing the task |
| Complete | Task finished successfully |
| Failed | Task ended with an error or timeout |
Use the time range selector to view the last 24 hours, 7 days, or 30 days.
JIT request activity
Shows just-in-time permission request counts grouped by outcome:
| Status | Meaning |
|---|---|
| Pending | Awaiting human review |
| Approved | A human approver granted the request |
| Denied | A human approver rejected the request |
| Expired | Request timed out before it was reviewed |
A high ratio of denied or expired requests may indicate that agents are attempting actions outside their configured scope, or that approval workflows need tuning.
Interpreting the data
| Observation | What to check |
|---|---|
| High failure rate | Review agent error logs in the Agent Observability view |
| Many JIT denials | Review agent capability and permission configuration |
| Spike in pending JIT | Check whether approvers are receiving notifications |
| No task activity | Confirm the agent is active and correctly calling the LumoAuth SDK |
Individual agent monitoring
For a deeper view of a specific agent's behaviour, go to the agent's observability page:
/orgs/{orgId}/portal/agent/{agentId}/observability
This shows a full timeline of tasks, JIT requests, and audit events with filtering by time range.
Related
- JIT Permissions — configure just-in-time permission workflows
- AI Agent Registry — register and manage agents
- Audit logs — detailed event trail