Agentic Service Discovery

Resources

V

Vercel

by Vercel Inc.

Connect agents to Vercel to manage deployments, projects, domains, and environment variables.

OtherFree / PaidBearer tokendeploymenthostingserverlessfrontenddevopsci-cd

How agents use Vercel

  • Monitor deployment status and notify teams when builds succeed or fail
  • Cancel stuck or failed deployments automatically
  • Rotate API keys by updating environment variables across projects
  • Audit deployment history to correlate incidents with recent changes
  • List all projects and their production deployment status for health checks

Agent actions

List DeploymentsList recent deployments with optional filters

Inputs: projectId, state, limit

Returns: deployments, count

Get DeploymentRetrieve a specific deployment by ID or URL

Inputs: deploymentId

Returns: deployment, state, url, createdAt, meta

List ProjectsList all Vercel projects

Inputs: search, limit

Returns: projects, count

Get ProjectRetrieve a project by ID or name

Inputs: projectId

Returns: project, name, framework, productionBranch

Cancel DeploymentCancel a deployment that is currently building

Inputs: deploymentId

Returns: state, success

List Environment VariablesList environment variables for a project

Inputs: projectId

Returns: envVars, count

Create Environment VariableAdd an environment variable to a project

Inputs: projectId, key, value, target, type

Returns: envVarId, success

Example workflows

1

Deployment monitor

Agent checks deployment status after a CI push and posts results to Slack

2

Config management

Agent adds or rotates environment variables across Vercel projects programmatically

About Vercel

Vendor
Vercel Inc.
Pricing Always review details with the vendor
Free / PaidHobby (free): personal projects. Pro from $20/user/month. Enterprise custom pricing.
Authentication
Bearer token
Rate limit Always review details with the vendor
3000 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Vercel

Use the Agentic Planner to design, visualize, and connect Vercel with your other tools.

Open Agentic Planner

Related Other tools