Create project
Create a new project. The creator is automatically added as an admin member.
Authorizations
JWT authentication token
Body
Optional. Client-supplied project UUID. If omitted, the server generates one. If a project with this id already exists, the request is rejected with 409.
Optional. Project name. If omitted or empty the server stores an empty name and may generate one asynchronously from the first task.
128Optional initial project settings markdown. Values longer than 35k characters are truncated by the API and suffixed with "[truncated] max char limit 35k".
Optional. Initial tags. Capped at 20. The agent merges additional tags onto this set asynchronously.
Optional. Workspace type, fixed at creation and cannot be changed later. 'shared' (default) runs in the common team workspace and is shared with the whole team. 'dedicated' uses an isolated, private workspace accessible only to invited members.
shared, dedicated Response
Project created

