NAiOS IconNAiOS Logo
Volver al catálogo

Vercel

vercel

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.

Acciones
35
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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".

Parámetros de entrada

  • keystringObligatorio

    Name of the environment variable

  • slugstring

    Team slug to perform the request on behalf of

  • typestringObligatorioenum

    Type of the variable storage: 'plain' or 'encrypted'

    plainencrypted
  • valuestringObligatorio

    Value of the environment variable

  • targetstring[]Obligatorio

    Environments where this variable should be available

  • teamIdstring

    Team identifier to perform the request on behalf of

  • upsertboolean

    If true, overwrite existing variables with the same key

  • commentstring

    Optional comment for context

  • idOrNamestringObligatorio

    The unique identifier or name of the project

  • gitBranchstring

    Git branch to scope this variable to

  • customEnvironmentIdsstring[]

    Custom environment identifiers

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check Cache Artifact ExistsVERCEL_CHECK_CACHE_ARTIFACT_EXISTSAcción

Tool 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

  • hashstringObligatorio

    The cache artifact hash to check.

  • slugstring

    Team slug to perform the request on behalf of

  • teamIdstring

    Team identifier to perform the request on behalf of

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check Domain AvailabilityVERCEL_CHECK_DOMAIN_AVAILABILITYAcción

Tool to check if a domain is available for registration. use when you need to verify domain availability before purchase.

Parámetros de entrada

  • namestringObligatorio

    The domain name to check for availability (e.g., 'example.com').

  • slugstring

    Optional team slug to perform the request on behalf of.

  • teamIdstring

    Optional team identifier to perform the request on behalf of.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Check Domain PriceVERCEL_CHECK_DOMAIN_PRICEAcción

Tool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.

Parámetros de entrada

  • nameanyObligatoriohostname

    Fully qualified domain name to check price for (format: hostname)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Auth TokenVERCEL_CREATE_AUTH_TOKENAcción

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"

Parámetros de entrada

  • namestringObligatorio

    Name of the new authentication token

  • slugstring

    Team slug to perform the request on behalf of

  • teamIdstring

    Team identifier to perform the request on behalf of

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Edge ConfigVERCEL_CREATE_EDGE_CONFIGAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Name of the Edge Config

  • slugstringObligatorio

    Slug for the Edge Config, must be unique within the project

  • projectIdstringObligatorio

    ID of the Vercel project to associate with the Edge Config

  • descriptionstring

    Optional description for the Edge Config

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Edge Config TokenVERCEL_CREATE_EDGE_CONFIG_TOKENAcción

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.

Parámetros de entrada

  • slugstring

    The Team slug to perform the request on behalf of.

  • labelstringObligatorio

    A label for the token to help identify its purpose (max length 52).

  • teamIdstring

    The Team identifier to perform the request on behalf of.

  • edgeConfigIdstringObligatorio

    The unique identifier of the Edge Config for which the token is being created.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create new deploymentVERCEL_CREATE_NEW_DEPLOYMENTAcción

Tool to create a new deployment. use when you need to deploy files or a git commit to a vercel project.

Parámetros de entrada

  • metaobject

    User-defined metadata key/value pairs

  • namestring

    Name for the deployment, defaults to project setting

  • slugstring

    The 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.

  • targetstringenum

    Deployment target environment

    productionstaging
  • teamIdstring

    The Team identifier to perform the request on behalf of

  • projectstring

    Project ID or name to deploy to

  • forceNewstringenum

    Forces a new deployment even if there is a previous similar deployment

    01
  • gitSourceobject

    Git source information for git-based deployments

  • gitMetadataobject

    Git commit metadata for git-based deployments

  • deploymentIdstring

    Specify an existing deployment ID to redeploy the same version

  • projectSettingsobject

    Project-specific build and install commands

  • skipAutoDetectionConfirmationstringenum

    Allows skipping framework detection confirmation

    01

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Auth TokenVERCEL_DELETE_AUTH_TOKENAcción

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"

Parámetros de entrada

  • tokenIdstringObligatorio

    The identifier of the token to invalidate. Use 'current' to invalidate the token used for this request.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete DeploymentVERCEL_DELETE_DEPLOYMENTAcción

