Tool to create a new Vercel project with comprehensive configuration options. Use when you need to create a project with specific settings like environment variables, framework selection, Git repository connection, resource configuration, or deployment policies.
nameRequiredstringThe desired name for the project. Must be lowercase and can only contain letters, digits, '.', '_', and '-'. Cannot contain the sequence '---'. Maximum 100 characters.
slugstringThe Team slug to perform the request on behalf of
teamIdstringThe Team identifier to perform the request on behalf of
frameworkstringThe framework being used for this project. When null, no framework is selected
devCommandstringThe dev command for this project. When null is used, this value will be automatically detected
buildCommandstringThe build command for this project. When null is used, this value will be automatically detected
publicSourcebooleanSpecifies whether the source code and logs of the deployments for this project should be public or not
gitRepositoryobjectGit repository configuration for automatic deployments.
rootDirectorystringThe name of a directory or relative path to the source code. When null, it will default to the project root
ssoProtectionobjectSSO protection configuration for the project.
installCommandstringThe install command for this project. When null is used, this value will be automatically detected
resourceConfigobjectResource override configuration for the project.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.