Create a new project
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
workspace
Request
This endpoint expects an object.
name
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).
description
Optional description of the project
Response
Successful Response
id
Unique identifier
name
Project name
workspace
Workspace identifier
created_at
Creation timestamp
updated_at
Last update timestamp
description
Project description
Errors
422
Unprocessable Entity Error