Analytics
Analytics is a retained intelligence page with three focused views: root cause, reliability, and value. It is not a generic dashboard builder or export center.
/analyticsOverview#
The page concentrates on operator questions that matter during governance review: where cost is coming from, which agents look reliable, and which agents are generating the most value for their spend.
This is narrower than the older analytics story. The page does not promise arbitrary charting, plan-based retention tiers, or a separate report authoring workflow.
Prerequisites#
- Recent synced agent and cost data so the intelligence endpoints have something to analyze
- Access to the Web console at `/analytics`
Expected Results#
When data is available, expect:
- -A root-cause tree for recent spend
- -Reliability ranking and per-agent breakdown details
- -Value comparison across agents with activity, success, and cost efficiency
Web Operations#
Use the three tabs according to the investigation you are running.
Root Cause
Start here when cost moved unexpectedly. The page shows recent totals, comparison to the previous window, and a tree that breaks contribution down by the available dimensions.
Reliability
Use reliability to compare agents against each other, then open one agent for the weighted score breakdown. This is for operational ranking, not for editing the scoring model from the page.
Value
Use value view to compare activity volume, success contribution, total cost, and cost-per-success. It is the quickest way to spot agents that are expensive without delivering much return.
CLI Operations#
CLI mirrors the same three retained intelligence views:
$ ap analytics root-cause --days 7Inspect reliability rankings or one specific agent:
$ ap analytics reliability --days 7Compare value metrics:
$ ap analytics value --days 30