Tool 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

  • idstringObligatorio

    Unique identifier of the deployment to be deleted.

  • slugstring

    Optional team slug to perform the request on behalf of.

  • teamIdstring

    Optional team identifier to perform the request on behalf of.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Edge Config TokensVERCEL_DELETE_EDGE_CONFIG_TOKENSAcción

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.

Parámetros de entrada

  • slugstring

    Optional Team slug on whose behalf to perform the request.

  • teamIdstring

    Optional Team identifier on whose behalf to perform the request.

  • tokensstring[]Obligatorio

    List of token strings to delete for the given Edge Config.

  • edgeConfigIdstringObligatorio

    Unique identifier of the Edge Config from which to delete tokens.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Environment VariableVERCEL_DELETE_ENVIRONMENT_VARIABLEAcción

Tool to delete a specific environment variable from a project. use after verifying the correct variable id to remove it.

Parámetros de entrada

  • idstringObligatorio

    Environment variable ID to delete.

  • slugstring

    Optional team slug to perform the request on behalf of.

  • teamIdstring

    Optional team identifier to perform the request on behalf of.

  • idOrNamestringObligatorio

    Project ID or project name.

  • customEnvironmentIdstring

    Optional custom environment identifier within the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Vercel ProjectVERCEL_DELETE_PROJECTAcción

Tool 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

  • idstringObligatorio

    The unique project identifier or project name.

  • slugstring

    The Team slug to perform the request on behalf of.

  • teamIdstring

    The Team ID to perform the request on behalf of.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Deploy Edge FunctionVERCEL_DEPLOY_EDGE_FUNCTIONAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Name for the edge function deployment

  • filesobject[]Obligatorio

    List of edge function files to deploy. Each file must use Edge Runtime.

  • targetstring

    Deployment target environment

  • teamIdstring

    The Team identifier to perform the request on behalf of

  • projectstring

    Project ID or name to deploy the edge function to

  • projectSettingsobject

    Project settings for new projects. Required for new projects.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Auth Token MetadataVERCEL_GET_AUTH_TOKEN_METADATAAcción

Tool 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

  • tokenIdstringObligatorio

    The identifier of the token to retrieve. Use 'current' to get metadata for the token used for this request.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get deployment detailsVERCEL_GET_DEPLOYMENT_DETAILSAcción

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".

Parámetros de entrada

  • slugstring

    Team slug to perform the request on behalf of

  • teamIdstring

    Team identifier to perform the request on behalf of

  • idOrUrlstringObligatorio

    The unique identifier or hostname of the deployment

  • withGitRepoInfoboolean

    Whether to include Git repository information

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Deployment EventsVERCEL_GET_DEPLOYMENT_EVENTSAcción

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."

Parámetros de entrada

  • namestring

    Deployment build ID

  • slugstring

    Team slug to perform the request on behalf of

  • limitinteger

    Maximum number of events to return; use -1 for all available logs

  • sinceinteger

    Timestamp (ms) for when events should be pulled from

  • untilinteger

    Timestamp (ms) for when events should be pulled up until

  • buildsinteger

    Include build events; set to 1 to enable

  • followinteger

    When enabled (1), this endpoint will stream live events as they happen

  • teamIdstring

    Team identifier to perform the request on behalf of

  • idOrUrlstringObligatorio

    Unique identifier or hostname of the deployment

  • delimiterinteger

    Include delimiter events; set to 1 to enable

  • directionstringenum

    Order of the returned events based on the timestamp

    forwardbackward
  • statusCodestring

    HTTP status code range to filter events by (e.g., '5xx')

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Deployment LogsVERCEL_GET_DEPLOYMENT_LOGSAcción

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."

Parámetros de entrada

  • slugstring

    Team slug to perform the request on behalf of

  • limitinteger

    Maximum number of log entries to return; use -1 for all available logs

  • sinceinteger

    Timestamp (ms) for when logs should be pulled from

  • untilinteger

    Timestamp (ms) for when logs should be pulled up until

  • buildsinteger

    Include build logs; set to 1 to enable

  • followinteger

    When enabled (1), this endpoint will stream live logs as they happen

  • teamIdstring

    Team identifier to perform the request on behalf of

  • idOrUrlstringObligatorio

    Unique identifier or hostname of the deployment

  • directionstringenum

    Order of the returned logs based on the timestamp

    forwardbackward
  • statusCodestring

    HTTP status code range to filter logs by (e.g., '5xx')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Domain Transfer InfoVERCEL_GET_DOMAIN_TRANSFER_INFOAcción

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.

