Integration component for Vercel, enabling management of projects, deployments, domains, environment variables, teams, users, and webhooks.

Changelog

4 versions
v2.0.0 Latest
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.2.1
  • Added output examples to component schemas.
v1.2.0
  • feat: update MakeApiCall component to match standard spec (add headers, parameters inputs; fix output format)
v1.1.0
  • Added MakeApiCall component for arbitrary API calls.

Authentication

TypeDetails
API Key
API Token (text)
Your Vercel API token. Create one in your Vercel account settings under

Actions

10
Cancel Deployment icon

Cancel Deployment

Cancel a running deployment using its unique identifier.
Delete Deployment icon

Delete Deployment

Remove a deployment from the account or team using its unique identifier.
Delete Project icon

Delete Project

Remove a project from the account or team.
Find Deployments icon

Find Deployments

Retrieve all deployments with options to filter by project, status or target.
Create Project icon

Create Project

Create a new project with the specified configuration details.
Find Projects icon

Find Projects

Retrieve all projects associated with the account or team. Supports filtering by a search query and repository URL.
Get Deployment icon

Get Deployment

Retrieve detailed information about a specific deployment using its unique identifier.
Get Project icon

Get Project

Retrieve detailed information for a specific project using its unique identifier.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Vercel API.
Update Project icon

Update Project

Modify settings of an existing project.