v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Projects

Create a new project

An endpoint for creating a new project

post/v1/projects

Request body

agentDeploymentType'HYBRID' | 'FULL_SAAS' required

The deployment type of the agent

descriptionstring

The description of the new project

namestring required

The name of the new project

warehouse'SNOWFLAKE' | 'REDSHIFT' | 'BIGQUERY' | 'DATABRICKS' required

The target data warehouse for the project

Example request

{
  "description": "My new Data Productivity Cloud project",
  "name": "Project-1"
}

Response

Project created

projectIdstring uuid