Create a new project

View as Markdown
Create a new project in the given workspace. Example: ``` POST /apis/entities/v2/workspaces/default/projects { "name": "ml-project", "description": "Machine Learning project" } ```

Path parameters

workspacestringRequired

Request

This endpoint expects an object.
namestringRequiredformat: "^[a-z](?!.*--)[a-z0-9\-@.+_]{1,62}(?<!-)$"

Project name (unique within workspace). Name must start with a lowercase letter, be 2-63 characters, and contain only lowercase letters, digits, and hyphens (no consecutive hyphens, cannot end with a hyphen).

descriptionstringOptional
Optional description of the project

Response

Successful Response
idstring
Unique identifier
namestring
Project name
workspacestring
Workspace identifier
created_atdatetime
Creation timestamp
updated_atdatetime
Last update timestamp
descriptionstring
Project description

Errors

422
Unprocessable Entity Error