Agent Interface
REST API v9Webhooks (Deploy Hooks)CLI
What an agent can do
- ✓Create, list, and manage deployments
- ✓Manage environment variables per project
- ✓Trigger deployments via deploy hooks
- ✓Read deployment logs and build output
- ✓Manage domains, DNS records, and SSL certificates
- ✓List and manage team members and access tokens
What it can't do
- ✗Stream build logs in real-time via API
- ✗Modify Edge Config programmatically (separate API in beta)
- ✗Access Vercel Analytics raw data via API
- ✗Manage Vercel KV or Blob storage contents via deployment API
- ✗Create or modify Vercel Firewall rules via API
Auth Model
Bearer Token (personal or team-scoped)
Builder Notes
Deployment-focused API enables CI/CD agent workflows. Deploy hooks allow webhook-triggered deployments without API auth. Environment variable management is particularly useful for agent-managed infrastructure. Rate limit: 100 req/sec.
Sources
Last verified: 2026-03-15