Skip to main content
AI agents can inspect invocation state, verify receipts, and check available credits through structured CLI output.

Invocations

--status filters list results. get returns the latest state and final result when the invocation has finished.

Balance and top-ups

Billing commands live under billing.
billing topup creates a checkout in USD, opens it, and waits until the credits land in your balance. The amount defaults to the suggested 20rechargeandmustbeawholedollaramountfrom20 recharge and must be a whole-dollar amount from 10 to $1,000. Use --no-browser to print the URL for opening on another device while the CLI keeps waiting. Add --no-wait to exit as soon as the checkout is created.

Receipts

Receipts provide a durable record of successful charged work, including the tool, version, price, and balance after settlement.

Agent workflow

If a call times out at the client, it may still be running. The agent should retrieve the existing invocation instead of submitting a duplicate call.