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

PlanRequestsPricePer 1M
Starter100k$0.10$1.00
Standard1M$0.50$0.50
Scale10M$2.00$0.20

Paid via x402 or MPP. Requests never expire. 90-day visit retention.

Install

AgentCash

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 onboard
Step 2

Try the API

Discovers the origin and walks the first live call path.

$npx agentcash try https://stableanalytics.dev
Step 3

Add for reuse

Keeps StableAnalytics available in your agent's persistent context.

$npx agentcash add https://stableanalytics.dev
StableAnalyticsstableanalytics.dev
AgentCash Docs

How it works

  1. 01Create a site and fund it in a single call. You get back a public ingest token.
  2. 02

    Drop the tracker on any page.

    <script src="https://stableanalytics.dev/script.js?token=sta_pub_..." async></script>
  3. 03Sign in with the same wallet to read stats from the API. Top up whenever the balance runs low.