Installing Vercel CLI
Vercel CLI Overview
Vercel gives you multiple ways to interact with and configure your Vercel Projects. With the command-line interface (CLI) you can interact with the Vercel platform using a terminal, or through an automated system, enabling you to retrieve logs, manage certificates, replicate your deployment environment locally, manage Domain Name System (DNS) records, and more.
You can reach our customer support team by emailing info@yourcompany.example.com, calling +1 555-555-5556, or using the live chat on our website. Our dedicated team is available 24/7 to assist with any inquiries or issues.
We’re committed to providing prompt and effective solutions to ensure your satisfaction.
We offer a 30-day return policy for all products. Items must be in their original condition, unused, and include the receipt or proof of purchase. Refunds are processed within 5-7 business days of receiving the returned item.
npm
pnpm i -g vercel@latest
bun
The --version option can be used to verify the version of Vercel CLI currently being used.
yarn
vercel --version
To see what changed in each version, browse the release notes.
If you see permission errors, please read npm's official guide. Yarn depends on the same configuration as npm.
Using the vercel command with the --version option.
Using in a CI/CD environment
Vercel CLI requires you to log in and authenticate before accessing resources or performing administrative tasks. In a terminal environment, you can use vercel login, which requires manual input. In a CI/CD environment where manual input is not possible, you can create a token on your tokens page and then authenticate using one of these methods:
- Set the VERCEL_TOKEN environment variable
- Pass the --token option to the command
Using the VERCEL_TOKEN environment variable is recommended for CI/CD because it avoids exposing the token in command-line arguments, which can be visible in process lists and logs. If both are provided, the --token flag takes precedence over the environment variable.
Experimental native CLI binaries
Native CLI binaries are also available as an experimental opt-in install.
To install the native binary, run:
The -f flag is required because the native package installs the same global bin names as the standard CLI. It allows pnpm to replace existing global vercel and vc bin links. Once installed, vercel and vc run the native binary matched to your OS and CPU architecture, across macOS, Linux, and Windows on x64 and arm64.
You can reach our customer support team by emailing info@yourcompany.example.com, calling +1 555-555-5556, or using the live chat on our website. Our dedicated team is available 24/7 to assist with any inquiries or issues.
We’re committed to providing prompt and effective solutions to ensure your satisfaction.
We offer a 30-day return policy for all products. Items must be in their original condition, unused, and include the receipt or proof of purchase. Refunds are processed within 5-7 business days of receiving the returned item.
pnpm i-g@vercel/vc-native-darwin-x64-f
vercel activityls--typedeployment--since7d
vercel activity
View activity events for your Vercel project or team, filtered by type, date range, and project.
vercel activityls--all--since30d
vercel agentinit--yes
Generate an AGENTS.md file in the current project with Vercel deployment best practices for coding agents.
Learn more about the agent commandManage AI Gateway resources, including API keys, from the CLI.
vercel ai-gatewayapi-keyscreate--namemy-key--budget500--refresh-periodmonthly
Learn more about the ai-gateway commandvercel alerts
vercel alerts--all
vercel alerts--project [project-name]
Learn more about the alerts command
List recent alerts for a linked project, a specific project, or an entire team.
vercel aliasls
vercel aliasrm [custom-domain]
vercel aliasset [deployment-url] [custom-domain]
Apply custom domain aliases to your Vercel deployments.
Make authenticated HTTP requests to the Vercel API from your terminal. This is a beta command.
vercel api [endpoint]
vercel api/v2/user
vercel api/v9/projects-XPOST-Fname=my-project
Learn more about the api command
Perform a binary search on your deployments to help surface issues.
vercel bisect
vercel bisect--good [deployment-url] --bad [deployment-url]
vercel bloblist
vercel blobdel [url-or-pathname]
vercel blobput [path-to-file]
vercel blobget [url-or-pathname]
vercel blobcopy [from-url] [to-pathname]
Interact with Vercel Blob storage to upload, download, list, delete, and copy files.
build
vercel build
Learn more about the blob command
vercel build--prod
Learn more about the build command
Build a Vercel Project locally or in your own CI environment.
buy
vercel buypro
vercel buycreditsv0100
vercel buydomainexample.com
vercel cachepurge--typedata
Purchase Vercel products like credits, addons, subscriptions, and domains directly from the CLI.
vercel cachepurge--typecdn
vercel cachepurge
vercel cachedangerously-delete--tagfoo
vercel cacheinvalidate--tagfoo
Manage cache for your project (CDN cache and Data cache).
certs
Manage certificates for your domains.
vercel certsls
vercel certsissue [domain]
vercel certsrm [certificate-id]
Learn more about the cache command
Review and manage existing Vercel Toolbar comment threads from the terminal. This command is in beta.
vercel comments
vercel commentsinspect
connect
vercel connectlist
vercel connectdetach
vercel connectattach
vercel commentsresolve
vercel connecttoken
vercel connectremove
vercel connectopen
vercel connectupdate
vercel connectcreate
Manage connectors: create, list, attach to projects, request runtime tokens, and remove them. This is a beta command.
Run
vercel connect create
Learn more about the connect command
View contract commitment information for your Vercel account.
vercel contract
vercel contract--formatjson
Learn more about the contract command
Manage Cron Jobs for a project: add cron entries to vercel.json, list them, and trigger them on demand. This command is in beta.
vercel cronsls
vercel cronsadd--path/api/cron--schedule"0 10 * * *"
vercel cronsrun/api/cron
Learn more about the crons command
Make HTTP requests to your Vercel deployments with automatic deployment protection bypass. This is a beta command.
vercel curl [path]
vercel curl/api/hello
vercel curl/api/data--deployment [deployment-url]
Deploy your Vercel projects. Default command when no subcommand is specified.
vercel
vercel deploy
vercel deploy--prod
Learn more about the deploy command
Manage Deploy Hooks: list, create, and remove deploy hook URLs that trigger new deployments when called.
vercel deploy-hooksls
vercel deploy-hookscreatecms-rebuild--refmain
vercel deploy-hooksrmhook_abc123
Replicate the Vercel deployment environment locally and test your project.
vercel dev
vercel dev--port3000
Learn more about the dev command
Manage your DNS records for your domains.
vercel dnsls [domain]
vercel dnsadd [domain] [name] [type] [value]
vercel dnsrm [record-id]
Buy, sell, transfer, and manage your domains.
vercel domainsls
vercel domainsadd [domain] [project]
vercel domainsrm [domain]
vercel domainsbuy [domain]
vercel domainsprice [domain] [...domain]
vercel domainscheck [domain] [...domain]
Learn more about the domains command
Manage environment variables in your Vercel Projects.
firewall
vercel envls
vercel envpull [file]
vercel firewallruleslist
vercel envrm [name] [environment]
vercel envrun--
vercel envupdate [name] [environment]
vercel firewallpublish
vercel firewallattack-modeenable
vercel firewalloverview
vercel firewallip-blocksblock
vercel envadd [name] [environment]
Manage your Vercel Firewall: view changes, publish, manage IP blocks, system bypass entries, custom rules, attack mode, and system mitigations.
flags
Manage feature flags for your Vercel Project.
vercel flagslist
vercel flagscreate [slug]
vercel flagsversions [flag] --limit10
vercel flagsevaluations [flag]
vercel flagsset [flag] --environment [environment] --variant [variant]
vercel flagsopen [flag]
vercel flagssegmentsls
vercel flagsversionsdiff [flag] --revision [number]
Manage your Git provider connections.
vercel flagssegmentscreatebeta-users--addinclude:user.id=user_123
vercel gitls
vercel gitconnect
vercel gitdisconnect [provider]
vercel global-configtokensflags--add"Production read"
vercel global-configlist
vercel global-configbackupsflags
vercel global-configaddflags
vercel global-configitemsflags--keybetaUiEnabled
Manage Global Config stores: list, create, inspect, update, remove, and manage items, read tokens, and backups. vercel edge-config continues to work as an alias.
Enable or disable guidance messages shown after CLI commands.
vercel guidanceenable
vercel guidancedisable
vercel guidancestatus
Learn more about the guidance command
Get information about all available Vercel CLI commands.
vercel help
vercel help [command]
Visualize HTTP request timing statistics for your Vercel deployments with automatic deployment protection bypass.
vercel httpstat [path]
vercel httpstat/api/hello
vercel httpstat/api/data--deployment [deployment-url]
Learn more about the httpstat command
Initialize example Vercel Projects locally from the examples repository.
vercel init
vercel init [project-name]
Retrieve information about your Vercel deployments.
vercel inspect [deployment-id-or-url]
vercel inspect [deployment-id-or-url] --logs
vercel inspect [deployment-id-or-url] --wait
Learn more about the inspect command
Install a marketplace integration and provision a resource. Alias for vercel integration add.
vercel install
Learn more about the integration command
vercel integrationlist [project]
vercel integrationdiscover
vercel integrationbalance
vercel integrationguide
vercel integrationadd
vercel integrationresourceremove
vercel integrationresourcecreate-threshold
vercel integrationremove
vercel integrationresourceconnect
vercel integrationresourceclaim [resource-name]
vercel integrationresourcedisconnect
vercel integrationopen [resource-name]
The resource subcommand is also available as vercel integration-resource
Link a local directory to a Vercel Project.
vercel link
vercel link [path-to-directory]
Learn more about the link command
List recent deployments for the current Vercel Project.
vercel list
vercel list [project-name]
Login to your Vercel account through CLI.
vercel login
vercel login [email]
vercel login--github
Learn more about the login command
Logout from your Vercel account through CLI.
vercel logout
Learn more about the logout command
List runtime logs for a specific deployment.
vercel logs [deployment-url]
vercel logs [deployment-url] --follow
Learn more about the logs command
Set up MCP client configuration for your Vercel Project.
vercel mcp
vercel mcp--project
Learn more about the mcp command
List and query metrics from your terminal, and inspect the schema to discover available dimensions and aggregations.
vercel metricsschema
vercel metricsschema
vercel metricsdatabase.duration_ms--filter'plan:pro'
Work with microfrontends configuration.
vercel metrics
vercel microfrontendspull
vercel microfrontendspull--dpl [deployment-id]
Learn more about the microfrontends command
vercel metrics
Register Vercel Apps (OAuth) and manage team installations: register new apps, list and dismiss installation requests, install apps with permissions, and uninstall them.
vercel oauth-appslist-requests
vercel oauth-appsregister--name"My App"--slugmy-app--redirect-urihttps://app.example.com/oauth/callback
vercel oauth-appsinstall--client-idcl_abc--permissionread:project
vercel oauth-appsremoveinst_abc123--yes
Learn more about the oauth-apps command
Open your current project in the Vercel Dashboard.
vercel open
project
vercel projectrm
vercel projectls
vercel projectadd
vercel projectinspect [project-name]
List, add, inspect, remove, and manage your Vercel Projects.
vercel promotestatus [project]
vercel promote [deployment-id-or-url]
Promote an existing deployment to be the current deployment.
Update your local project with remote environment variables and project settings.
vercel pull
vercel pull--environment=production
Learn more about the pull command
Rebuild and redeploy an existing deployment.
vercel redeploy [deployment-id-or-url]
Manage project-level redirects.
vercel redirectslist
vercel redirectsadd/old/new--status301
vercel redirectspromote
vercel redirectsuploadredirects.csv--overwrite
vercel remove [deployment-url]
vercel remove [project-name]
Learn more about the remove command
Remove deployments either by ID or for a specific Vercel Project.
Roll back production deployments to previous deployments.
vercel rollback
vercel rollback [deployment-id-or-url]
vercel rollbackstatus [project]
Learn more about the rollback command
Manage your project's rolling releases to gradually roll out new deployments.
vercel rolling-releaseconfigure--cfg='[config]'
vercel rolling-releasestart--dpl=[deployment-id]
vercel rolling-releaseapprove--dpl=[deployment-id]
vercel rolling-releasecomplete--dpl=[deployment-id]
routes
vercel routespublish
vercel routeslist
vercel routesadd--ai"Rewrite /api/* to https://backend.internal/*"
Learn more about the routes command
vercel routesedit"API Proxy"--dest"https://new-api.example.com/:path*"
sandbox
vercel sandboxlist
Learn more about the sandbox command
vercel sandboxcreate--connect
Manage project-level routing rules for your Vercel Project.
Interact with Vercel Sandbox: list, create, connect, and manage sandboxes from the terminal. See the Sandbox CLI Reference for the full surface.
security
vercel security
vercel securitycheck--findings
vercel securitycheck [check-name]
Inspect the security posture of your Vercel team with checks against vulnerable misconfigurations and settings.
skills
vercel skills
vercel skillsnextjs
vercel skillsnextjs--json
Learn more about the skills command
Discover agent skills relevant to your project, or search the skill catalog.
Switch between different team scopes.
vercel switch
vercel switch [team-name]
Learn more about the switch command
Manage custom environments (targets) and use the --target flag on relevant commands.
vercel targetlist
vercel targetls
vercel deploy--target=staging
teams
vercel teamsadd
vercel teamslist
vercel teamsinvite [email]
List, add, remove, and manage your teams.
telemetry
vercel telemetryenable
vercel telemetrystatus
vercel telemetrydisable
Learn more about the telemetry command
Enable or disable telemetry collection. Learn what data Vercel CLI collects and how to opt out.
tokens
Manage your personal Vercel authentication tokens: list, create, and revoke API tokens.
vercel tokensls
vercel tokensrmtok_abc123
vercel tokensadd"CI deploy"
Inspect request traces for your project, and manage the sampling rules that decide which requests Vercel traces.
vercel tracesget [request-id]
vercel traces [request-id]
vercel tracesget [request-id] --open
vercel tracesconfigls
vercel tracesconfigsetproduction25
vercel tracesconfigrmproduction
Open a trace directly in the tree or waterfall view:
vercel tracesget [request-id] --open--view=tree
vercel tracesget [request-id] --open--view=waterfall
Learn more about the traces command
Upgrade the Vercel CLI to the latest version and manage automatic updates.
vercel upgrade
vercel upgrade--enable-auto
vercel upgrade--format=json
vercel upgrade--dry-run
vercel usage
Learn more about the usage command
vercel usage--breakdowndaily
vercel usage--from2025-01-01--to2025-01-31
View billing usage and costs for your Vercel account.
Manage Vercel Container Registry repositories, tags, and images from the terminal. See the Container Registry CLI Reference for the full surface.
vercel vcrls
vercel vcrlogindocker
Learn more about the vcr command
Manage webhooks for your account. This command is in beta.
vercel webhookslist
vercel webhooksget
vercel webhookscreate
vercel webhooksrm
whoami
Last updated September 17, 2026
Display the username of the currently logged in user.
Cross-link map: Vercel CLI Overview (/docs/cli)From the Vercel docs graph (built 2026-09-21T05:26:59.511Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.jsonSemantically closest pagesDeploying to Vercel — Create, verify, and manage preview and production deployments on Vercel from Git, Vercel CLI, or the REST API.vercel deploy — Learn how to deploy your Vercel projects using the vercel deploy CLI command.vercel project — Perform the following commands from the terminal for your Vercel Projects: list, add, inspect, update settings, rename,Getting started with Vercel — Install the Vercel CLI, add the Vercel Plugin or agent skills, and deploy your first project.Project settings — Use the project settings, to configure custom domains, environment variables, Git, integrations, deployment protection,This page links to (79)Vercel AI Gateway: Models, Routing, and Observability — Call AI models from any infrastructure through a managed gateway. Centralize credentials, request logs, spend budgets, rTelemetry — Vercel CLI collects telemetry data about general usage.vercel activity — View activity events for your Vercel project or team, filtered by type, date range, and project.vercel agent — Generate an AGENTS.md file with Vercel deployment best practices using the vercel agent CLI command.vercel ai-gateway — Manage AI Gateway resources from the Vercel CLI: API keys, budgets, routing rules, virtual models, models, leaderboards,vercel alerts — List and inspect alerts, and manage alert rules for projects and teams with the Vercel CLI.vercel alias — Learn how to apply custom domain aliases to your Vercel deployments using the vercel alias CLI command.vercel api — Learn how to make authenticated HTTP requests to the Vercel API using the vercel api CLI command.vercel bisect — Learn how to perform a binary search on your deployments to help surface issues using the vercel bisect CLI command.vercel blob — Learn how to interact with Vercel Blob storage using the vercel blob CLI command.vercel build — Learn how to build a Vercel Project locally or in your own CI environment using the vercel build CLI command.vercel buy — Learn how to purchase Vercel products like credits, addons, subscriptions, and domains using the vercel buy CLI command.vercel cache — Learn how to manage cache for your project using the vercel cache CLI command.vercel certs — Learn how to manage certificates for your domains using the vercel certs CLI command.vercel comments — Review and manage Vercel Toolbar comment threads from the terminal with the vercel comments CLI command.vercel connect — Learn how to manage Vercel Connect connectors using the vercel connect CLI command.vercel contract — Learn how to view contract commitment information for your Vercel account using the vercel contract CLI command.vercel crons — Manage Cron Jobs from the Vercel CLI: add cron entries to your vercel.json, list them, and trigger them on demand.vercel curl — Learn how to make HTTP requests to your Vercel deployments with automatic deployment protection bypass using the vercelvercel deploy — Learn how to deploy your Vercel projects using the vercel deploy CLI command.vercel deploy-hooks — Manage Deploy Hooks for Git-triggered builds from the Vercel CLI: list, create, and remove deploy hook URLs that triggervercel dev — Learn how to replicate the Vercel deployment environment locally and test your Vercel Project before deploying using thevercel dns — Learn how to manage your DNS records for your domains using the vercel dns CLI command.vercel domains — Learn how to buy, sell, transfer, and manage your domains using the vercel domains CLI command.vercel env — Learn how to manage your environment variables in your Vercel Projects using the vercel env CLI command.vercel firewall — Learn how to explore firewall traffic and manage your project's custom firewall rules, managed bot rules, IP blocks, sysvercel flags — Learn how to manage feature flags for your Vercel project using the vercel flags CLI command.vercel git — Learn how to manage your Git provider connections using the vercel git CLI command.vercel global-config — Manage Global Config stores from the Vercel CLI: list, create, inspect, update, remove, and manage items, read tokens, aVercel CLI Global Options — Global options are commonly available to use with multiple Vercel CLI commands. Learn about Vercel CLI's global optionsvercel guidance — Enable or disable guidance messages in the Vercel CLI using the vercel guidance command.vercel help — Learn how to use the vercel help CLI command to get information about all available Vercel CLI commands.vercel httpstat — Learn how to visualize HTTP request timing statistics for your Vercel deployments using the vercel httpstat CLI command.vercel init — Learn how to initialize Vercel supported framework examples locally using the vercel init CLI command.vercel inspect — Learn how to retrieve information about your Vercel deployments using the vercel inspect CLI command.vercel install — Learn how to install marketplace native integrations and provision resources with the vercel install CLI command.vercel integration — Learn how to manage marketplace native integrations, provision resources, manage individual resources, and discover avaivercel link — Learn how to link a local directory to a Vercel Project using the vercel link CLI command.vercel list — Learn how to list out all recent deployments for the current Vercel Project using the vercel list CLI command.vercel login — Learn how to login into your Vercel account using the vercel login CLI command.vercel logout — Learn how to logout from your Vercel account using the vercel logout CLI command.vercel logs — View and filter request logs for your Vercel project, or stream live runtime logs from a deployment.vercel mcp — Set up Model Context Protocol \(MCP\) usage with a Vercel project using the vercel mcp CLI command.vercel metrics — Discover and query observability metrics, and inspect available dimensions and aggregations using the Vercel CLI.vercel microfrontends — Manage microfrontends groups from the CLI. Learn how to create groups, inspect group metadata, add and remove projects,vercel oauth-apps — Register Vercel Apps \(OAuth\) and manage team installations from the CLI: register new apps, list and dismiss installatvercel open — Learn how to open your current project in the Vercel Dashboard using the vercel open CLI command.vercel project — Perform the following commands from the terminal for your Vercel Projects: list, add, inspect, update settings, rename,vercel promote — Learn how to promote an existing deployment using the vercel promote CLI command.vercel pull — Learn how to update your local project with remote environment variables using the vercel pull CLI command.vercel redeploy — Learn how to redeploy your project using the vercel redeploy CLI command.vercel redirects — Learn how to manage project-level redirects using the vercel redirects CLI command.vercel remove — Learn how to remove a deployment using the vercel remove CLI command.vercel rollback — Learn how to roll back your production deployments to previous deployments using the vercel rollback CLI command.vercel rolling-release — Learn how to manage your project's rolling releases using the vercel rolling-release CLI command.vercel routes — Learn how to manage project-level routing rules using the vercel routes CLI command.vercel sandbox — Interact with Vercel Sandbox from the Vercel CLI: list, create, connect, exec, copy, stop, and snapshot sandboxes from yvercel security — Inspect the security posture of your Vercel team from the terminal: run every security check, list findings, and scope tvercel skills — Discover agent skills relevant to your project using the vercel skills CLI command.vercel switch — Learn how to switch between different team scopes using the vercel switch CLI command.vercel target — Work with custom environments using the --target flag in Vercel CLI.vercel teams — Learn how to list, add, switch, invite, and manage your teams with the vercel teams CLI command.vercel telemetry — Learn how to manage telemetry collection.vercel tokens — Manage your personal Vercel authentication tokens from the CLI: list, create, and remove access tokens for use with thevercel traces — Inspect a request trace in the terminal, open it in the Vercel Dashboard, or manage the trace sampling rules for a projevercel upgrade — Upgrade the Vercel CLI to the latest version and manage automatic updates with the vercel upgrade CLI command.vercel usage — Learn how to view billing usage and costs, for your Vercel account using the vercel usage CLI command.vercel vcr — Manage Vercel Container Registry from the Vercel CLI: build and push images, manage repositories, tags, and images, andvercel webhooks — Learn how to manage webhooks for your Vercel account using the vercel webhooks CLI command.vercel whoami — Learn how to display the username of the currently logged in user with the vercel whoami CLI command.Comments Overview — Comments allow teams and invited participants to give direct feedback on preview deployments. Learn more about CommentsVercel Container Registry — Store and manage Docker container images on Vercel. Build and push images with the Vercel CLI, then run them on Vercel FContainer Registry CLI Reference — Use the vercel vcr command group to manage Vercel Container Registry repositories, tags, and images from the command linCron Jobs — Learn about cron jobs, how they work, and how to use them on Vercel.Creating & Triggering Deploy Hooks — Learn how to create and trigger deploy hooks to integrate Vercel deployments with other systems.Vercel Global Config — A Global Config is a global data store that enables experimentation with feature flags, A/B testing, critical redirects,Vercel REST API Reference — Interact programmatically with your Vercel account using the SDK or direct HTTP requests.Vercel Sandbox — Run untrusted or agent-generated code in isolated Linux microVMs with Vercel Sandbox.Sandbox CLI Reference — Based on the Docker CLI, you can use the Sandbox CLI to manage your Vercel Sandbox from the command line.Pages that link here (174)By site: ai-sdk (1) · flags-sdk (1) · v0 (1) · vercel-changelog (20) · vercel-kb (76) · vercel-web (5) · vercel-docs (70)From ai-sdkAI GatewayFrom flags-sdkVercel FlagsFrom v0Terminal commands — v0 can run bash commands in your project sandbox to test, debug, and use platform CLIs. Control its autonomy with threeFrom vercel-changelogAgent Runs now available in the Vercel MCP and CLIConfigure weighted traffic splits for Vercel Flags from the Vercel CLICopy-to-Prompt instructions now available for FlagsDeploy Hono backends with zero configurationExperimental native binaries for Vercel CLIFaster, predictable project linking in the Vercel CLIManage Vercel Container Registry with Vercel CLIManage Vercel Flags targeting rules from the CLIManage Vercel Toolbar comments from the CLIMicrofrontends routing now applies to vc alias and branch domainsProjects can now be renamedPull anomaly alert details using the Vercel CLIRedeploy or promote CLI deployments from the dashboardRefreshed deployment link design in Vercel dashboardSchema autocomplete and validation for vercel.jsonImprovements and FixesUse native curl syntax with Vercel CLIVercel CLI expands commands for DNS, domains, and projectsVercel CLI v24 is now availableIntroducing Vercel DropFrom vercel-kbCan I use my domain on Vercel with A records? — Point your apex domain to Vercel with an A record \(76.76.21.21 or your domain card's value\), pair it with a www CNAME,Build AI agents with AI Gateway and AI SDK — Build AI agents on Vercel with AI Gateway and AI SDK, then make them reliable, capable, and durable with Sandbox, Chat SHow to automatically approve tool calls in eve with Jev — Use Jev to review tool calls in eve, allow routine actions, and request human approval when needed. Configure the policyHow to build a browser agent that works behind a login — Build a browser agent with eve, Vercel Connect, and KERNEL managed auth that signs a user in through a human-in-the-loopBuild with an Express starter template — Deploy an Express app to Vercel from a template. Browse Express starters from Vercel and the community, then run them loBuild with a FastAPI starter template — Browse FastAPI starter templates for Vercel and deploy one in a few steps. Compare minimal, AI, agent, and full-stack FaBuild with a Flask starter template — Deploy a Flask app to Vercel from a starter template. Compare the Flask Hello World starter, AI SDK, alt text generator,Build with a Hono starter template — Deploy a Hono app to Vercel from a starter template. Compare the Hono API starter, MCP server, AI SDK, Slack Bolt, Next.Build with a Nitro starter template — Deploy a Nitro app to Vercel from a starter template. Compare the Nitro Starter, route rules, cached HTTP handler, plugiBuilding community moderation agents using AI SDK — Learn how to build an AI-powered community moderation agent with Next.js, the AI SDK, and AI Gateway.Caching audits: Five antipatterns that cost performance and money — Five caching antipatterns from hundreds of Vercel technical audits: write amplification, deploy-wiped caches, spinner shDeploy a Claude Design project to Vercel — Publish a Claude Design project to Vercel for a live production URL with the Vercel connector, or by exporting a .zip toBuild Claude Managed Agents with Chat SDK — Ship a Slack research bot built on Claude Managed Agents and Chat SDK. One persistent session per thread, streamed briefImprove Cumulative Layout Shift \(CLS\) on Vercel — Read, diagnose, and fix Cumulative Layout Shift on Vercel using Speed Insights and Next.js best practices.Cost-aware model routing through AI Gateway — Route easy requests to a cheap model and escalate only hard ones to a frontier model through one AI Gateway endpoint, wiRun Cursor Cloud Agents on Vercel Sandbox — Learn how to run Cursor Cloud Agents on Vercel Sandbox with BYOM worker pools, durable workflows, isolated microVMs, andBuild a daily digest bot with Chat SDK and Workflow SDK — Build a daily digest bot that posts a daily digest of GitHub stats to Slack. Learn how to use Vercel Connect to set up SHow to Deploy a TanStack Start app to Vercel — Deploy a TanStack Start app to Vercel with the Nitro Vite plugin. Covers Git and CLI deployment, Fluid compute defaults,Deploy a headless BigCommerce storefront with Vercel — Deploy a headless BigCommerce storefront using Catalyst and Next.js on VercelDeploy a Node.js Fastify app on Vercel with Docker — Build a Node.js application with Fastify and Docker, then deploy it to Vercel Functions. Learn how to configure environmDeploy PHP on Vercel with Docker — Build a PHP application with FrankenPHP and Docker, then deploy it to Vercel Functions with managed configuration, storaDeploy Rust on Vercel with Docker — Build a Rust application with Axum and Docker, then deploy it to Vercel Functions. Learn how to configure environment vaDeploy ASP.NET Core on Vercel with Docker — Build a .NET application with Docker and deploy it to Vercel Functions. Learn how to configure environment variables, inDraft content in your voice from Slack with eve — Deploy the eve content agent template, a Slack bot that drafts blog posts, LinkedIn posts, release notes, and newsletterBuild an incident response sre agent with eve — sre is an incident response agent for Slack. It investigates production issues using a hypothesis-driven approach and reManage your Sanity project from Slack with eve — A Slack-based Sanity copilot built on eve. It queries and edits content with GROQ, shapes schemas, manages releases, andBuild your first Slack agent with eve — Deploy the eve Slack agent template: a starter Slack bot built on the eve framework with an example tool and skill.Build a software factory with eve — Foreman, a software factory built on eve. It turns GitHub and Linear work items into reviewed draft pull requests througShip social posts from Slack with eve and Typefully — A Slack-based social media agent built on eve. It drafts posts and threads for X, LinkedIn, Threads, Bluesky, and MastodBuild an agentic app in FastAPI with OpenAI Agents API and Vercel Sandbox — Learn how to build a repository Q&A app using FastAPI, OpenAI Agents API, and Vercel Sandbox, with isolated code inspectHow to build a GitHub agent with eve and GitHub Tools — Build a GitHub agent with eve, GitHub Tools, and Vercel Connect. Register AI-callable GitHub tools, gate writes behind dDeploy to Vercel with Self-Hosted Git Pipelines \(GitLab & Bitbucket\) — Learn how to use GitLab Pipelines to deploy to Vercel including support for self-managed GitLab.How to build a durable AI code agent on Vercel — Build an AI agent that generates code, writes its own tests, and executes them in an isolated microVM with automatic retHow to Integrate Next.js with Prismic's Headless CMS — Learn how to connect Next.js with Prismic's CMS and deploy the integrated website to VercelHow to Integrate Optimizely Feature Experimentation with Next.js and Vercel — This guide covers setting up feature flags, implementing A/B tests, and optimizing performance using React Server ComponManage cache tags for external origins — Learn how to use cache tags to optimally serve fresh content on Vercel when content from your external origin changesHow to use Vercel Container Registry — Push, store, and pull OCI container images with Vercel Container Registry, then deploy them to Vercel Functions and VercIntegrate Vercel and Contentstack for your Headless CMS — Integrate Vercel with Contentstack, a headless CMS, to build and deploy dynamic, high-performance websites.Translate Kubernetes manifests to vercel.json — Translate Kubernetes Deployments, Services, Ingress, ConfigMaps, and CronJobs into vercel.json configuration and VercelDeploy Laravel on Vercel with Docker — Build a Laravel application with FrankenPHP and Docker, then deploy it to Vercel with production configuration, externalRun a marketing team from Slack with eve — Team of five marketing agents built on eve. The lead routes work to specialists that write long-form into Notion, queueMigrate self-hosted Next.js and containers from AWS to Vercel — Migrate containers from AWS to Vercel: deploy with Dockerfile.vercel, keep RDS, S3, and SQS in AWS over OIDC, and cut ovHow to migrate from GHCR to Vercel Container Registry — Migrate container images from GitHub Container Registry \(GHCR\) to Vercel Container Registry \(VCR\), including authentWhat is the Nitro Vite plugin? — The Nitro Vite plugin \(nitro/vite\) adds SSR, API routes, and deploy-anywhere server builds to any Vite app. Learn whatBuild an agent with OpenAI Agents API on Vercel — Build and deploy an agent with OpenAI Agents API, Vercel Functions, Queues, and Sandbox for isolated code execution.Run Python code securely with AI SDK and Vercel Sandbox — Add an \executeCode\\ tool to your AI SDK agent with the \ai-sdk-tool-code-execution\\ package to run Python 3.13 insiBuild a real-time chat app with WebSockets on Vercel — Build and deploy a single-room messaging app in Next.js with real-time chat, typing indicators, and live online user couBuild Notion-style real-time presence with WebSockets on Vercel — Build the avatar faces that appear when a teammate opens a page and vanish when they leave. Powered by a Hono WebSocketHow to route your coding agent spend through AI Gateway — Point Claude Code, Codex, Cursor, and every other harness on your machine at AI Gateway with one CLI command, on a budgeSafely running AI generated code in your Next.js application — How to execute untrusted, AI‑generated code from a Next.js app using Vercel Sandbox, an isolated, ephemeral environment.Investigate GitHub issues with \HarnessAgent\\ and Vercel Sandbox — Use HarnessAgent to run coding agent harnesses like Claude Code or Codex against untrusted code inside Vercel Sandbox. RHow to ship an Elysia app on Vercel — Deploy a Elysia app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and coHow to ship an Express app on Vercel — Deploy an Express app to Vercel with zero configuration. Configure response streaming, middleware, cron jobs, the Bun ruHow to ship a FastAPI app on Vercel — Deploy a FastAPI app to Vercel with zero configuration. Learn how the Python runtime, Vercel Functions, streaming, middlHow to ship a Fastify app on Vercel — Deploy a Fastify app to Vercel with zero configuration, then add streaming, lifecycle hooks, cron jobs, and observabilitHow to ship a Flask app on Vercel — Deploy a Flask app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and conHow to ship an H3 app on Vercel — Deploy an H3 app to Vercel with zero configuration. Learn to configure streaming, middleware, cron jobs, the Bun runtimeHow to ship a Hono app on Vercel — Deploy a Hono app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and confHow to ship a Nitro app on Vercel — Deploy a Nitro app to Vercel with zero configuration. Learn how to ship from a template, the Vercel CLI, or Git, and conGive your software factory a browser — Add a KERNEL cloud browser to the eve software factory template so Foreman can reproduce flow bugs, sign in through manaManage Vercel projects with a software factory — Add Vercel's hosted MCP to the eve software factory template so Foreman can read build logs, runtime errors, and deploymDeploy Symfony on Vercel with Docker — Build a Symfony application with FrankenPHP and Docker, then deploy it to Vercel with production configuration, externalUsing TanStack AI with Vercel AI Gateway — Connect TanStack AI to Vercel AI Gateway with the @tanstack/ai-vercel-gateway adapter to stream chat, route across proviUsing TanStack AI with Vercel Sandbox — Run coding agents in isolated Vercel Sandbox microVMs with the @tanstack/ai-sandbox-vercel provider, with durable resumeHow to test a container image in Vercel Sandbox before deploying — Validate a container image before deploying by booting it as a custom Sandbox image from Vercel Container Registry \(VCRHow to classify, route, and score with Jev and AI SDK — Use Jev from TypeSafe AI with AI SDK's experimental \evaluate\\ API to classify, route, score, and verify inside your aHow can I use Vercel with GitHub IP restrictions? — This guide will describe how you can use Vercel even when you have an IP allowlist configured in GitHub.Using coding agents to procure Vercel Marketplace integrations — Coding agents can now discover, provision, and manage third-party services from the Vercel Marketplace using the VercelBuild a v0-style app builder with OpenAI Agents API and Vercel Sandbox — Build a chat-to-app workspace with live Next.js previews, follow-up edits, and saved projects using the OpenAI Agents APThe Complete Guide to Vercel Connect — Use Vercel Connect to call provider APIs like Slack, GitHub, Linear, Microsoft, Discord, Snowflake, and Salesforce fromVercel Drop vs Cloudflare Direct Upload — Compare Vercel Drop and Cloudflare Direct Upload: framework builds, browser vs CLI workflows, file limits, Git integratiVercel Drop vs Netlify Drop — Compare Vercel Drop and Netlify Drop for drag-and-drop deployment: framework builds, static sites, updates, size limits,Build a Weather API on Vercel: Express, FastAPI, and Nitro — Build a weather API on Vercel with FastAPI, Express, or Nitro. Compare the three runtimes, add caching and ObservabilityExport your Webflow site and host it on Vercel — Learn how to export your Webflow site's code and host it on Vercel with Vercel Drop. Drag your .zip export into the browWhat is Vercel's policy regarding load testing deployments? — Learn about Vercel's policies regarding load tests.Why is Vercel CLI asking me to log in? — Information on why you may be getting prompted to log in to Vercel CLI.From vercel-webAgentic InfrastructureAnnouncing the Build Output APIEvolving Vercel FunctionsVercel Hackathon WinnersUsing the latest Next.js 12.3 features on VercelFrom vercel-docsAccount Management — Learn how to manage your Vercel account and team members.Vercel Deep Infra Integration — Learn how to add the Deep Infra native integration with Vercel.Vercel ElevenLabs Integration — Learn how to add the ElevenLabs connectable account integration with Vercel.Vercel fal Integration — Learn how to add the fal native integration with Vercel.Vercel Groq Integration — Learn how to add the Groq native integration with Vercel.Vercel LMNT Integration — Learn how to add LMNT connectable account integration with Vercel.Vercel Perplexity Integration — Learn how to add Perplexity connectable account integration with Vercel.Vercel Pinecone Integration — Learn how to add Pinecone connectable account integration with Vercel.Vercel Replicate Integration — Learn how to add Replicate connectable account integration with Vercel.Vercel Together AI Integration — Learn how to add Together AI connectable account integration with Vercel.Vercel xAI Integration — Learn how to add the xAI native integration with Vercel.AI Gateway API Keys — Create, view, and delete AI Gateway API keys, and set each key's budget and spend attribution, from the dashboard, CLI,AI Gateway Tool Use and Function Calling — Connect AI Gateway models to application tools with AI SDK 7, Python, Chat Completions, Messages, and Responses examplesBuilds — Understand how the build step works when creating a Vercel Deployment.Configuring a Build — Vercel automatically configures the build settings for many front-end frameworks, but you can also customize the build avercel comments — Review and manage Vercel Toolbar comment threads from the terminal with the vercel comments CLI command.vercel curl — Learn how to make HTTP requests to your Vercel deployments with automatic deployment protection bypass using the vercelvercel httpstat — Learn how to visualize HTTP request timing statistics for your Vercel deployments using the vercel httpstat CLI command.vercel open — Learn how to open your current project in the Vercel Dashboard using the vercel open CLI command.Integrations for Comments — Learn how Comments integrates with Git providers like GitHub, GitLab, and BitBucket, as well as the Vercel app for SlackQuickstart — Create your first connector in Vercel Connect, install the SDK, and request a runtime provider token from your code.Vercel Container Registry — Store and manage Docker container images on Vercel. Build and push images with the Vercel CLI, then run them on Vercel FContainer Registry CLI Reference — Use the vercel vcr command group to manage Vercel Container Registry repositories, tags, and images from the command linGetting Started — Authenticate your container tool with Vercel Container Registry, then push and pull your first image with the Vercel CLIDeploying to Vercel — Create, verify, and manage preview and production deployments on Vercel from Git, Vercel CLI, or the REST API.Deployment Policies — Use a deployment policy to control which Git sources and deployment mechanisms can deploy to your team and projects, perEnvironments — Environments are for developing locally, testing changes in a pre-production environment, and serving end-users in produTroubleshooting Build Errors — Learn how to resolve common scenarios you may encounter during the Build step, including build errors that cancel a deplDeploying with Vercel Drop — Vercel Drop lets you deploy a file or folder by dragging it into your browser, with no Git or CLI required.Environment variables — Learn more about environment variables on Vercel.Getting started with Flags Explorer — Learn how to set up the Flags Explorer so you can see and override your application's feature flagsGetting Started with Vercel Flags — Create your first feature flag and evaluate it in your application using the Flags SDK, OpenFeature, or the core libraryElysia on Vercel — Build fast TypeScript backends with Elysia and deploy to Vercel. Learn the project structure, plugins, middleware, and hAstro on Vercel — Deploy Astro sites to Vercel and configure server-side rendering, ISR, Web Analytics, Image Optimization, and Routing MiCreate React App on Vercel — Deploy Create React App projects to Vercel and add Preview Deployments, Web Analytics, Speed Insights, and ObservabilityVite on Vercel — Deploy Vite projects to Vercel and configure environment variables, Vercel Functions, server-side rendering, and SPA rewNext.js on Vercel — Vercel is the native Next.js platform, designed to enhance the Next.js experience.Nuxt on Vercel — Deploy Nuxt applications to Vercel and configure rendering, functions, middleware, routing, image optimization, and cachRemix on Vercel — Deploy Remix applications to Vercel and configure the Vercel Vite preset, SSR, streaming, caching, and analytics.SvelteKit on Vercel — Deploy SvelteKit applications to Vercel and configure the adapter, rendering, streaming, ISR, analytics, and Routing Mid@vercel/functions API Reference \(Node.js\) — Learn about available APIs when working with Vercel Functions.Streaming — Learn how to stream responses from Vercel Functions.How Vercel builds your application — Learn how Vercel transforms your source code into optimized assets ready to serve globally.Getting started with Vercel — Install the Vercel CLI, add the Vercel Plugin or agent skills, and deploy your first project.Getting started with Global Config — Learn how to create a Global Config store and read from it in your project.Using Global Config with DevCycle — Learn how to use Global Config with Vercel's DevCycle integration.Using Global Config with LaunchDarkly — Learn how to use Global Config with Vercel's LaunchDarkly integration.Using Global Config with Split — Learn how to use Global Config with Vercel's Split integration.Using Global Config with Statsig — Learn how to use Global Config with Vercel's Statsig integration.Glossary — Learn about the terms and concepts used in Vercel's products and documentation.Vercel CMS Integrations — Learn how to integrate Vercel with CMS platforms, including Contentful, Sanity, and Sitecore XM Cloud.Vercel Agility CMS Integration — Learn how to integrate Agility CMS with Vercel. Follow our tutorial to deploy the Agility CMS template or install the inVercel ButterCMS Integration — Learn how to integrate ButterCMS with Vercel. Follow our tutorial to set up the ButterCMS template on Vercel and manageVercel DatoCMS Integration — Learn how to integrate DatoCMS with Vercel. Follow our step-by-step tutorial to set up and manage your digital content sVercel Formspree Integration — Learn how to integrate Formspree with Vercel. Follow our tutorial to set up Formspree and manage form submissions on youVercel Makeswift Integration — Learn how to integrate Makeswift with Vercel. Makeswift is a no-code website builder designed for creating and managingVercel Sanity Integration — Learn how to integrate Sanity with Vercel. Follow our tutorial to deploy the Sanity template or install the integrationeve with MCP — Give eve agents access to MCP tools through filesystem connections and authorize requests with Vercel Connect.Using Monorepos — Vercel provides support for monorepos. Learn how to deploy a monorepo here.Products — Browse Vercel products for building, deploying, securing, observing, and scaling web applications.Static Configuration with vercel.json — Learn how to use vercel.json to configure and override the default behavior of Vercel from within your project.Projects overview — A project is where you deploy and operate frontend apps, APIs, backends, containers, and agent workloads on Vercel.Deploying a project from the CLI — Set up and deploy a Vercel project using the CLI, from linking to production.Quickstart — Set up Vercel Queues with the SDK.OpenAI Agents API — Connect OpenAI Agents API sessions to Vercel Sandbox for isolated code execution and persistent workspace files.Quickstart — Learn how to run your first code in a Vercel Sandbox.Getting started with Sign in with Vercel — Learn how to get started with Sign in with VercelPrivate Storage — Learn how to use private Vercel Blob storage to serve files with authenticationAdd the Vercel Toolbar to your local environment — Learn how to use the Vercel Toolbar in your local environment.Add the Vercel Toolbar to your production environment — Learn how to add the Vercel Toolbar to your production environment and how your team members can use tooling to access t
vercel whoami
Was this helpful?