Create your account, get an API key, and send your first metering event. No credit card required.
Here's your API key and everything you need to start metering.
Set your API key as an environment variable:
export REVGRID_API_KEY=""
Meter your first agent action:
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" }'
Check your revenue in the dashboard:
View my usage →