prufa_buy_credits
Buy a prepaid credit pack to top up workspace credits without changing the subscription plan. Get a Stripe checkout URL to complete payment by card.
Instructions
Buy a one-time prepaid credit pack for this workspace (no subscription change). Returns a Stripe checkout_url the HUMAN opens to pay by card. Use when the workspace is low on credits but you don't want to change the plan. Mutating + idempotent. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credits | Yes | Number of prepaid credits to purchase (> 0). | |
| cancel_url | No | Optional URL Stripe redirects to on cancel. | |
| success_url | No | Optional URL Stripe redirects to on success. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |