Built by Metorial, the integration platform for agentic AI.
Update settings for an existing Vercel project. Modify build configuration, framework, Node.js version, protection settings, and other project-level options.
Create, list, and manage Vercel Edge Config stores and their items. Edge Config provides ultra-low-latency key-value reads at the edge, useful for feature flags, A/B testing, and dynamic configuration.
List, add, or remove domains from your Vercel account or a specific project. Also supports verifying project domains and retrieving domain configuration.
List, create, update, or delete DNS records for a domain managed in Vercel. Supports A, AAAA, CNAME, MX, TXT, SRV, CAA, and other record types.
Retrieve detailed information about a specific deployment by its ID or URL. Returns build status, alias assignments, Git metadata, and more.
List Vercel projects for the authenticated user or team. Supports searching by name and pagination.
List teams, get team details, and manage team members. View team information, list members, invite new members, or remove existing ones.
Retrieve detailed information about a Vercel project by its ID or name. Returns project settings, build configuration, framework, environment details, and associated domains.
List deployments for the authenticated user or team. Filter by project, target environment, or state. Returns deployment status, URL, and metadata.
List, create, update, or delete environment variables for a Vercel project. Variables can be scoped to production, preview, and/or development environments. Supports encrypted and plain text values.
Promote a deployment to production by pointing all production domains to it. Useful for rollbacks or manual production promotions.
Create a new Vercel project. Optionally configure build settings, framework, Git repository connection, and environment variables at creation time.
Permanently delete a Vercel project and all its deployments. This action cannot be undone.
Cancel an in-progress deployment that is currently building. Cannot cancel deployments that have already completed.
Trigger a new deployment for a Vercel project. Deploy from a Git source, redeploy an existing deployment, or deploy files directly. Specify the target environment (production, preview, or custom).