Start metering in 60 seconds

Create your account, get an API key, and send your first metering event. No credit card required.

We'll send your API key here as backup.

You're in.

Here's your API key and everything you need to start metering.

Your API Key
Save this key now. It won't be shown in full again.

Send your first event

1

Set your API key as an environment variable:

Terminal
export REVGRID_API_KEY=""
2

Meter your first agent action:

cURL
curl -X POST https://rev.polsia.app/v1/meter \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer " \
  -d '{
    "agent_id": "my-first-agent",
    "action": "completion",
    "tokens": 1500,
    "outcome": "success"
  }'
3

Check your revenue in the dashboard:

View my usage →