Vercel

Learn how to use Vercel with Composio

Overview

Enum

VERCEL

Description

Vercel is a platform for frontend frameworks and static sites, enabling developers to host websites and web services that deploy instantly, scale automatically, and require minimal configuration.

Authentication Details

bearer_token
stringRequired

Actions

Tool to add an environment variable to a vercel project. use after confirming the project exists and you need to configure secrets or configuration values across environments before deployment. example: "add api key=secret to production".

Action Parameters

comment
string
customEnvironmentIds
array
gitBranch
string
idOrName
stringRequired
key
stringRequired
slug
string
target
arrayRequired
teamId
string
type
stringRequired
upsert
boolean
value
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.

Action Parameters

hash
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to check if a domain is available for registration. use when you need to verify domain availability before purchase.

Action Parameters

name
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.

Action Parameters

name
Required

Action Response

data
object
error
string
successful
boolean
Tool to create a new authentication token. use when you need to programmatically generate a new token after validating permissions. example: "create auth token named my-token"

Action Parameters

name
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new edge config for a vercel project. use when you need to define edge caching settings before deploying your project across a specified repository.

Action Parameters

description
string
name
stringRequired
projectId
stringRequired
slug
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.

Action Parameters

deploymentId
string
files
array
forceNew
string
gitMetadata
object
gitSource
object
meta
object
name
string
project
string
projectSettings
object
skipAutoDetectionConfirmation
string
slug
string
target
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to delete an authentication token. use when you need to revoke a token programmatically after confirming its validity. example: "delete auth token with id abc123"

Action Parameters

tokenId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific deployment by its unique id. use after confirming the deployment identifier to clean up unused or failed deployments.

Action Parameters

id
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.

Action Parameters

customEnvironmentId
string
id
stringRequired
idOrName
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to delete a specific project by its id or name. use after confirming the correct project id or name to permanently remove it.

Action Parameters

id
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Deploy edge functions to vercel. use when you need to deploy serverless functions that run on the edge runtime with fast cold starts and global distribution.

Action Parameters

files
arrayRequired
name
stringRequired
project
string
projectSettings
object
target
stringDefaults to production
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve detailed information about a specific deployment. use after triggering a deployment and you need to inspect its status and configuration. example: "get details for deployment dpl 123abc".

Action Parameters

idOrUrl
stringRequired
slug
string
teamId
string
withGitRepoInfo
boolean

Action Response

data
object
error
string
successful
boolean
Tool to retrieve events related to a specific deployment. use when monitoring or debugging deployment history or streaming real-time events. example: "get events for deployment dpl xxx since 1540095775941."

Action Parameters

builds
integer
delimiter
integer
direction
stringDefaults to forward
follow
integer
idOrUrl
stringRequired
limit
integer
name
string
since
integer
slug
string
statusCode
string
teamId
string
until
integer

Action Response

data
array
error
string
successful
boolean
Tool to retrieve logs for a specific vercel deployment. use when monitoring deployment execution, debugging issues, or analyzing deployment performance. example: "get logs for deployment dpl xxx since 1540095775941."

Action Parameters

builds
integer
direction
stringDefaults to forward
follow
integer
idOrUrl
stringRequired
limit
integerDefaults to 100
since
integer
slug
string
statusCode
string
teamId
string
until
integer

Action Response

data
object
error
string
successful
boolean
Tool to get information required to transfer a domain to vercel. use when you need to check transfer availability or current status before initiating a transfer.

Action Parameters

domain
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific edge config. use when you need to inspect edge config metadata by id before updating or deleting.

Action Parameters

edgeConfigId
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific item within an edge config. use after obtaining the edge config id and when you need to inspect or validate a particular configuration item by its key.

Action Parameters

edgeConfigId
stringRequired
edgeConfigItemKey
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about a vercel project by id or name. use when you need project metadata after obtaining its identifier.

Action Parameters

projectIdOrName
stringRequired
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to list all aliases for the authenticated user or team. use when you need to retrieve aliases filtered by various criteria.

Action Parameters

domain
array
limit
integer
projectId
string
rollbackDeploymentId
string
since
integer
slug
string
teamId
string
until
integer

Action Response

data
object
error
string
successful
boolean
Tool to list all deployments. use after authenticating to retrieve deployments under your user or team context. example: "list deployments for project qmx...".

Action Parameters

app
string
branch
string
limit
integer
projectId
string
rollbackCandidate
boolean
sha
string
since
integer
slug
string
state
string
target
string
teamId
string
until
integer
users
string

Action Response

data
object
error
string
successful
boolean
Tool to list authentication tokens. use when you need to retrieve all tokens for the current user or an optional team.

Action Parameters

teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of checks for a specific deployment. use after a deployment to inspect check statuses and results.

Action Parameters

deploymentId
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to list all edge configs. use when you need to enumerate all edge config definitions for your account or team.

Action Parameters

slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to list environment variables for a specific project. use when you need to inspect or page through the environment settings before deployment.

Action Parameters

decrypt
boolean
gitBranch
string
limit
integerDefaults to 20
projectId
stringRequired
until
integer

Action Response

data
object
error
string
successful
boolean
Tool to update items within a specific edge config. use when you need to batch modify, add, or remove key-value pairs in an existing edge config.

Action Parameters

dryRun
boolean
edgeConfigId
stringRequired
items
arrayRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to update an existing project. use when you need to modify a vercel project’s configuration before deployment. use after confirming the project id or name.

Action Parameters

autoAssignCustomDomainsUpdatedBy
string
autoExposeSystemEnvs
boolean
commandForIgnoringBuildStep
string
customerSupportCodeVisibility
boolean
enableAffectedProjectsDeployments
boolean
gitForkProtection
boolean
idOrName
stringRequired
oidcTokenConfig
object
outputDirectory
string
passwordProtection
object
publicSource
boolean
rootDirectory
string
serverlessFunctionRegion
string
slug
string
sourceFilesOutsideRootDirectory
boolean
ssoProtection
object
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new token for a specific edge config. use when you need a read-only access token after provisioning your edge config.

Action Parameters

edgeConfigId
stringRequired
label
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to delete tokens associated with a specific edge config. use when you need to revoke one or more access tokens from an existing edge config by its id.

Action Parameters

edgeConfigId
stringRequired
slug
string
teamId
string
tokens
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve metadata for an authentication token. use when you need to inspect details of a specific token for auditing or debugging.

Action Parameters

tokenId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific token associated with an edge config. use when you need metadata for an existing edge config token.

Action Parameters

edgeConfigId
stringRequired
slug
string
teamId
string
token
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of items within a specific edge config. use when you need to inspect or manage all key–value items after creating an edge config.

Action Parameters

edgeConfigId
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of tokens for a specific edge config. use after obtaining an edge config's id to list its tokens.

Action Parameters

edgeConfigId
stringRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean
Tool to list all teams accessible to the authenticated user. use after authentication to retrieve their ids and slugs.

Action Parameters

limit
integer
since
integer
until
integer

Action Response

data
object
error
string
successful
boolean
Tool to update an existing edge config. use when you need to rename the slug of an edge config for reorganization or migration purposes. only the slug field may be updated; ensure you confirm the new slug before using.

Action Parameters

edgeConfigId
stringRequired
requestBody
objectRequired
slug
string
teamId
string

Action Response

data
object
error
string
successful
boolean