Upgrade Derrick plan
derrick_upgradeInitiates the upgrade or subscription flow. Returns a Stripe Checkout URL for a chosen plan, or displays available plans when no plan is specified.
Instructions
Start the Derrick upgrade / subscription flow. Returns a one-click Stripe Checkout URL for the chosen plan.
Workflow:
If the user has named a plan (MINI / STANDARD / PLUS / PRO), call with
planset to that name. Returns a Checkout URL the user clicks to subscribe.If the user just says "upgrade" without picking a plan, call with no argument. The tool returns the live list of plans with prices and credits — ask the user which one, then re-call with
planset.
ALWAYS call this tool when the user wants to upgrade, go premium, subscribe, or change plan. Do NOT hand out URLs from memory.
Triggers (any language): "upgrade", "go premium", "subscribe", "change plan", "unlock API", "passer premium", "souscrire", "changer de plan".
Always reply in the user's language and tone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Plan name: MINI, STANDARD, PLUS, or PRO. Omit to fetch the live plan list first. |