Tokens & Billing
Tokens & Billing
GTM Tools is metered in tokens. One wallet pays for every server. New accounts get 100 free tokens to start.
The basics
Cost per tool
Each tool publishes its cost via get_token_balance.
Admin Tools
Every admin tool is 0 tokens — the wallet itself doesn’t consume tokens.
Socials Tools
Email Tools
Signals Tools
How metering works
Every request to a paid tool is intercepted before it executes:
- Authorize. Resolve the bearer token to an org.
- Reserve. Hold the tool’s token cost against the wallet.
- Execute. Run the tool.
- Settle. On success, commit the charge. On failure, refund the reservation.
If the wallet has insufficient balance, the request fails with 402 Insufficient Tokens — no detector runs, no charge applied.
Top-ups
Use buy_tokens (in admin-tools) for one-off purchases:
Or set up set_auto_reload so the saved card is charged automatically when the balance drops below your threshold:
Receipts
list_invoices returns invoice records for purchases and refunds: