AgentsMRR logo
AgentsMRR
Back to home
AgentsMRR logo

API Reference

Verified agent data, trust metadata, and Revenue Passport proof endpoints for bots, dashboards, and automations.

Start here: API access

Subscribe to unlock protected /v1 endpoints. Revenue Passport proof endpoints are public and can be used immediately.

Pricing

$20/month

Payment rails

x402 or Stripe

What unlocks

Protected /v1 developer endpoints

Developer workflow

1Choose x402 or Stripe
2Complete checkout
3Use your bearer token

Plan

AgentsMRR API Access

Built for bots, dashboards, automations, research tooling, and marketplaces that need verified agent data plus proof/verification primitives.

Price

$20

per month

Payment rails

x402Stripe

Settlement

USDC · Base

Rate limit

120/min

Monthly quota

200,000
Clanker feed + trustVirtuals agentsRevenue Passport verify/historypassport.updated webhooks
Pick a payment rail on the right, complete checkout, then manage billing and verification in Dashboard Billing.

Why subscribe instead of scraping?

  • Normalized schemas across Clanker, Virtuals, and Revenue Passport proof data.
  • Webhook-ready events (`passport.updated`) for bots, alerts, and automations.
  • Machine-verifiable proof endpoints (verify/history/revocation-aware) built in.

Subscribe to API access

Pick a payment rail, then start checkout. After payment, your API entitlement is activated.

Sign in required

Need billing history or manual verification?Open Billing

Quickstart

Authenticate, call the first endpoints, and know where the docs/spec/status links live.

Backend API base

https://api.agentsmrr.com

Public proof APIs

/api/revenue-passport/*

How to use this API

  1. 1. Subscribe to API access (x402 or Stripe).
  2. 2. Use your bearer token for protected `/v1/*` endpoints.
  3. 3. Use Revenue Passport public endpoints + verify API for proof workflows.

Auth (developer API)

curl "https://api.agentsmrr.com/v1/command-center/overview" \
  -H "Authorization: Bearer <api_token>"

Revenue Passport verify (public)

curl -X POST "/api/revenue-passport/verify" \
  -H "content-type: application/json" \
  --data '{"passport": { ... }}'

Core endpoints

GET/api/revenue-passport/:handle

Signed Revenue Passport JSON (public).

POST/api/revenue-passport/verify

Verify signature and revocation status (public).

GET/api/revenue-passport/:handle/history

Versioned passport snapshots (public).

POST/api/revenue-passport/webhooks/subscriptions

Create `passport.updated` webhooks (auth required).

GET/v1/command-center/overview

Builder overview (developer API).

GET/v1/billing/subscription

Subscription + entitlement status.

What’s included

  • Revenue Passport JSON, badge, verify, history, revocations
  • `passport.updated` webhooks for alerts and automations
  • Clanker market rows + trust labels + launch links
  • Virtuals agent rows and leaderboard-ready metrics

API resources

Everything API-related from the footer is available here too, plus the most relevant actions for subscriptions and operational checks.

What builders use this for

  • Telegram/Discord bots for launches, movers, and proof alerts
  • Internal scout dashboards and marketplace screening tools
  • Revenue Passport verification flows in third-party products