The catalogue/Vercel

Vercel

app.vercel

Manage projects and deployments on Vercel

API keydevelopmentRead the source
Version2.0.0
Categorydevelopment
AuthAPI key
Tools15
Transportstdio
LicenceMIT
01

What it does

The app, in its own words.

Vercel platform management — manage projects, deployments, domains, environment variables, and check deployment logs.

verceldeployhostingserverlessnextjs
02

Tools

15 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • add_domainAdd a domain to a Vercel project. The domain must be verified in your Vercel account or will be added for verification.
  • cancel_deploymentCancel an in-progress Vercel deployment. Only works for deployments that are currently building or queued.
  • create_env_varCreate a new environment variable for a Vercel project. Returns the created env var object.
  • delete_env_varDelete an environment variable from a Vercel project by its ID. Use list_env_vars to find the env var ID first.
  • get_deploymentGet detailed information about a specific Vercel deployment by its ID or URL.
  • get_deployment_eventsGet the build log events for a specific Vercel deployment. Useful for debugging build failures.
  • get_domainGet detailed information about a specific domain in your Vercel account.
  • get_projectGet detailed information about a specific Vercel project by its name or ID.
  • list_aliasesList aliases in your Vercel account. Aliases are custom domains or generated URLs assigned to deployments.
  • list_deploymentsList deployments from your Vercel account. Supports filtering by project, state, and target environment.
  • list_domainsList domains registered in your Vercel account.
  • list_env_varsList all environment variables for a specific Vercel project.
  • list_projectsList projects from your Vercel account. Supports filtering by search term and pagination via limit.
  • list_teamsList all teams the authenticated Vercel user belongs to.
  • redeployRedeploy an existing Vercel deployment. Creates a new deployment using the same source and configuration as the specified deployment.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

User secrets

API_TOKEN

Reading further

The manifest and the source for Vercel live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Vercel · Agent Apps