CAEP Dashboard (AI Agent Monitoring)
The CAEP (Continuous Access Evaluation Protocol) Dashboard provides a real-time view of AI agent task activity and just-in-time permission requests in your tenant. Use it to monitor whether agents are operating within expected parameters and to spot elevated-risk activity.
What is CAEP?
Continuous Access Evaluation Protocol (CAEP) is an emerging standard for evaluating and revoking access in real time — rather than waiting for a token to expire. In LumoAuth, the CAEP Dashboard applies this concept to AI agents: you can see how agents are progressing through their tasks, how many JIT permission requests they are raising, and whether any are blocked or denied.
Accessing the Dashboard
Navigate to /t/{tenantSlug}/portal/caep-dashboard in your tenant 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 behavior, go to the agent's observability page:
/t/{tenantSlug}/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