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: 7d.

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

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

Tool calls (7d)
46,119
across the whole catalog
Cache hit rate
10.6%
served from Redis without re-fetching upstream
Schema mismatches (4xx)
0.5%
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
343 ms / 1.96 s
avg 611 ms
Peak hour
2026-09-10 12:00Z
1,667 calls

Tool calls per hour (last 7d)

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 7d)

Click a slug to see the tool's docs page.
#ToolCallsCache %4xx %5xx %p50p95
1 _find 0 14.1% 0.0% 0.0% 81 ms 803 ms
2 _route 0 10.0% 0.0% 0.0% 594 ms 2.26 s
3 asset-transfers 0 0.0% 38.9% 0.0% 223 ms 624 ms
4 base64 0 0.0% 0.0% 0.0% - 1 ms
5 bestsellers 0 0.0% 0.0% 0.0% 14 ms 20 ms
6 cert-transparency 0 0.0% 0.0% 6.7% 4.49 s 11.08 s
7 crypto-indicators 0 0.0% 0.0% 0.0% 302 ms 537 ms
8 crypto-price 0 0.0% 47.4% 0.0% 48 ms 384 ms
9 demand-radar 0 0.0% 0.0% 0.0% 7 ms 12 ms
10 hash 0 0.0% 0.6% 0.0% 1 ms 3 ms
11 llm 0 0.0% 9.1% 0.0% 1.43 s 2.92 s
12 llm-pro 0 0.0% 0.0% 0.0% 1.34 s 2.97 s
13 media-info 0 0.0% 0.0% 0.0% 546 ms 1.72 s
14 perp-basis 0 0.0% 0.0% 0.0% 470 ms 939 ms
15 perp-funding 0 0.0% 0.0% 0.0% 389 ms 769 ms
16 polymarket-search 0 0.0% 30.0% 0.0% 289 ms 2.67 s
17 search 0 0.0% 25.0% 0.0% 347 ms 2.02 s
18 seller-trust 0 0.0% 0.9% 0.0% 76 ms 120 ms
19 sol-token-safety 0 0.0% 0.0% 0.0% 461 ms 776 ms
20 stock-quote 0 0.0% 0.0% 0.0% 218 ms 820 ms
21 unit-convert 0 0.0% 4.0% 0.0% - 1 ms
22 uuid 0 0.0% 0.0% 0.0% 1 ms 1 ms
23 v1-chat 0 0.0% 80.8% 0.0% 1 ms 1.61 s
24 v1-chat-metered 0 0.0% 81.3% 0.0% 1 ms 2.26 s
25 v1-chat-nano 0 0.0% 0.0% 0.0% 1.35 s 6.83 s

Top error slugs (last 7d)

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 asset-transfers 0 0 0 0 -
2 cert-transparency 0 0 0 0 -
3 crypto-price 0 0 0 0 -
4 hash 0 0 0 0 -
5 polymarket-market 0 0 0 0 -
6 polymarket-search 0 0 0 0 -
7 reverse-geocode 0 0 0 0 -
8 search 0 0 0 0 -
9 search-news 0 0 0 0 -
10 unit-convert 0 0 0 0 -
11 v1-chat 0 0 0 0 -
12 v1-chat-metered 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.