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.

Showing all calls (incl. synthetic test traffic). Hide synthetic

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

Tool calls (1d)
5,876
across the whole catalog
Cache hit rate
12.4%
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
542 ms / 2.04 s
avg 691 ms
Peak hour
2026-09-15 13:00Z
421 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 17.4% 0.0% 0.0% 113 ms 1.90 s
2 _route 0 9.8% 0.0% 0.0% 744 ms 2.09 s
3 address-profile 0 0.0% 0.0% 0.0% 1.75 s 1.75 s
4 asset-transfers 0 0.0% 33.3% 0.0% 387 ms 624 ms
5 attest 0 0.0% 0.0% 0.0% 820 ms 820 ms
6 bestsellers 0 0.0% 0.0% 0.0% 14 ms 14 ms
7 demand-radar 0 0.0% 0.0% 0.0% 7 ms 7 ms
8 edgar-company-lookup 0 0.0% 0.0% 0.0% 2 ms 2 ms
9 fred-release-calendar 0 0.0% 0.0% 0.0% 27.55 s 27.55 s
10 gas-snapshot 0 0.0% 0.0% 0.0% 62 ms 62 ms
11 hash 0 0.0% 2.3% 0.0% 1 ms 2 ms
12 media-info 0 0.0% 0.0% 0.0% 725 ms 1.72 s
13 options-chain 0 0.0% 0.0% 0.0% 257 ms 257 ms
14 perp-basis 0 0.0% 0.0% 0.0% 478 ms 970 ms
15 perp-funding 0 0.0% 0.0% 0.0% 389 ms 1.58 s
16 random 0 0.0% 0.0% 0.0% 1 ms 2 ms
17 search 0 0.0% 50.0% 0.0% 3 ms 360 ms
18 search-news 0 0.0% 50.0% 0.0% 2 ms 436 ms
19 search-videos 0 0.0% 0.0% 0.0% 469 ms 487 ms
20 seller-trust 0 0.0% 0.0% 0.0% 91 ms 120 ms
21 treasury-yield-curve 0 0.0% 0.0% 0.0% 772 ms 960 ms
22 uuid 0 0.0% 0.0% 0.0% - 1 ms
23 v1-chat-metered 0 0.0% 0.0% 0.0% 2.52 s 8.70 s
24 v1-chat-nano 0 0.0% 0.0% 0.0% 5.72 s 11.67 s
25 v1-images 0 0.0% 0.0% 0.0% 5.92 s 7.28 s

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 hash 0 0 0 0 -
4 search 0 0 0 0 -
5 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.