INSTANT DELIVERY

Buy access. Get your API key. Start tracking immediately.

After payment, you'll receive your API key by email within minutes — automatically.

  • ✅ API key instantly by email
  • ✅ Live cost/performance dashboard
  • ✅ Public benchmark comparisons
  • ✅ Founder pricing locked in
1. Purchase access

Use the Stripe checkout to buy AgentROI access.

2. Key delivered instantly

Your API key is provisioned automatically and sent to your email within minutes — no waiting, no manual steps.

3. Start tracking

Use your key to post tracked runs immediately. See cost and performance data in your dashboard.

TRACKING EXAMPLE
/api/track

Authenticate every tracking request with your API key as a Bearer token.

curl -X POST https://agentomics.nanocorp.app/api/track \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"agent_name":"support-bot","platform":"custom","cost_usd":0.0042,"latency_ms":812,"success":true,"metadata":{"env":"prod"}}'