Vercel
vercelVercel 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.
Acciones disponibles (35)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add Environment VariableVERCEL_ADD_ENVIRONMENT_VARIABLEAcciónTool 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".
VERCEL_ADD_ENVIRONMENT_VARIABLEAcciónTool 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".
Parámetros de entrada
keystringObligatorioName of the environment variable
slugstringTeam slug to perform the request on behalf of
typestringObligatorioenumType of the variable storage: 'plain' or 'encrypted'
plainencryptedvaluestringObligatorioValue of the environment variable
targetstring[]ObligatorioEnvironments where this variable should be available
teamIdstringTeam identifier to perform the request on behalf of
upsertbooleanIf true, overwrite existing variables with the same key
commentstringOptional comment for context
idOrNamestringObligatorioThe unique identifier or name of the project
gitBranchstringGit branch to scope this variable to
customEnvironmentIdsstring[]Custom environment identifiers
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check Cache Artifact ExistsVERCEL_CHECK_CACHE_ARTIFACT_EXISTSAcciónTool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.
VERCEL_CHECK_CACHE_ARTIFACT_EXISTSAcciónTool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.
Parámetros de entrada
hashstringObligatorioThe cache artifact hash to check.
slugstringTeam slug to perform the request on behalf of
teamIdstringTeam identifier to perform the request on behalf of
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check Domain AvailabilityVERCEL_CHECK_DOMAIN_AVAILABILITYAcciónTool to check if a domain is available for registration. use when you need to verify domain availability before purchase.
VERCEL_CHECK_DOMAIN_AVAILABILITYAcciónTool to check if a domain is available for registration. use when you need to verify domain availability before purchase.
Parámetros de entrada
namestringObligatorioThe domain name to check for availability (e.g., 'example.com').
slugstringOptional team slug to perform the request on behalf of.
teamIdstringOptional team identifier to perform the request on behalf of.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Check Domain PriceVERCEL_CHECK_DOMAIN_PRICEAcciónTool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.
VERCEL_CHECK_DOMAIN_PRICEAcciónTool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.
Parámetros de entrada
nameanyObligatoriohostnameFully qualified domain name to check price for (format: hostname)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Auth TokenVERCEL_CREATE_AUTH_TOKENAcciónTool 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"
VERCEL_CREATE_AUTH_TOKENAcciónTool 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"
Parámetros de entrada
namestringObligatorioName of the new authentication token
slugstringTeam slug to perform the request on behalf of
teamIdstringTeam identifier to perform the request on behalf of
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Edge ConfigVERCEL_CREATE_EDGE_CONFIGAcciónTool 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.
VERCEL_CREATE_EDGE_CONFIGAcciónTool 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.
Parámetros de entrada
namestringObligatorioName of the Edge Config
slugstringObligatorioSlug for the Edge Config, must be unique within the project
projectIdstringObligatorioID of the Vercel project to associate with the Edge Config
descriptionstringOptional description for the Edge Config
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Edge Config TokenVERCEL_CREATE_EDGE_CONFIG_TOKENAcciónTool to create a new token for a specific edge config. use when you need a read-only access token after provisioning your edge config.
VERCEL_CREATE_EDGE_CONFIG_TOKENAcciónTool to create a new token for a specific edge config. use when you need a read-only access token after provisioning your edge config.
Parámetros de entrada
slugstringThe Team slug to perform the request on behalf of.
labelstringObligatorioA label for the token to help identify its purpose (max length 52).
teamIdstringThe Team identifier to perform the request on behalf of.
edgeConfigIdstringObligatorioThe unique identifier of the Edge Config for which the token is being created.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create new deploymentVERCEL_CREATE_NEW_DEPLOYMENTAcciónTool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.
VERCEL_CREATE_NEW_DEPLOYMENTAcciónTool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.
Parámetros de entrada
metaobjectUser-defined metadata key/value pairs
namestringName for the deployment, defaults to project setting
slugstringThe Team slug to perform the request on behalf of
filesobject[]List of files for non-git deployments. Provide file paths and data. Required if no git metadata is supplied.
targetstringenumDeployment target environment
productionstagingteamIdstringThe Team identifier to perform the request on behalf of
projectstringProject ID or name to deploy to
forceNewstringenumForces a new deployment even if there is a previous similar deployment
01gitSourceobjectGit source information for git-based deployments
gitMetadataobjectGit commit metadata for git-based deployments
deploymentIdstringSpecify an existing deployment ID to redeploy the same version
projectSettingsobjectProject-specific build and install commands
skipAutoDetectionConfirmationstringenumAllows skipping framework detection confirmation
01
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Auth TokenVERCEL_DELETE_AUTH_TOKENAcciónTool 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"
VERCEL_DELETE_AUTH_TOKENAcciónTool 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"
Parámetros de entrada
tokenIdstringObligatorioThe identifier of the token to invalidate. Use 'current' to invalidate the token used for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete DeploymentVERCEL_DELETE_DEPLOYMENTAcciónTool to delete a specific deployment by its unique id. use after confirming the deployment identifier to clean up unused or failed deployments.
VERCEL_DELETE_DEPLOYMENTAcciónTool to delete a specific deployment by its unique id. use after confirming the deployment identifier to clean up unused or failed deployments.
Parámetros de entrada
idstringObligatorioUnique identifier of the deployment to be deleted.
slugstringOptional team slug to perform the request on behalf of.
teamIdstringOptional team identifier to perform the request on behalf of.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Edge Config TokensVERCEL_DELETE_EDGE_CONFIG_TOKENSAcciónTool 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.
VERCEL_DELETE_EDGE_CONFIG_TOKENSAcciónTool 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.
Parámetros de entrada
slugstringOptional Team slug on whose behalf to perform the request.
teamIdstringOptional Team identifier on whose behalf to perform the request.
tokensstring[]ObligatorioList of token strings to delete for the given Edge Config.
edgeConfigIdstringObligatorioUnique identifier of the Edge Config from which to delete tokens.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Environment VariableVERCEL_DELETE_ENVIRONMENT_VARIABLEAcciónTool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.
VERCEL_DELETE_ENVIRONMENT_VARIABLEAcciónTool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.
Parámetros de entrada
idstringObligatorioEnvironment variable ID to delete.
slugstringOptional team slug to perform the request on behalf of.
teamIdstringOptional team identifier to perform the request on behalf of.
idOrNamestringObligatorioProject ID or project name.
customEnvironmentIdstringOptional custom environment identifier within the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Vercel ProjectVERCEL_DELETE_PROJECTAcciónTool to delete a specific project by its id or name. use after confirming the correct project id or name to permanently remove it.
VERCEL_DELETE_PROJECTAcciónTool to delete a specific project by its id or name. use after confirming the correct project id or name to permanently remove it.
Parámetros de entrada
idstringObligatorioThe unique project identifier or project name.
slugstringThe Team slug to perform the request on behalf of.
teamIdstringThe Team ID to perform the request on behalf of.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Deploy Edge FunctionVERCEL_DEPLOY_EDGE_FUNCTIONAcciónDeploy 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.
VERCEL_DEPLOY_EDGE_FUNCTIONAcciónDeploy 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.
Parámetros de entrada
namestringObligatorioName for the edge function deployment
filesobject[]ObligatorioList of edge function files to deploy. Each file must use Edge Runtime.
targetstringDeployment target environment
teamIdstringThe Team identifier to perform the request on behalf of
projectstringProject ID or name to deploy the edge function to
projectSettingsobjectProject settings for new projects. Required for new projects.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Auth Token MetadataVERCEL_GET_AUTH_TOKEN_METADATAAcciónTool to retrieve metadata for an authentication token. use when you need to inspect details of a specific token for auditing or debugging.
VERCEL_GET_AUTH_TOKEN_METADATAAcciónTool to retrieve metadata for an authentication token. use when you need to inspect details of a specific token for auditing or debugging.
Parámetros de entrada
tokenIdstringObligatorioThe identifier of the token to retrieve. Use 'current' to get metadata for the token used for this request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get deployment detailsVERCEL_GET_DEPLOYMENT_DETAILSAcciónTool 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".
VERCEL_GET_DEPLOYMENT_DETAILSAcciónTool 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".
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of
teamIdstringTeam identifier to perform the request on behalf of
idOrUrlstringObligatorioThe unique identifier or hostname of the deployment
withGitRepoInfobooleanWhether to include Git repository information
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Deployment EventsVERCEL_GET_DEPLOYMENT_EVENTSAcciónTool 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."
VERCEL_GET_DEPLOYMENT_EVENTSAcciónTool 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."
Parámetros de entrada
namestringDeployment build ID
slugstringTeam slug to perform the request on behalf of
limitintegerMaximum number of events to return; use -1 for all available logs
sinceintegerTimestamp (ms) for when events should be pulled from
untilintegerTimestamp (ms) for when events should be pulled up until
buildsintegerInclude build events; set to 1 to enable
followintegerWhen enabled (1), this endpoint will stream live events as they happen
teamIdstringTeam identifier to perform the request on behalf of
idOrUrlstringObligatorioUnique identifier or hostname of the deployment
delimiterintegerInclude delimiter events; set to 1 to enable
directionstringenumOrder of the returned events based on the timestamp
forwardbackwardstatusCodestringHTTP status code range to filter events by (e.g., '5xx')
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Deployment LogsVERCEL_GET_DEPLOYMENT_LOGSAcciónTool 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."
VERCEL_GET_DEPLOYMENT_LOGSAcciónTool 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."
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of
limitintegerMaximum number of log entries to return; use -1 for all available logs
sinceintegerTimestamp (ms) for when logs should be pulled from
untilintegerTimestamp (ms) for when logs should be pulled up until
buildsintegerInclude build logs; set to 1 to enable
followintegerWhen enabled (1), this endpoint will stream live logs as they happen
teamIdstringTeam identifier to perform the request on behalf of
idOrUrlstringObligatorioUnique identifier or hostname of the deployment
directionstringenumOrder of the returned logs based on the timestamp
forwardbackwardstatusCodestringHTTP status code range to filter logs by (e.g., '5xx')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain Transfer InfoVERCEL_GET_DOMAIN_TRANSFER_INFOAcciónTool 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.
VERCEL_GET_DOMAIN_TRANSFER_INFOAcciónTool 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.
Parámetros de entrada
slugstringOptional Vercel Team slug to perform the request on behalf of.
domainstringObligatorioThe domain name to check transfer info for (e.g., 'example.com')
teamIdstringOptional Vercel Team ID to perform the request on behalf of.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Edge ConfigVERCEL_GET_EDGE_CONFIGAcciónTool to retrieve details of a specific edge config. use when you need to inspect edge config metadata by id before updating or deleting.
VERCEL_GET_EDGE_CONFIGAcciónTool to retrieve details of a specific edge config. use when you need to inspect edge config metadata by id before updating or deleting.
Parámetros de entrada
slugstringOptional Team slug to perform the request on behalf of
teamIdstringOptional Team ID to perform the request on behalf of
edgeConfigIdstringObligatorioUnique identifier of the Edge Config to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Edge Config ItemVERCEL_GET_EDGE_CONFIG_ITEMAcciónTool 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.
VERCEL_GET_EDGE_CONFIG_ITEMAcciónTool 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.
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of
teamIdstringTeam identifier to perform the request on behalf of
edgeConfigIdstringObligatorioUnique identifier of the Edge Config
edgeConfigItemKeystringObligatorioKey of the Edge Config item to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Edge Config TokenVERCEL_GET_EDGE_CONFIG_TOKENAcciónTool to retrieve details of a specific token associated with an edge config. use when you need metadata for an existing edge config token.
VERCEL_GET_EDGE_CONFIG_TOKENAcciónTool to retrieve details of a specific token associated with an edge config. use when you need metadata for an existing edge config token.
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of.
tokenstringObligatorioThe token string whose metadata is to be retrieved.
teamIdstringTeam identifier to perform the request on behalf of.
edgeConfigIdstringObligatorioThe unique identifier of the Edge Config.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Vercel ProjectVERCEL_GET_PROJECTAcciónTool to retrieve information about a vercel project by id or name. use when you need project metadata after obtaining its identifier.
VERCEL_GET_PROJECTAcciónTool to retrieve information about a vercel project by id or name. use when you need project metadata after obtaining its identifier.
Parámetros de entrada
teamIdstringTeam identifier to perform the request on behalf of. Omit for personal account.
projectIdOrNamestringObligatorioThe unique identifier or name of the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Vercel AliasesVERCEL_LIST_ALIASESAcciónTool to list all aliases for the authenticated user or team. use when you need to retrieve aliases filtered by various criteria.
VERCEL_LIST_ALIASESAcciónTool to list all aliases for the authenticated user or team. use when you need to retrieve aliases filtered by various criteria.
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of.
limitintegerMaximum number of aliases to return.
sinceintegerFilter aliases created after this timestamp (milliseconds).
untilintegerFilter aliases created before this timestamp (milliseconds).
domainstring[]Filter aliases by specified domain names; list will be sent as comma-separated values.
teamIdstringTeam identifier to perform the request on behalf of.
projectIdstringFilter aliases by the specified project ID.
rollbackDeploymentIdstringFilter aliases that would be rolled back for the given deployment ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All DeploymentsVERCEL_LIST_ALL_DEPLOYMENTSAcciónTool to list all deployments. use after authenticating to retrieve deployments under your user or team context. example: "list deployments for project qmx...".
VERCEL_LIST_ALL_DEPLOYMENTSAcciónTool to list all deployments. use after authenticating to retrieve deployments under your user or team context. example: "list deployments for project qmx...".
Parámetros de entrada
appstringName of the deployment to filter by
shastringFilter deployments based on the commit SHA
slugstringTeam slug to perform the request on behalf of
limitintegerMaximum number of deployments to return
sinceintegerGet deployments created after this JavaScript timestamp
statestringComma-separated list of states to filter by. Allowed: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED
untilintegerGet deployments created before this JavaScript timestamp
usersstringComma-separated list of user IDs to filter by creator. Example: 'kr1PsOIzqEL5Xg6M4VZcZosf,K4amb7K9dAt5R2vBJWF32bmY'
branchstringFilter deployments based on the branch name
targetstringFilter deployments based on the environment (e.g., 'production')
teamIdstringTeam identifier to perform the request on behalf of
projectIdstringFilter deployments from the given project ID or name
rollbackCandidatebooleanFilter deployments based on rollback candidacy
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Auth TokensVERCEL_LIST_AUTH_TOKENSAcciónTool to list authentication tokens. use when you need to retrieve all tokens for the current user or an optional team.
VERCEL_LIST_AUTH_TOKENSAcciónTool to list authentication tokens. use when you need to retrieve all tokens for the current user or an optional team.
Parámetros de entrada
teamIdstringTeam ID to list tokens for. If omitted, lists tokens for the current user.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Deployment ChecksVERCEL_LIST_DEPLOYMENT_CHECKSAcciónTool to retrieve a list of checks for a specific deployment. use after a deployment to inspect check statuses and results.
VERCEL_LIST_DEPLOYMENT_CHECKSAcciónTool to retrieve a list of checks for a specific deployment. use after a deployment to inspect check statuses and results.
Parámetros de entrada
slugstringTeam slug on whose behalf to perform the request.
teamIdstringTeam ID on whose behalf to perform the request.
deploymentIdstringObligatorioThe ID of the deployment to retrieve checks for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Edge Config ItemsVERCEL_LIST_EDGE_CONFIG_ITEMSAcciónTool 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.
VERCEL_LIST_EDGE_CONFIG_ITEMSAcciónTool 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.
Parámetros de entrada
slugstringOptional Team slug to perform the request on behalf of
teamIdstringOptional Team ID to perform the request on behalf of
edgeConfigIdstringObligatorioUnique identifier of the Edge Config to retrieve items from
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Edge ConfigsVERCEL_LIST_EDGE_CONFIGSAcciónTool to list all edge configs. use when you need to enumerate all edge config definitions for your account or team.
VERCEL_LIST_EDGE_CONFIGSAcciónTool to list all edge configs. use when you need to enumerate all edge config definitions for your account or team.
Parámetros de entrada
slugstringOptional Team slug to perform the request on behalf of. Only one of `teamId` or `slug` may be set.
teamIdstringOptional Team ID to perform the request on behalf of. If omitted, the user's account is used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Edge Config TokensVERCEL_LIST_EDGE_CONFIG_TOKENSAcciónTool to retrieve a list of tokens for a specific edge config. use after obtaining an edge config's id to list its tokens.
VERCEL_LIST_EDGE_CONFIG_TOKENSAcciónTool to retrieve a list of tokens for a specific edge config. use after obtaining an edge config's id to list its tokens.
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of.
teamIdstringTeam identifier to perform the request on behalf of.
edgeConfigIdstringObligatorioThe unique identifier of the Edge Config to list tokens for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Environment VariablesVERCEL_LIST_ENV_VARIABLESAcciónTool to list environment variables for a specific project. use when you need to inspect or page through the environment settings before deployment.
VERCEL_LIST_ENV_VARIABLESAcciónTool to list environment variables for a specific project. use when you need to inspect or page through the environment settings before deployment.
Parámetros de entrada
limitintegerMaximum number of variables to return (1-100).
untilintegerPagination cursor. Use the `pagination.next` timestamp from a prior response.
decryptbooleanWhether to return decrypted values.
gitBranchstringFilter variables for a specific git branch.
projectIdstringObligatorioUnique identifier of the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List All TeamsVERCEL_LIST_TEAMSAcciónTool to list all teams accessible to the authenticated user. use after authentication to retrieve their ids and slugs.
VERCEL_LIST_TEAMSAcciónTool to list all teams accessible to the authenticated user. use after authentication to retrieve their ids and slugs.
Parámetros de entrada
limitintegerMaximum number of teams to return (max 100)
sinceintegerTimestamp in milliseconds; include teams created since this time
untilintegerTimestamp in milliseconds; include teams created until this time
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Edge ConfigVERCEL_UPDATE_EDGE_CONFIGAcciónTool 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.
VERCEL_UPDATE_EDGE_CONFIGAcciónTool 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.
Parámetros de entrada
slugstringOptional Team slug to perform the request on behalf of
teamIdstringOptional Team ID to perform the request on behalf of
requestBodyobjectObligatorioBody object containing fields to update
edgeConfigIdstringObligatorioUnique identifier of the Edge Config to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Edge Config ItemsVERCEL_UPDATE_EDGE_CONFIG_ITEMSAcciónTool 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.
VERCEL_UPDATE_EDGE_CONFIG_ITEMSAcciónTool 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.
Parámetros de entrada
slugstringTeam slug to perform the request on behalf of.
itemsobject[]ObligatorioList of operations to perform on Edge Config items.
dryRunbooleanIf true, validates the request without applying changes.
teamIdstringTeam ID to perform the request on behalf of.
edgeConfigIdstringObligatorioThe unique identifier of the Edge Config to update.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Vercel ProjectVERCEL_UPDATE_PROJECTAcciónTool 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.
VERCEL_UPDATE_PROJECTAcciónTool 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.
Parámetros de entrada
slugstringTeam slug to act on behalf of
teamIdstringTeam identifier to act on behalf of
idOrNamestringObligatorioProject ID or name
publicSourcebooleanMake deployment source code and logs publicly visible
rootDirectorystringDirectory or relative path to your project source. Defaults to the project root if `null`.
ssoProtectionobjectSSO protection configuration
oidcTokenConfigobjectOpenID Connect JSON Web Token generation settings
outputDirectorystringThe output directory of the project
gitForkProtectionbooleanRequire team member approval for PRs from forks before deployment
passwordProtectionobjectPassword-protection configuration
autoExposeSystemEnvsbooleanAutomatically expose system environment variables
serverlessFunctionRegionstringRegion to deploy Serverless Functions
commandForIgnoringBuildStepstringCommand for ignoring the build step
customerSupportCodeVisibilitybooleanAllow customer support to view git source for a deployment
sourceFilesOutsideRootDirectorybooleanWhether there are source files outside the root directory
autoAssignCustomDomainsUpdatedBystringAuto-assign custom domains updated by
enableAffectedProjectsDeploymentsbooleanSkip deployments when no changes detected in root dir and its dependencies
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not