Skip to main content
POST

Authorizations

Authorization
string
header
required

a valid bearer token

Body

application/json
agentDeploymentType
enum<string>
required

The deployment type of the agent

Available options:
HYBRID,
FULL_SAAS
name
string
required

The name of the new project

Required string length: 1 - 255
Example:

"Project-1"

warehouse
enum<string>
required

The target data warehouse for the project

Available options:
SNOWFLAKE,
REDSHIFT,
BIGQUERY,
DATABRICKS
description
string

The description of the new project

Maximum string length: 1000
Example:

"My new Data Productivity Cloud project"

Response

Project created

projectId
string<uuid>