prufa_billing_portal
Open the Stripe customer portal to manage subscription, update payment method, or view invoices. Returns a portal URL for the human to open.
Instructions
Open the Stripe customer portal for this workspace. Returns a portal_url the HUMAN opens to manage the subscription, update the card, or view invoices. A workspace with no Stripe customer yet returns 409 no_stripe_customer (pass that back to the human — they must subscribe first via prufa_upgrade_plan). Mutating + idempotent. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| return_url | No | Optional URL the portal returns the human to. | |
| 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. |