AACFlow

Vercel

Manage Vercel deployments, projects, and infrastructure

Usage Instructions

Integrate with Vercel to manage deployments, projects, domains, DNS records, environment variables, aliases, edge configs, teams, and more.

Tools

vercel_list_deployments

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringNoNo description
targetstringNoNo description
statestringNoNo description
appstringNoNo description
sincenumberNoNo description
untilnumberNoNo description
limitnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deploymentsarrayList of deployments
uidstringUnique deployment identifier
namestringDeployment name
urlstringDeployment URL
statestringDeployment state: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED, DELETED
targetstringTarget environment
creatednumberCreation timestamp
projectIdstringAssociated project ID
sourcestringDeployment source: api-trigger-git-deploy, cli, clone/repo, git, import, import/repo, redeploy, v0-web
inspectorUrlstringVercel inspector URL
creatorobjectCreator information
uidstringCreator user ID
emailstringCreator email
usernamestringCreator username
metaobjectGit provider metadata (key-value strings)
countnumberNumber of deployments returned
hasMorebooleanWhether more deployments are available

vercel_get_deployment

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
withGitRepoInfostringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringDeployment ID
namestringDeployment name
urlstringUnique deployment URL
readyStatestringDeployment ready state: QUEUED, BUILDING, ERROR, INITIALIZING, READY, CANCELED
statusstringDeployment status
targetstringTarget environment
createdAtnumberCreation timestamp in milliseconds
buildingAtnumberBuild start timestamp
readynumberReady timestamp
sourcestringDeployment source: cli, git, redeploy, import, v0-web, etc.
aliasarrayAssigned aliases
regionsarrayDeployment regions
inspectorUrlstringVercel inspector URL
projectIdstringAssociated project ID
creatorobjectCreator information
uidstringCreator user ID
usernamestringCreator username
projectobjectAssociated project
idstringProject ID
namestringProject name
frameworkstringProject framework
metaobjectDeployment metadata (key-value strings)
githubCommitShastringGitHub commit SHA
githubCommitMessagestringGitHub commit message
githubCommitRefstringGitHub branch/ref
githubRepostringGitHub repository
githubOrgstringGitHub organization
githubCommitAuthorNamestringCommit author name
gitSourceobjectGit source information
typestringGit provider type (e.g., github, gitlab, bitbucket)
refstringGit ref (branch or tag)
shastringGit commit SHA
repoIdstringRepository ID

vercel_create_deployment

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
namestringYesNo description
projectstringNoNo description
deploymentIdstringNoNo description
targetstringNoNo description
gitSourcestringNoJSON string defining the Git Repository source to deploy (e.g. {"type":"github","repo":"owner/repo","ref":"main"})
forceNewstringNoForces a new deployment even if there is a previous similar deployment (0 or 1)
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringDeployment ID
namestringDeployment name
urlstringUnique deployment URL
readyStatestringDeployment ready state: QUEUED, BUILDING, ERROR, INITIALIZING, READY, CANCELED
projectIdstringAssociated project ID
createdAtnumberCreation timestamp in milliseconds
aliasarrayAssigned aliases
targetstringTarget environment
inspectorUrlstringVercel inspector URL

vercel_cancel_deployment

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringDeployment ID
namestringDeployment name
statestringDeployment state after cancellation
urlstringDeployment URL

vercel_delete_deployment

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
uidstringThe removed deployment ID
statestringDeployment state after deletion (DELETED)

vercel_get_deployment_events

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
directionstringNoNo description
follownumberNoNo description
limitnumberNoNo description
sincenumberNoNo description
untilnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
eventsarrayList of deployment events
typestringEvent type: delimiter, command, stdout, stderr, exit, deployment-state, middleware, middleware-invocation, edge-function-invocation, metric, report, fatal
creatednumberEvent creation timestamp
datenumberEvent date timestamp
textstringEvent text content
serialstringEvent serial identifier
deploymentIdstringAssociated deployment ID
idstringEvent unique identifier
levelstringEvent level: error or warning
countnumberNumber of events returned

vercel_list_deployment_files

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
filesarrayList of deployment files
namestringThe name of the file tree entry
typestringFile type: directory, file, symlink, lambda, middleware, or invalid
uidstringUnique file identifier (only valid for file type)
modenumberFile mode indicating file type and permissions
contentTypestringContent-type of the file (only valid for file type)
childrenarrayChild files of the directory (only valid for directory type)
namestringFile name
typestringEntry type
uidstringFile identifier
countnumberNumber of files returned

