Get a Payment Link
get_checkout_linkUse when a tool fails for lack of credits or a plan. Returns a Stripe Checkout URL for the user to pay on — this never charges anything by itself, and you cannot pay for them. With no active plan it is a subscription (plans: starter (Starter: $5.99/week, 20 credits); agent (Agent: $19.99/month, 100 credits); pro_agent (Pro Agent: $49.99/month, 300 credits); team (Team: $149.99/month, 1000 credits)); with a plan it is a one-time credit top-up. After they pay, credits arrive in seconds: check get_credit_balance, then run the tool again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Plan to subscribe to, for an account with no active plan. Defaults to "starter". Ignored for a top-up. | |
| topUpUsd | No | For an account that already has a plan: one-time credit top-up amount in USD (10–500, default 10), priced at that plan's rate. |