Skip to main content

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:

StatusMeaning
PendingTask created but not yet started
RunningAgent is actively executing the task
CompleteTask finished successfully
FailedTask 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:

StatusMeaning
PendingAwaiting human review
ApprovedA human approver granted the request
DeniedA human approver rejected the request
ExpiredRequest 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

ObservationWhat to check
High failure rateReview agent error logs in the Agent Observability view
Many JIT denialsReview agent capability and permission configuration
Spike in pending JITCheck whether approvers are receiving notifications
No task activityConfirm 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.