Billing status
billing_statusRead-only
Check your account billing status including current plan, credit balance, auto-reload settings, and admin rights. Use this read-only tool before upgrading or setting auto-reload.
Instructions
Show this account's billing at a glance: current plan (id + label + monthly price), credit balance, whether auto-reload is on, whether a card is on file, and whether YOU (this key) have ADMIN rights to change billing. Read-only, free. Call it before upgrade_plan / set_auto_reload to know what's possible — members have read-only billing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | No | the saved card ({brand, last4}) when present | |
| plan | No | the current plan ({id, label, monthlyUsd}) | |
| role | No | this key’s billing role (admin/member) | |
| isAdmin | No | whether this key can change billing | |
| autoReload | No | auto-reload config ({enabled, thresholdCredits, reloadCredits, available}) | |
| balanceCredits | No | the current credit balance | |
| paymentMethodOnFile | No | whether a card is saved for one-click charges |