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.

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

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

Tool calls (7d)
44,195
across the whole catalog
Cache hit rate
11.0%
served from Redis without re-fetching upstream
Schema mismatches (4xx)
0.6%
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
365 ms / 1.94 s
avg 577 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 13.9% 0.0% 0.0% 81 ms 794 ms
2 _route 0 10.0% 0.0% 0.0% 593 ms 2.26 s
3 asset-transfers 0 0.0% 41.2% 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.9% 4.71 s 11.08 s
7 crypto-indicators 0 0.0% 0.0% 0.0% 302 ms 537 ms
8 crypto-price 0 0.0% 81.8% 0.0% 1 ms 174 ms
9 demand-radar 0 0.0% 0.0% 0.0% 8 ms 12 ms
10 hash 0 0.0% 0.9% 0.0% 1 ms 3 ms
11 llm 0 0.0% 10.0% 0.0% 1.38 s 2.92 s
12 llm-pro 0 0.0% 0.0% 0.0% 1.25 s 2.77 s
13 media-info 0 0.0% 0.0% 0.0% 743 ms 7.52 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% 33.3% 0.0% 398 ms 2.67 s
17 search 0 0.0% 50.0% 0.0% 6 ms 2.02 s
18 seller-trust 0 0.0% 0.9% 0.0% 75 ms 120 ms
19 sol-price 0 0.0% 12.5% 0.0% 124 ms 182 ms
20 sol-token-holders 0 0.0% 0.0% 0.0% 455 ms 504 ms
21 unit-convert 0 0.0% 4.1% 0.0% - 1 ms
22 uuid 0 0.0% 0.0% 0.0% 1 ms 3 ms
23 v1-chat 0 0.0% 97.4% 0.0% 1 ms 5 ms
24 v1-chat-metered 0 0.0% 91.0% 0.0% 1 ms 1.65 s
25 v1-images-pro 0 0.0% 0.0% 0.0% 11.48 s 13.95 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.