1 min read
You can now sign up for or upgrade to a Vercel Pro plan directly from Stripe Projects using shared payment tokens (SPTs). Agents and developers can manage plan changes programmatically from the Stripe CLI, without leaving their workflow.
Link to headingWhat’s new
Provision or upgrade to Vercel Pro directly from the Stripe CLI
Support for both upgrade and downgrade flows
Powered by shared payment tokens for secure, streamlined billing
This builds on our Stripe Projects launch in developer preview by enabling end-to-end provisioning and billing in one place. Instead of switching between dashboards, you can now handle infrastructure setup and plan management directly from the terminal.
Link to headingGetting started
If you’re already using Stripe Projects and have set up billing via stripe projects billing add , you can upgrade your Vercel plan from the CLI simply by running stripe projects add vercel/pro
If you are new to Stripe Projects, Install the plugin and initialize your project:
stripe plugin install projects
stripe projects init my-app
stripe projects add vercel/pro