vercel_list_projects

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
searchstringNoNo description
limitnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
projectsarrayList of projects
idstringProject ID
namestringProject name
frameworkstringFramework
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp
domainsarrayProject domains
countnumberNumber of projects returned
hasMorebooleanWhether more projects are available

vercel_get_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringProject ID
namestringProject name
frameworkstringProject framework
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp
domainsarrayProject domains
linkobjectGit repository connection
typestringRepository type (github, gitlab, bitbucket)
repostringRepository name
orgstringOrganization or owner

vercel_create_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
namestringYesNo description
frameworkstringNoNo description
gitRepositoryjsonNoNo description
buildCommandstringNoNo description
outputDirectorystringNoNo description
installCommandstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringProject ID
namestringname output from the tool
frameworkstringProject framework
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp

vercel_update_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
namestringNoNo description
frameworkstringNoNo description
buildCommandstringNoNo description
outputDirectorystringNoNo description
installCommandstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringProject ID
namestringProject name
frameworkstringProject framework
updatedAtnumberLast updated timestamp

vercel_delete_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deletedbooleanWhether the project was successfully deleted

vercel_pause_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringProject ID
namestringProject name
pausedbooleanWhether the project is paused

vercel_unpause_project

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringProject ID
namestringProject name
pausedbooleanWhether the project is paused

vercel_list_project_domains

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description
limitnumberNoNo description

Output

ParameterTypeDescription
domainsarrayList of project domains
namestringDomain name
apexNamestringApex domain name
redirectstringRedirect target
redirectStatusCodenumberRedirect status code
verifiedbooleanWhether the domain is verified
gitBranchstringGit branch for the domain
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp
countnumberNumber of domains returned
hasMorebooleanWhether more domains are available

vercel_add_project_domain

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
domainstringYesNo description
redirectstringNoNo description
redirectStatusCodenumberNoNo description
gitBranchstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
namestringDomain name
apexNamestringApex domain name
verifiedbooleanWhether the domain is verified
gitBranchstringGit branch for the domain
redirectstringRedirect target domain
redirectStatusCodenumberredirectStatusCode output from the tool
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp

vercel_remove_project_domain

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
domainstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deletedbooleanWhether the domain was successfully removed

vercel_get_env_vars

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
envsarrayList of environment variables
idstringEnvironment variable ID
keystringVariable name
valuestringVariable value
typestringVariable type (secret, system, encrypted, plain, sensitive)
targetarrayTarget environments
gitBranchstringGit branch filter
commentstringComment providing context for the variable
countnumberNumber of environment variables returned

vercel_create_env_var

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
keystringYesNo description
valuestringYesNo description
targetstringYesNo description
typestringNoNo description
gitBranchstringNoNo description
commentstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringEnvironment variable ID
keystringVariable name
valuestringVariable value
typestringVariable type (secret, system, encrypted, plain, sensitive)
targetarrayTarget environments
gitBranchstringGit branch filter
commentstringComment providing context for the variable

vercel_update_env_var

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
envIdstringYesNo description
keystringNoNo description
valuestringNoNo description
targetstringNoNo description
typestringNoNo description
gitBranchstringNoNo description
commentstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringEnvironment variable ID
keystringVariable name
valuestringVariable value
typestringVariable type (secret, system, encrypted, plain, sensitive)
targetarrayTarget environments
gitBranchstringGit branch filter
commentstringComment providing context for the variable

vercel_delete_env_var

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringYesNo description
envIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deletedbooleanWhether the environment variable was successfully deleted

vercel_list_domains

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
limitnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
domainsarrayList of domains
idstringDomain ID
namestringDomain name
verifiedbooleanWhether domain is verified
createdAtnumberCreation timestamp
expiresAtnumberExpiration timestamp
serviceTypestringService type (zeit.world, external, na)
nameserversarrayCurrent nameservers
intendedNameserversarrayIntended nameservers
renewbooleanWhether auto-renewal is enabled
boughtAtnumberPurchase timestamp
countnumberNumber of domains returned
hasMorebooleanWhether more domains are available

vercel_get_domain

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringDomain ID
namestringDomain name
verifiedbooleanWhether domain is verified
createdAtnumberCreation timestamp
expiresAtnumberExpiration timestamp
serviceTypestringService type (zeit.world, external, na)
nameserversarrayCurrent nameservers
intendedNameserversarrayIntended nameservers
customNameserversarrayCustom nameservers
renewbooleanWhether auto-renewal is enabled
boughtAtnumberPurchase timestamp
transferredAtnumberTransfer completion timestamp

