Analytics

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.

160 synthetic calls hidden (CI canary / heartbeat probe). Show all

Showing probe calls (empty-input scans). Hide probes

Tool calls (1d)
5,666
across the whole catalog
Cache hit rate
12.2%
served from Redis without re-fetching upstream
Schema mismatches (4xx)
0.1%
input we didn't accept - caller gets back the schema + an example
Server errors (5xx)
0.0%
handler or upstream failure - actionable
Latency p50 / p95
551 ms / 2.03 s
avg 699 ms
Peak hour
2026-09-15 13:00Z
417 calls

Tool calls per hour (last 1d)

Live, write-through from the dispatcher - every tool call is recorded after responding (no PII, no caller wallet, no IP).

Top tools by volume (last 1d)

Click a slug to see the tool's docs page.
#ToolCallsCache %4xx %5xx %p50p95
1 _find 0 16.2% 0.0% 0.0% 114 ms 1.92 s
2 _route 0 9.8% 0.0% 0.0% 735 ms 2.09 s
3 a2a-card-fetch 0 0.0% 100.0% 0.0% 1 ms 1 ms
4 address-label 0 0.0% 0.0% 0.0% - -
5 asset-transfers 0 0.0% 33.3% 0.0% 387 ms 624 ms
6 bestsellers 0 0.0% 0.0% 0.0% 14 ms 14 ms
7 crypto-history 0 0.0% 0.0% 0.0% 92 ms 92 ms
8 demand-radar 0 0.0% 0.0% 0.0% 7 ms 7 ms
9 fred-release-calendar 0 0.0% 0.0% 0.0% 27.55 s 27.55 s
10 hash 0 0.0% 0.0% 0.0% 1 ms 1 ms
11 media-info 0 0.0% 0.0% 0.0% 725 ms 1.72 s
12 perp-basis 0 0.0% 0.0% 0.0% 478 ms 970 ms
13 perp-funding 0 0.0% 0.0% 0.0% 389 ms 1.58 s
14 random 0 0.0% 0.0% 0.0% 1 ms 2 ms
15 search 0 0.0% 100.0% 0.0% 3 ms 3 ms
16 search-news 0 0.0% 50.0% 0.0% 2 ms 436 ms
17 search-videos 0 0.0% 0.0% 0.0% 469 ms 487 ms
18 seller-trust 0 0.0% 0.0% 0.0% 91 ms 120 ms
19 treasury-yield-curve 0 0.0% 0.0% 0.0% 772 ms 772 ms
20 uuid 0 0.0% 0.0% 0.0% 1 ms 1 ms
21 v1-chat-metered 0 0.0% 0.0% 0.0% 2.52 s 4.00 s
22 v1-images 0 0.0% 0.0% 0.0% 5.92 s 7.28 s
23 wallet-transactions 0 0.0% 0.0% 0.0% 592 ms 592 ms

Top error slugs (last 1d)

Tools ranked by total errored calls. 4xx = caller sent the wrong shape (often a schema-coverage gap we can fix with input aliases). 5xx = handler or upstream broke (the actionable one).
#ToolCalls4xx5xxErrorsError %
1 a2a-card-fetch 0 0 0 0 -
2 asset-transfers 0 0 0 0 -
3 search 0 0 0 0 -
4 search-news 0 0 0 0 -

What's recorded

Privacy-by-default: aggregate counters only.

Each tool call records five fields after responding: slug, latency_ms, cached (Redis hit), errored, and the HTTP status (so 4xx caller errors and 5xx handler/upstream failures can be told apart). 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.