Credits & billing
Prepaid, pay-per-call billing. Top up credits that never expire; each successful call debits the call’s price.
How billing works
Billing is prepaid and per-call. AI-model tools bill per model queried (query one and pay a quarter of the four-model price). A call is only billed on success; a failed call is recorded but not charged.
Top-ups
Add credits via Stripe ($25 minimum). Credits never expire. New accounts get $1 free to test. Prices are USD; internally we meter in micro-credits for 5-decimal per-call precision.
Billing in the response
Every billed call returns a billing block with the exact cost and remaining balance, so your agent sees spend per call with no surprises:
{ "billing": { "cost": { "usd": "0.28" }, "balance": { "usd": "14.40" } } }