vercel_add_domain

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
namestringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringDomain ID
namestringDomain name
verifiedbooleanWhether domain is verified
createdAtnumberCreation timestamp
serviceTypestringService type (zeit.world, external, na)
nameserversarrayCurrent nameservers
intendedNameserversarrayIntended nameservers

vercel_delete_domain

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
uidstringThe ID of the deleted domain
deletedbooleanWhether the domain was deleted

vercel_get_domain_config

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
configuredBystringHow the domain is configured (CNAME, A, http, dns-01, or null)
acceptedChallengesarrayAccepted challenge types for certificate issuance (dns-01, http-01)
misconfiguredbooleanWhether the domain is misconfigured for TLS certificate generation
recommendedIPv4arrayRecommended IPv4 addresses with rank values
ranknumberPriority rank (1 is preferred)
valuearrayIPv4 addresses
recommendedCNAMEarrayRecommended CNAME records with rank values
ranknumberPriority rank (1 is preferred)
valuestringCNAME value

vercel_list_dns_records

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
limitnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
recordsarrayList of DNS records
idstringRecord ID
slugstringRecord slug
namestringRecord name
typestringRecord type (A, AAAA, ALIAS, CAA, CNAME, HTTPS, MX, SRV, TXT, NS)
valuestringRecord value
ttlnumberTime to live in seconds
mxPrioritynumberMX record priority
prioritynumberRecord priority
creatorstringCreator identifier
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
commentstringRecord comment
countnumberNumber of records returned
hasMorebooleanWhether more records are available

vercel_create_dns_record

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
recordNamestringYesNo description
recordTypestringYesNo description
valuestringYesNo description
ttlnumberNoNo description
mxPrioritynumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
uidstringThe DNS record ID
updatednumberTimestamp of the update

vercel_delete_dns_record

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
domainstringYesNo description
recordIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deletedbooleanWhether the record was deleted

vercel_list_aliases

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringNoNo description
domainstringNoNo description
limitnumberNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
aliasesarrayList of aliases
uidstringAlias ID
aliasstringAlias hostname
deploymentIdstringAssociated deployment ID
projectIdstringAssociated project ID
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
countnumberNumber of aliases returned
hasMorebooleanWhether more aliases are available

vercel_get_alias

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
aliasIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
uidstringAlias ID
aliasstringAlias hostname
deploymentIdstringAssociated deployment ID
projectIdstringAssociated project ID
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
redirectstringTarget domain for redirect aliases
redirectStatusCodenumberHTTP status code for redirect (301, 302, 307, or 308)

vercel_create_alias

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
aliasstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
uidstringAlias ID
aliasstringAlias hostname
createdstringCreation timestamp as ISO 8601 date-time string
oldDeploymentIdstringID of the previously aliased deployment, if the alias was reassigned

vercel_delete_alias

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
aliasIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
statusstringDeletion status (SUCCESS)

vercel_list_edge_configs

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
edgeConfigsarrayList of Edge Config stores
idstringEdge Config ID
slugstringEdge Config slug
ownerIdstringOwner ID
digeststringContent digest hash
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
itemCountnumberNumber of items
sizeInBytesnumberSize in bytes
countnumberNumber of Edge Configs returned

vercel_get_edge_config

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
edgeConfigIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringEdge Config ID
slugstringEdge Config slug
ownerIdstringOwner ID
digeststringContent digest hash
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
itemCountnumberNumber of items
sizeInBytesnumberSize in bytes

vercel_create_edge_config

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
slugstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringEdge Config ID
slugstringEdge Config slug
ownerIdstringOwner ID
digeststringContent digest hash
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
itemCountnumberNumber of items
sizeInBytesnumberSize in bytes

vercel_get_edge_config_items

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
edgeConfigIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
itemsarrayList of Edge Config items
keystringItem key
valuejsonItem value
descriptionstringItem description
edgeConfigIdstringParent Edge Config ID
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
countnumberNumber of items returned

vercel_update_edge_config_items

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
edgeConfigIdstringYesNo description
itemsjsonYesArray of operations: [{operation: "create"|"update"|"upsert"|"delete", key: string, value?: any}]
teamIdstringNoNo description

Output

ParameterTypeDescription
statusstringOperation status

