close
Skip to content
Docs

vercel buy

The vercel buy command allows you to purchase Vercel products for your team directly from the CLI. You can buy credits, addons, subscriptions, and domains.

All subcommands except domain require a team scope. Use --scope to specify a team if you haven't already.

terminal
vercel buy [subcommand]

Running vercel buy without a subcommand displays the help menu.

Purchase Vercel credits for your team. Supported credit types are v0, gateway (AI Gateway), and agent (Vercel Agent).

The amount argument is specified in whole US dollars. The maximum amount per purchase is $1,000.

terminal
vercel buy credits [credit-type] [amount]

Using the vercel buy credits command to purchase credits for the current team.

ArgumentRequiredDescription
credit-typeYesType of credits to purchase: v0, gateway, agent
amountYesAmount in whole US dollars (max $1,000 per purchase)
terminal
vercel buy credits v0 100
Purchase $100 of v0 credits.
terminal
vercel buy credits gateway 250
Purchase $250 of AI Gateway credits.
terminal
vercel buy credits agent 50
Purchase $50 of Vercel Agent credits.

Purchase a Vercel addon for your team. Your team must be on the Flex plan to purchase addons. Run vercel buy addon --help to see all available addon options.

The siem addon is deprecated. To send audit logs to external systems, use Audit Log Drains.

terminal
vercel buy addon [addon-name] [quantity]

Using the vercel buy addon command to purchase an addon for the current team.

ArgumentRequiredDescription
addon-nameYesName of the addon to purchase
quantityYesNumber of units to purchase

Purchase a Vercel Pro subscription for your team.

terminal
vercel buy pro

Using the vercel buy pro command to upgrade the current team to Vercel Pro.

Purchase a domain name. This delegates to the vercel domains buy command.

terminal
vercel buy domain [domain]

Using the vercel buy domain command to purchase a domain.

ArgumentRequiredDescription
domainYesThe root domain to purchase
terminal
vercel buy domain example.com
Purchase the domain example.com.

These are options that apply to the vercel buy credits, vercel buy addon, and vercel buy pro subcommands.

The --yes option skips the confirmation prompt. This is required when running in non-interactive environments like CI.

terminal
vercel buy credits v0 100 --yes

Using the vercel buy credits command with the --yes option to skip confirmation.

The --json flag returns the purchase result as JSON instead of plain text.

terminal
vercel buy credits gateway 250 --json

Using the vercel buy credits command with the --json option for structured output.

The following global options can be passed when using the vercel buy command:

For more information on global options and their usage, refer to the options section.

Last updated July 24, 2026

Was this helpful?

supported.