Vercel CLI now supports autonomous agent workflows for discovering and installing Marketplace integrations end-to-end.
- •New `discover` command lets agents browse available integrations with `--format=json` for non-interactive, scriptable output
- •New `guide` command retrieves setup documentation and code snippets for a specific integration in agent-friendly markdown
- •Agents can install integrations with `vercel integration add` and pass required metadata fields as options via `-m` flags
- •The CLI supports hybrid workflows by pausing for human confirmation on decisions like terms of service acceptance
- •Commands are continuously tested against agent evaluations to ensure reliable autonomous behavior