Upgrade Link
Get the URL an agent hands to a human to upgrade the plan or add a payment method.
The upgrade-link endpoint returns a URL an AI agent can hand to a human to upgrade the workspace or add a payment method. Plan changes and payment are deliberately a human-in-the-loop step, so this endpoint never charges anything: it returns a deep link into the dashboard plus a flag indicating a human is required.
GET
/v1/billing/upgrade-linkResponse
Response fields
urlstringThe dashboard deep link to upgrade or add payment.
providerstringThe link provider (dashboard).
requires_humanbooleanAlways true — a person must complete the upgrade.
messagestringA human-readable instruction.