StableAnalytics
Prepaid page analytics. Pay per tracked request — no subscription, no monthly bill. When the balance runs out, ingest stops until you top up.
Pricing
| Plan | Requests | Price | Per 1M |
|---|---|---|---|
| Starter | 100k | $0.10 | $1.00 |
| Standard | 1M | $0.50 | $0.50 |
| Scale | 10M | $2.00 | $0.20 |
Paid via x402 or MPP. Requests never expire. 90-day visit retention.
Install
Install StableAnalytics into AgentCash, provision your first tracked site, then keep the ingest + SIWX-authenticated reads reusable.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Step 1
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
$
npx agentcash onboardStep 2
Try the API
Discovers the origin and walks the first live call path.
$
npx agentcash try https://stableanalytics.devStep 3
Add for reuse
Keeps StableAnalytics available in your agent's persistent context.
$
npx agentcash add https://stableanalytics.devHow it works
- 01Create a site and fund it in a single call. You get back a public ingest token.
- 02
Drop the tracker on any page.
<script src="https://stableanalytics.dev/script.js?token=sta_pub_..." async></script>
- 03Sign in with the same wallet to read stats from the API. Top up whenever the balance runs low.