Account Preferences
account_preferencesRead or write billing preferences (auto-reload, budget cap, default context). Pass action: "get" to read, action: "set" with fields to write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | "get" to read preferences, "set" to update them. | |
| budget_limit | No | Monthly spending cap in USD, or null to remove (set only). | |
| auto_reload_amount | No | Amount (USD) to reload when triggered (set only, max 500). | |
| auto_reload_enabled | No | Enable or disable auto-reload (set only). | |
| auto_reload_threshold | No | Balance threshold (USD) that triggers a reload (set only). | |
| default_billing_context | No | Default account to bill (set only). "personal" or "team:<id>". |