Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Domain
vercel:add_domain
Add a new domain to your Vercel account for use with projects.
Write
Medium risk
Cancel Deployment
vercel:cancel_deployment
Cancel a running deployment. Only works for deployments in BUILDING or QUEUED state.
Write
High risk
Create Deployment
vercel:create_deployment
Create a new deployment from Git source with optional environment overrides.
Write
Medium risk
Create Environment Variable
vercel:create_environment_variable
Create a new environment variable for a project with specified deployment targets.
Write
Medium risk
Create Project
vercel:create_project
Create a new Vercel project with optional Git integration and build settings.
Write
Medium risk
Delete Environment Variable
vercel:delete_environment_variable
Delete an environment variable from a project. This may break deployments that depend on it.
Write
High risk
Delete Project
vercel:delete_project
Permanently delete a Vercel project and all its deployments. This action cannot be undone.
Write
High risk
Get Deployment
vercel:get_deployment
Fetch a single deployment by ID with build status and performance metrics.
Read
Low risk
Get Domain
vercel:get_domain
Fetch domain configuration and verification status.
Read
Low risk
Get Project
vercel:get_project
Fetch a single project by ID or domain name with deployment and environment details.
Read
Low risk
List Deployments
vercel:list_deployments
List deployments with build status and performance information.
Read
Low risk
List Domains
vercel:list_domains
List all domains with verification status and configuration details.
Read
Low risk
List Environment Variables
vercel:list_environment_variables
List all environment variables for a project across different deployment targets.
Read
Low risk
List Projects
vercel:list_projects
List all projects with basic information and deployment status.
Read
Low risk
Remove Domain
vercel:remove_domain
Remove a domain from your Vercel account. This will break any projects using this domain.
Write
High risk
Update Environment Variable
vercel:update_environment_variable
Update an existing environment variable's value, targets, or other properties.
Write
Medium risk
Update Project
vercel:update_project
Update an existing Vercel project's configuration and build settings.
Write
Medium risk