prufa_workspace_settings
Update workspace settings such as display name, webhook URL/secret, overage opt-in, auto-recharge, credit limits, and email/slack alerts. Pass only the keys you want to change.
Instructions
Update workspace settings — pass only the keys you want to change. Covers display_name, usage webhook (url/secret), overage opt-in, auto_recharge (auto-buys credits when a launch is blocked on an empty balance — needs a card on file), auto_recharge_credits / auto_recharge_monthly_limit_cents, and email/slack alert toggles. At least one setting is required. Idempotent. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | No | ||
| auto_recharge | No | Auto-buy credits when a launch is blocked on an empty balance. Requires a saved card. | |
| 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. | |
| opt_in_to_overage | No | ||
| usage_webhook_url | No | ||
| email_alerts_enabled | No | ||
| slack_alerts_enabled | No | ||
| usage_webhook_secret | No | ||
| auto_recharge_credits | No | ||
| auto_recharge_monthly_limit_cents | No |