Admin Tools
Auth and billing — issue API keys, check balances, top up via card
The Admin category is the auth and billing layer. It issues API keys, tracks token balances, charges cards, and exposes invoice history. Every paid tool consults this layer to authorize requests and meter usage.
The wallet model
Every paid tool publishes its cost. When a tool is called, the cost is reserved up front and refunded on failure.
Tools
All admin tools are free — the wallet itself doesn’t consume tokens.
get_api_key
Get a new API key. A verification email is sent to the address you provide; calling get_api_key again with the code finalizes the key.
After verification, the key (prefixed sk_) is returned. New accounts receive 100 free tokens.
get_token_balance
Returns the current balance and the cost of every tool, grouped by server.
buy_tokens
Charge a saved card and credit tokens.
set_auto_reload
Configure automatic top-ups when the balance falls below a threshold.
list_invoices
Returns purchase and charge history.