Vercel Pro plans can now be provisioned or upgraded directly from the Stripe CLI using shared payment tokens (SPTs). No dashboard switching. Developers run stripe projects add vercel/pro and billing is handled in the same terminal session.
This extends the Stripe Projects developer preview by closing the loop between infrastructure setup and plan management. The integration supports both upgrade and downgrade flows, and SPTs handle authentication and billing without exposing raw payment credentials across tools or agents.
The implementation details are worth reading in full: how SPTs wire into the provisioning flow, what the stripe projects billing add command actually does under the hood, and how this pattern could apply to other vendors plugging into Stripe Projects as the preview expands.
[READ ORIGINAL →]