Parámetros de entrada

  • slugstring

    Optional Vercel Team slug to perform the request on behalf of.

  • domainstringObligatorio

    The domain name to check transfer info for (e.g., 'example.com')

  • teamIdstring

    Optional Vercel Team ID to perform the request on behalf of.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Edge ConfigVERCEL_GET_EDGE_CONFIGAcción

Tool 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

  • slugstring

    Optional Team slug to perform the request on behalf of

  • teamIdstring

    Optional Team ID to perform the request on behalf of

  • edgeConfigIdstringObligatorio

    Unique identifier of the Edge Config to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Edge Config ItemVERCEL_GET_EDGE_CONFIG_ITEMAcción

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.

Parámetros de entrada

  • slugstring

    Team slug to perform the request on behalf of

  • teamIdstring

    Team identifier to perform the request on behalf of

  • edgeConfigIdstringObligatorio

    Unique identifier of the Edge Config

  • edgeConfigItemKeystringObligatorio

    Key of the Edge Config item to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Edge Config TokenVERCEL_GET_EDGE_CONFIG_TOKENAcción

Tool 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

  • slugstring

    Team slug to perform the request on behalf of.

  • tokenstringObligatorio

    The token string whose metadata is to be retrieved.

  • teamIdstring

    Team identifier to perform the request on behalf of.

  • edgeConfigIdstringObligatorio

    The unique identifier of the Edge Config.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Vercel ProjectVERCEL_GET_PROJECTAcción

Tool 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

  • teamIdstring

    Team identifier to perform the request on behalf of. Omit for personal account.

  • projectIdOrNamestringObligatorio

    The unique identifier or name of the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Vercel AliasesVERCEL_LIST_ALIASESAcción

Tool 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

  • slugstring

    Team slug to perform the request on behalf of.

  • limitinteger

    Maximum number of aliases to return.

  • sinceinteger

    Filter aliases created after this timestamp (milliseconds).

  • untilinteger

    Filter aliases created before this timestamp (milliseconds).

  • domainstring[]

    Filter aliases by specified domain names; list will be sent as comma-separated values.

  • teamIdstring

    Team identifier to perform the request on behalf of.

  • projectIdstring

    Filter aliases by the specified project ID.

  • rollbackDeploymentIdstring

    Filter aliases that would be rolled back for the given deployment ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All DeploymentsVERCEL_LIST_ALL_DEPLOYMENTSAcción

Tool 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

  • appstring

    Name of the deployment to filter by

  • shastring

    Filter deployments based on the commit SHA

  • slugstring

    Team slug to perform the request on behalf of

  • limitinteger

    Maximum number of deployments to return

  • sinceinteger

    Get deployments created after this JavaScript timestamp

  • statestring

    Comma-separated list of states to filter by. Allowed: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED

  • untilinteger

    Get deployments created before this JavaScript timestamp

  • usersstring

    Comma-separated list of user IDs to filter by creator. Example: 'kr1PsOIzqEL5Xg6M4VZcZosf,K4amb7K9dAt5R2vBJWF32bmY'

  • branchstring

    Filter deployments based on the branch name

  • targetstring

    Filter deployments based on the environment (e.g., 'production')

  • teamIdstring

    Team identifier to perform the request on behalf of

  • projectIdstring

    Filter deployments from the given project ID or name

  • rollbackCandidateboolean

    Filter deployments based on rollback candidacy

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Auth TokensVERCEL_LIST_AUTH_TOKENSAcción

Tool to list authentication tokens. use when you need to retrieve all tokens for the current user or an optional team.

Parámetros de entrada

  • teamIdstring

    Team ID to list tokens for. If omitted, lists tokens for the current user.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Deployment ChecksVERCEL_LIST_DEPLOYMENT_CHECKSAcción

Tool to retrieve a list of checks for a specific deployment. use after a deployment to inspect check statuses and results.

Parámetros de entrada

  • slugstring

    Team slug on whose behalf to perform the request.

  • teamIdstring

    Team ID on whose behalf to perform the request.

  • deploymentIdstringObligatorio

    The ID of the deployment to retrieve checks for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Edge Config ItemsVERCEL_LIST_EDGE_CONFIG_ITEMSAcción

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.

