Live, public usage data for Agent402. Every tool call records four aggregate fields after responding — slug, latency, cache flag, error flag — with no PII. Window: 1d.
| # | Tool | Calls | Cache % | Error % | p50 | p95 |
|---|---|---|---|---|---|---|
| 1 | hash | 14 | 0.0% | 0.0% | 1 ms | 3 ms |
| 2 | convert-kilometers-to-miles | 12 | 0.0% | 0.0% | — | — |
| 3 | _find | 4 | 50.0% | 0.0% | 4 ms | 48 ms |
| 4 | html-to-markdown | 1 | 0.0% | 100.0% | — | — |
Each tool call records four fields after responding: slug, latency_ms, cached (Redis hit), errored. No caller identity, wallet, payment, input, output, or IP is logged. The dashboard reflects exactly what's in the table.
curl -s https://agent402.tools/api/analytics?hours=24&top=25
Analytics is open-source — part of Agent402. Self-hosters get the same dashboard by attaching a Postgres instance.