prufa_upgrade_plan
Subscribe or upgrade your workspace to a paid plan. Returns a Stripe checkout URL for a 7-day card-first trial. Idempotent for safe retries.
Instructions
Subscribe or upgrade this workspace to a paid plan (starter | pro | team). Returns a Stripe checkout_url the HUMAN opens in a browser to start the 7-day card-first trial — the agent never enters card details. Mutating + idempotent. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | Target paid plan. | |
| 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. |