v1
protected
projects

Create Project

Create a new project.

post/v1/workspaces/{workspace}/projects/

Path parameters

workspacestring required

Slug of the workspace the request acts in

Slug of the workspace the request acts in

Request body

descriptionstring nullable

Short summary of the project's purpose.

instructionsstring nullable

System-level instructions or notes shared across the project's agents.

namestring required

Human-readable project name (unique per workspace).

parent_project_idstring uuid nullable

UUID of the parent project, if this is a sub-project.

Response

Successful Response

created_bystring required
descriptionstring nullable required
idstring uuid required
instructionsstring nullable required
namestring required
parent_project_idstring nullable required
workspace_idstring required

Changes

Changed in 1 of the 50 revisions of this API.1