Parámetros de entrada

  • slugstring

    Optional Team slug to perform the request on behalf of

  • teamIdstring

    Optional Team ID to perform the request on behalf of

  • edgeConfigIdstringObligatorio

    Unique identifier of the Edge Config to retrieve items from

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Edge ConfigsVERCEL_LIST_EDGE_CONFIGSAcción

Tool to list all edge configs. use when you need to enumerate all edge config definitions for your account or team.

Parámetros de entrada

  • slugstring

    Optional Team slug to perform the request on behalf of. Only one of `teamId` or `slug` may be set.

  • teamIdstring

    Optional Team ID to perform the request on behalf of. If omitted, the user's account is used.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Edge Config TokensVERCEL_LIST_EDGE_CONFIG_TOKENSAcción

Tool 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

  • slugstring

    Team slug to perform the request on behalf of.

  • teamIdstring

    Team identifier to perform the request on behalf of.

  • edgeConfigIdstringObligatorio

    The unique identifier of the Edge Config to list tokens for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Environment VariablesVERCEL_LIST_ENV_VARIABLESAcción

Tool 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

  • limitinteger

    Maximum number of variables to return (1-100).

  • untilinteger

    Pagination cursor. Use the `pagination.next` timestamp from a prior response.

  • decryptboolean

    Whether to return decrypted values.

  • gitBranchstring

    Filter variables for a specific git branch.

  • projectIdstringObligatorio

    Unique identifier of the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All TeamsVERCEL_LIST_TEAMSAcción

Tool to list all teams accessible to the authenticated user. use after authentication to retrieve their ids and slugs.

Parámetros de entrada

  • limitinteger

    Maximum number of teams to return (max 100)

  • sinceinteger

    Timestamp in milliseconds; include teams created since this time

  • untilinteger

    Timestamp in milliseconds; include teams created until this time

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Edge ConfigVERCEL_UPDATE_EDGE_CONFIGAcción

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.

Parámetros de entrada

  • slugstring

    Optional Team slug to perform the request on behalf of

  • teamIdstring

    Optional Team ID to perform the request on behalf of

  • requestBodyobjectObligatorio

    Body object containing fields to update

  • edgeConfigIdstringObligatorio

    Unique identifier of the Edge Config to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Edge Config ItemsVERCEL_UPDATE_EDGE_CONFIG_ITEMSAcción

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.

Parámetros de entrada

  • slugstring

    Team slug to perform the request on behalf of.

  • itemsobject[]Obligatorio

    List of operations to perform on Edge Config items.

  • dryRunboolean

    If true, validates the request without applying changes.

  • teamIdstring

    Team ID to perform the request on behalf of.

  • edgeConfigIdstringObligatorio

    The unique identifier of the Edge Config to update.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Vercel ProjectVERCEL_UPDATE_PROJECTAcción

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.

Parámetros de entrada

  • slugstring

    Team slug to act on behalf of

  • teamIdstring

    Team identifier to act on behalf of

  • idOrNamestringObligatorio

    Project ID or name

  • publicSourceboolean

    Make deployment source code and logs publicly visible

  • rootDirectorystring

    Directory or relative path to your project source. Defaults to the project root if `null`.

  • ssoProtectionobject

    SSO protection configuration

  • oidcTokenConfigobject

    OpenID Connect JSON Web Token generation settings

  • outputDirectorystring

    The output directory of the project

  • gitForkProtectionboolean

    Require team member approval for PRs from forks before deployment

  • passwordProtectionobject

    Password-protection configuration

  • autoExposeSystemEnvsboolean

    Automatically expose system environment variables

  • serverlessFunctionRegionstring

    Region to deploy Serverless Functions

  • commandForIgnoringBuildStepstring

    Command for ignoring the build step

  • customerSupportCodeVisibilityboolean

    Allow customer support to view git source for a deployment

  • sourceFilesOutsideRootDirectoryboolean

    Whether there are source files outside the root directory

  • autoAssignCustomDomainsUpdatedBystring

    Auto-assign custom domains updated by

  • enableAffectedProjectsDeploymentsboolean

    Skip deployments when no changes detected in root dir and its dependencies

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not