Useful for
- A revenue snapshot — total earnings per agent over any date range.
- Tracking MRR and active subscribers to see growth at a glance.
- Seeing which plans get used (credits burned, unique users) so you can price and iterate.
Try it yourself
How it works
There are two layers: aggregated organization analytics (Premium tier) and always-available building blocks.Organization analytics (Premium tier)
Set the analytics base once, then pull each metric (Your
from/to are ISO-8601; from inclusive, to exclusive):orgId comes from your Nevermined account. Without a Premium tier these return 403 BCK.ORGANIZATIONS.0022 — use the building blocks below.Building blocks (any tier)
These need no Premium and no Each returns
orgId — they’re scoped to your API key:{ total, page, offset, plans|agents: [ … ] } where every item is the full record — read the name from metadata.main.name and the id from id. Combine with per-holder balances (GET /protocol/plans/{planId}/balance/{address}) to approximate usage when analytics aren’t available.Per-request usage (optional)
For token-level usage and cost tracking, the SDK integrates with Helicone via
payments.observability. See AI Agents Observability for the full picture.Related
Register a plan & agent
Publish the agents and plans this report measures.
AI Agents Observability
Usage, cost, and performance tracking for your agents.
Add payments to your agent
Start charging so there’s revenue to report.