Vercel CLI for Marketplace integrations optimized for agents
Vercel CLI adds discover and guide commands so AI agents can autonomously browse, install, and configure Marketplace integrations end-to-end with JSON and markdown output.
AI agents can now autonomously discover, install, and retrieve setup instructions for Vercel Marketplace integrations using the Vercel CLI. This lets agents configure databases, auth, logging, and other services end-to-end in one workflow. These capabilities are powered by the new and commands in the Vercel CLI. discoverguide By using the flag with the discover command, the CLI provides non-interactive JSON output that benefits developers as well, making it easier to automate infrastructure, write custom scripts, and manage CI/CD pipelines.--format=json When building an application, agents begin by exploring available integrations using the .
commanddiscover After exploring the options, the agent can an integration and then fetch getting started guides and code snippets for a specific integration using the command.addguide The Vercel CLI returns this setup documentation in an agent-friendly markdown format. This allows the agent to easily parse the instructions, write the necessary integration code, and configure the project autonomously. For integrations with required metadata fields, agents can use the command to determine the required inputs and pass them as options to the…