Vercel CLI for Marketplace integrations optimized for agents
By Steven Van ·
New `discover` and `guide` commands let AI agents install and configure Vercel Marketplace integrations without human setup steps.
The Vercel CLI now has discover and guide commands built for AI agents to configure Marketplace integrations on their own, from finding a database or logging service to writing the setup code for it.
- An agent runs vercel integration discover --format=json to list available integrations, then vercel integration add to install one.
- vercel integration guide returns setup instructions and code snippets in markdown, which the agent parses to write the integration code itself.
- For integrations that need extra metadata, agents can check required inputs with --help and pass them with the -m flag, for example vercel integration add upstash/upstash-redis -m primaryRegion=iad1 --format=json.
- The CLI can pause the process for a human to confirm decisions such as accepting terms of service, for hybrid workflows.
The --format=json output also works for non-agent use, for scripting infrastructure changes or CI/CD pipelines. Vercel says the commands are continuously tested against agent evaluations. The features are available by updating with pnpm i -g vercel@latest, detailed in the original announcement.

Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →