buy_credits
Get a Stripe Checkout URL to load credits onto this account. Returns a payment link the HUMAN must open in a browser to pay — this tool does not itself charge anything. amount_usd must be one of the available top-up amounts (call list_topup_packs to see them). After they pay, the balance updates automatically; then call set_no_ads. Requires a key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | boom_sk_ key. | |
| amount_usd | Yes | Credit amount in US dollars — one of the amounts from list_topup_packs. |