Sign InOpen Brain
VercelEngineering PostOfficial Source

Vercel CLI expands support for DNS, domains, and project commands

Vercel agents can now manage DNS, domains, project state, observability, and members through structured CLI commands, while purchases and destructive actions retain confirmation gates.

Vercel · Aug 21, 2026
Open Source Open MarkdownOpen JSON
Source Summary

The Vercel CLI adds dedicated commands for **DNS records**, **domain renewal**, project pause and resume, observability settings, and project membership. DNS updates cover common fields plus SRV-specific settings.

Practical Implication

Agent workflows can consume **structured JSON output**, reducing dashboard handoffs and brittle terminal parsing. Update the CLI before adding these operations to deployment or maintenance scripts.

Agent-Ready Context
The Vercel CLI adds dedicated commands for **DNS records**, **domain renewal**, project pause and resume, observability settings, and project membership. DNS updates cover common fields plus SRV-specific settings.

Agent workflows can consume **structured JSON output**, reducing dashboard handoffs and brittle terminal parsing. Update the CLI before adding these operations to deployment or maintenance scripts.

Billable and destructive operations still require **explicit confirmation**. That safeguard limits unattended automation, and domain renewal applies only to domains purchased through Vercel.
Connected Context · Feed7 Judgment

This broadens the infrastructure surface that agents and scripts can operate through structured CLI output, reducing dashboard handoffs and fragile parsing. It also preserves an important autonomy boundary: billable or destructive actions still require confirmation, so these commands enable supervised automation rather than fully unattended infrastructure management.

Project-scoped TokensProject-scoped tokens limit which resources automated CLI operations can reach, complementing the new commands’ confirmation boundary with narrower credentials.Vercel MCP can now deploy codeMCP deployment expands agent authority into delivery, while these CLI commands extend it into ongoing project, domain, and DNS operations and make the need for approvals more explicit.How Factory scaled its cloud backend to tens of millions of daily requests on VercelFactory’s reviewed agent-operated deployments provide an operating example for the programmable-but-guarded infrastructure model these commands support.Manage Vercel Flags segments with Vercel CLIBoth changes expose formerly dashboard-oriented controls through scriptable JSON CLI workflows, extending agent and CI automation across targeting and infrastructure administration.
Context Map
infracoding#dev-ux#tool-use#observability
Uncertainty
Billable and destructive operations still require **explicit confirmation**. That safeguard limits unattended automation, and domain renewal applies only to domains purchased through Vercel.