vercel_list_webhooks

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
projectIdstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
webhooksarrayList of webhooks
idstringWebhook ID
urlstringWebhook URL
eventsarrayEvents the webhook listens to
ownerIdstringOwner ID
projectIdsarrayAssociated project IDs
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp
countnumberNumber of webhooks returned

vercel_create_webhook

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
urlstringYesNo description
eventsstringYesNo description
projectIdsstringNoNo description
teamIdstringYesNo description

Output

ParameterTypeDescription
idstringWebhook ID
urlstringWebhook URL
secretstringWebhook signing secret
eventsarrayEvents the webhook listens to
ownerIdstringOwner ID
projectIdsarrayAssociated project IDs
createdAtnumberCreation timestamp
updatedAtnumberLast updated timestamp

vercel_delete_webhook

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
webhookIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
deletedbooleanWhether the webhook was successfully deleted

vercel_create_check

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
namestringYesNo description
blockingbooleanYesNo description
pathstringNoNo description
detailsUrlstringNoNo description
externalIdstringNoNo description
rerequestablebooleanNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringCheck ID
namestringCheck name
statusstringCheck status: registered, running, or completed
conclusionstringCheck conclusion: canceled, failed, neutral, succeeded, skipped, or stale
blockingbooleanblocking output from the tool
deploymentIdstringAssociated deployment ID
integrationIdstringAssociated integration ID
externalIdstringExternal identifier
detailsUrlstringdetailsUrl output from the tool
pathstringpath output from the tool
rerequestablebooleanrerequestable output from the tool
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
startedAtnumberStart timestamp in milliseconds
completedAtnumberCompletion timestamp in milliseconds

vercel_get_check

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
checkIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringCheck ID
namestringCheck name
statusstringCheck status: registered, running, or completed
conclusionstringCheck conclusion: canceled, failed, neutral, succeeded, skipped, or stale
blockingbooleanWhether the check blocks the deployment
deploymentIdstringAssociated deployment ID
integrationIdstringAssociated integration ID
externalIdstringExternal identifier
detailsUrlstringURL with details about the check
pathstringPage path being checked
rerequestablebooleanWhether the check can be rerequested
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
startedAtnumberStart timestamp in milliseconds
completedAtnumberCompletion timestamp in milliseconds

vercel_list_checks

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
checksarrayList of deployment checks
idstringCheck ID
namestringCheck name
statusstringCheck status
conclusionstringCheck conclusion
blockingbooleanWhether the check blocks the deployment
deploymentIdstringAssociated deployment ID
integrationIdstringAssociated integration ID
externalIdstringExternal identifier
detailsUrlstringURL with details about the check
pathstringPage path being checked
rerequestablebooleanWhether the check can be rerequested
createdAtnumberCreation timestamp
updatedAtnumberLast update timestamp
startedAtnumberStart timestamp
completedAtnumberCompletion timestamp
countnumberTotal number of checks

vercel_update_check

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
checkIdstringYesNo description
namestringNoNo description
statusstringNoNo description
conclusionstringNoNo description
detailsUrlstringNoNo description
externalIdstringNoNo description
pathstringNoNo description
outputstringNoNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
idstringCheck ID
namestringCheck name
statusstringCheck status: registered, running, or completed
conclusionstringCheck conclusion: canceled, failed, neutral, succeeded, skipped, or stale
blockingbooleanWhether the check blocks the deployment
deploymentIdstringAssociated deployment ID
integrationIdstringAssociated integration ID
externalIdstringExternal identifier
detailsUrlstringdetailsUrl output from the tool
pathstringpath output from the tool
rerequestablebooleanWhether the check can be rerequested
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
startedAtnumberStart timestamp in milliseconds
completedAtnumberCompletion timestamp in milliseconds

vercel_rerequest_check

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
deploymentIdstringYesNo description
checkIdstringYesNo description
teamIdstringNoNo description

Output

ParameterTypeDescription
rerequestedbooleanWhether the check was successfully rerequested

vercel_list_teams

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
limitnumberNoNo description
sincenumberNoNo description
untilnumberNoNo description

Output

ParameterTypeDescription
teamsarrayList of teams
idstringTeam ID
slugstringTeam slug
namestringTeam name
avatarstringAvatar file ID
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
creatorIdstringUser ID of team creator
membershipobjectCurrent user membership details
rolestringMembership role
confirmedbooleanWhether membership is confirmed
creatednumberMembership creation timestamp
uidstringUser ID of the member
teamIdstringTeam ID
countnumberNumber of teams returned
paginationobjectPagination information
countnumberItems in current page
nextnumberTimestamp for next page request
prevnumberTimestamp for previous page request

