ToolsMarch 2, 2026via Vercel Blog
Vercel CLI for Marketplace integrations optimized for agents
Why it matters
Vercel's agent-optimized CLI shifts infrastructure provisioning from manual dev workflows to autonomous agent execution, accelerating app deployment cycles and embedding agentic decision-making into the build layer.
Key signals
- Vercel CLI now supports autonomous agent discovery, installation, and configuration of Marketplace integrations
- New commands: discover, add, guide, help — all returning agent-friendly JSON/markdown formats
- --format=json flag enables non-interactive output for automation and CI/CD
- Agents can autonomously configure databases, auth, logging, and other services end-to-end
- Hybrid workflows supported: agents can pause for human approval on terms of service and critical decisions
- Commands continuously tested against agent evaluations for reliable autonomous behavior
- Feature live as of March 2, 2026
The hook
Vercel just handed AI agents full autonomy over infrastructure setup. Discover, install, configure—no human in the loop required.
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 …