Real-time operating metrics for the AIEP reasoning substrate.
Tokens saved, reduction rate, reuse ratio, uptime — refreshed every 60 seconds.
| Metric | Source field |
|---|---|
| Tokens saved | tokens_saved_total |
| Reduction rate | reduction_pct_rolling |
| Reuse ratio | reuse_ratio_rolling |
| Uptime | uptime_pct |
| Queries today / total | queries_today, queries_total |
| Active sessions | sessions_active |
| Evidence artefacts | evidence_artefacts |
| Sources ingested | sources_ingested |
All values come from a single GET /api/stats call polled every 60 seconds.
- Open
index.htmlin any browser — no build step required. - Set your PIEA API endpoint on
<body data-api-base="https://your-piea.workers.dev">.
Without this, it defaults tohttp://localhost:8788(local development).
{
"tokens_saved_total": 1284520,
"reduction_pct_rolling": 64,
"reuse_ratio_rolling": 71,
"uptime_pct": 99.9,
"queries_today": 812,
"queries_total": 42900,
"sessions_active": 3,
"evidence_artefacts": 9340,
"sources_ingested": 1207,
"last_updated": "2026-04-11T12:34:56Z"
}index.html — self-contained dashboard, no dependencies
README.md — this file
LICENSE — Apache 2.0
- aiep.dev — project home
- AIEP Token — side-by-side token comparison demo
- AIEP Utilities — shared tooling for the AIEP protocol
Apache 2.0 — see LICENSE.