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 asynchronously generates one from the first task's message (see generateProjectMetadata).
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.
Response
Project created

