29 actionsHosting

Vercel Connector

Frontend hosting and deployment management from support tickets.

Manage projects, deployments, environment variables, domains, DNS records, certificates, and rollbacks. Keva can check deployment status, rollback bad releases, manage env vars, and configure domains through the Vercel API.

29
Total Actions
6
Categories
19
Low Risk
6
Medium Risk
4
High Risk
5
Reversible

Capabilities

Deployment managementRollbacksEnv variablesDomain managementDNS recordsSSL certificatesDeployment logsFile inspection

Real-world use cases

See how Keva handles actual support tickets using Vercel actions.

Website broken after latest deployment

Customer Message

Our website is showing a blank white page since the last deployment 20 minutes ago. Can you roll it back?

1
List deploymentsGets recent deployments to find the problematic one
2
Check logsReviews deployment logs for build errors
3
RollbackQueues rollback_deployment to the last known good version (requires approval)
Actions used
vercel.list_deploymentsvercel.get_deployment_logsvercel.rollback_deployment

Rolled back to previous deployment, website restored within 30 seconds.

Update environment variable for API key rotation

Customer Message

We rotated our API key. Can you update the STRIPE_API_KEY environment variable in production?

1
List env varsLists current environment variables for the project
2
Update variableQueues update to the STRIPE_API_KEY value (requires approval)
3
RedeployTriggers a redeployment to pick up the new value
Actions used
vercel.list_env_varsvercel.update_env_varvercel.redeploy

Environment variable updated and new deployment triggered.

All Vercel Actions

Complete reference of 29 actions available through the Vercel connector.

Showing 29 of 29 actions
Deployment Read
list_deploymentslow
List Deployments
List recent deployments for the project.
Deployment Read
get_deploymentlow
Get Deployment
Get details of a specific deployment.
Deployment Read
get_deployment_logslow
Get Deployment Logs
Get build logs for a specific deployment.
Deployment Read
get_deployment_errorslow
Get Deployment Errors
Get deployment build events/errors for diagnosing failed deployments.
Deployment Read
list_deployment_fileslow
List Deployment Files
List the file tree of a specific deployment.
Deployment Read
get_deployment_file_contentslow
Get Deployment File Contents
Get the contents of a specific file in a deployment.
Deployment Read
Deployment Write
rollback_deploymentmedium
Rollback Deployment
Rollback to a previous deployment by promoting it to production.
Deployment WriteReversible
promote_deploymenthigh
Promote Deployment
Promote a preview deployment to production.
Deployment WriteReversible
cancel_deploymentmedium
Cancel Deployment
Cancel an in-progress deployment.
Deployment Write
redeploymedium
Redeploy
Create a new deployment from an existing deployment, optionally targeting production or preview.
Deployment Write
Env Var Read
list_env_varslow
List Environment Variables
List environment variable keys for the project. Values are redacted for security.
Env Var Read
Env Var Write
create_env_varmedium
Create Environment Variable
Create a new environment variable for the project.
Env Var WriteReversible
update_env_varmedium
Update Environment Variable
Update an existing environment variable.
Env Var WriteReversible
delete_env_varhigh
Delete Environment Variable
Permanently delete an environment variable from the project. This action cannot be undone.
Env Var Write
batch_delete_env_varshigh
Batch Delete Environment Variables
Delete multiple environment variables at once (max 20). This action cannot be undone.
Env Var Write
Infrastructure Read
get_projectlow
Get Project
Get information about the connected Vercel project.
Infrastructure Read
list_domainslow
List Domains
List all domains associated with the Vercel account.
Infrastructure Read
get_domainlow
Get Domain
Get details of a specific domain.
Infrastructure Read
list_project_domainslow
List Project Domains
List all domains assigned to the connected project.
Infrastructure Read
list_dns_recordslow
List DNS Records
List DNS records for a specific domain.
Infrastructure Read
list_checkslow
List Deployment Checks
List check results for a specific deployment.
Infrastructure Read
get_teamlow
Get Team
Get Vercel team information including name, slug, plan, and member count. If no team_id is provided, uses the team from the token scope.
Infrastructure Read
list_aliaseslow
List Aliases
List all aliases (custom domain mappings) in the account.
Infrastructure Read
get_domain_configlow
Get Domain Config
Get DNS configuration and status for a domain, useful for diagnosing DNS issues.
Infrastructure Read
list_certslow
List Certificates
List SSL/TLS certificates in the account.
Infrastructure Read
get_certlow
Get Certificate
Get details of a specific SSL/TLS certificate.
Infrastructure Read
Infrastructure Write
verify_project_domainlow
Verify Project Domain
Trigger domain verification for a domain assigned to the project.
Infrastructure Write
add_project_domainmedium
Add Project Domain
Add a custom domain to the connected project.
Infrastructure WriteReversible
remove_project_domainhigh
Remove Project Domain
Remove a custom domain from the connected project. This action cannot be undone.
Infrastructure Write

Ready to automate Vercel support?

29 actions. Full approval control. Set up in minutes.

14-day free trial. No credit card required.

Get Started Free