Skip to main content
POST
Create a new project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for creating a project.

name
string
required

Display name of the project

external_id
string | null

External identifier for the project (e.g., for integration with external systems)

description
string | null

Optional description of the project's purpose

project_type
string | null

Type of project (e.g., 'analytics', 'ml', 'data-pipeline')

Response

Successful Response

Response body for a newly created project.

id
string
required

Unique identifier of the created project

external_id
string
required

External identifier for the project

name
string
required

Display name of the project

organization_id
string
required

ID of the organization this project belongs to

created_at
string<date-time>
required

Timestamp when the project was created