Create a new project
Creates a new project within the user’s organization (determined from JWT claims). The project is automatically linked to the organization and default project groups receive permissions. A UUID will be generated for the project ID unless external_id is provided.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating a project.
Display name of the project
External identifier for the project (e.g., for integration with external systems)
Optional description of the project's purpose
Type of project (e.g., 'analytics', 'ml', 'data-pipeline')
Response
Successful Response
Response body for a newly created project.
Unique identifier of the created project
External identifier for the project
Display name of the project
ID of the organization this project belongs to
Timestamp when the project was created