vercel_get_team

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
teamIdstringYesNo description

Output

ParameterTypeDescription
idstringTeam ID
slugstringTeam slug
namestringTeam name
avatarstringAvatar file ID
descriptionstringShort team description
createdAtnumberCreation timestamp in milliseconds
updatedAtnumberLast update timestamp in milliseconds
creatorIdstringUser ID of team creator
membershipobjectCurrent user membership details
uidstringUser ID of the member
teamIdstringTeam ID
rolestringMembership role
confirmedbooleanWhether membership is confirmed
creatednumberMembership creation timestamp
createdAtnumberMembership creation timestamp (milliseconds)
accessRequestedAtnumberWhen access was requested
teamRolesarrayTeam role assignments
teamPermissionsarrayTeam permission assignments

vercel_list_team_members

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
teamIdstringYesNo description
limitnumberNoNo description
rolestringNoFilter by role (OWNER, MEMBER, DEVELOPER, SECURITY, BILLING, VIEWER, VIEWER_FOR_PLUS, CONTRIBUTOR)
sincenumberNoNo description
untilnumberNoNo description
searchstringNoNo description

Output

ParameterTypeDescription
membersarrayList of team members
uidstringMember user ID
emailstringMember email
usernamestringMember username
namestringMember full name
avatarstringAvatar file ID
rolestringMember role
confirmedbooleanWhether membership is confirmed
createdAtnumberJoin timestamp in milliseconds
joinedFromobjectOrigin of how the member joined
originstringJoin origin identifier
countnumberNumber of members returned
paginationobjectPagination information
hasNextbooleanWhether there are more pages
countnumberItems in current page

vercel_get_user

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description

Output

ParameterTypeDescription
idstringUser ID
emailstringUser email
usernamestringUsername
namestringDisplay name
avatarstringSHA1 hash of the avatar
defaultTeamIdstringDefault team ID
createdAtnumberAccount creation timestamp in milliseconds
stagingPrefixstringPrefix for preview deployment URLs
softBlockobjectAccount restriction details if blocked
blockedAtnumberWhen the account was blocked
reasonstringReason for the block
hasTrialAvailablebooleanWhether a trial is available

On this page

Usage Instructions
Tools
vercel_list_deployments
Input
Output
vercel_get_deployment
Input
Output
vercel_create_deployment
Input
Output
vercel_cancel_deployment
Input
Output
vercel_delete_deployment
Input
Output
vercel_get_deployment_events
Input
Output
vercel_list_deployment_files
Input
Output
vercel_list_projects
Input
Output
vercel_get_project
Input
Output
vercel_create_project
Input
Output
vercel_update_project
Input
Output
vercel_delete_project
Input
Output
vercel_pause_project
Input
Output
vercel_unpause_project
Input
Output
vercel_list_project_domains
Input
Output
vercel_add_project_domain
Input
Output
vercel_remove_project_domain
Input
Output
vercel_get_env_vars
Input
Output
vercel_create_env_var
Input
Output
vercel_update_env_var
Input
Output
vercel_delete_env_var
Input
Output
vercel_list_domains
Input
Output
vercel_get_domain
Input
Output
vercel_add_domain
Input
Output
vercel_delete_domain
Input
Output
vercel_get_domain_config
Input
Output
vercel_list_dns_records
Input
Output
vercel_create_dns_record
Input
Output
vercel_delete_dns_record
Input
Output
vercel_list_aliases
Input
Output
vercel_get_alias
Input
Output
vercel_create_alias
Input
Output
vercel_delete_alias
Input
Output
vercel_list_edge_configs
Input
Output
vercel_get_edge_config
Input
Output
vercel_create_edge_config
Input
Output
vercel_get_edge_config_items
Input
Output
vercel_update_edge_config_items
Input
Output
vercel_list_webhooks
Input
Output
vercel_create_webhook
Input
Output
vercel_delete_webhook
Input
Output
vercel_create_check
Input
Output
vercel_get_check
Input
Output
vercel_list_checks
Input
Output
vercel_update_check
Input
Output
vercel_rerequest_check
Input
Output
vercel_list_teams
Input
Output
vercel_get_team
Input
Output
vercel_list_team_members
Input
Output
vercel_get_user
Input
Output
Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started