Introducing the vercel api CLI command
By Steven Van ·
The new vercel api command in CLI version 50.5.1 lets AI agents call Vercel's APIs directly, inheriting the user's own permissions.
vercel@50.5.1 adds an api command that gives direct terminal access to the full set of Vercel APIs. It is built as an access point for AI agents: an agent like Claude Code can call Vercel through the CLI with no extra configuration, inheriting whatever permissions the user already has in that environment.
- vercel api ls lists available APIs.
- vercel api on its own builds a request interactively.
- vercel api [endpoint] [options] sends a request directly.
Get started with npx vercel@latest api --help. Read the announcement on Vercel.

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