create-project
Create a syntx.ai project with a title, optional scope, color, and existing chats. Get the created project's UUID and details as JSON.
Instructions
Create a syntx.ai project (a.k.a. folder) and optionally seed it with existing chats. Returns the created project as JSON (uuid, title, scope, color, chats). Mirrors syntx.folders.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | CSS hex color for the project chip. Defaults to "#9C9C9C". | #9C9C9C |
| scope | No | Project scope. Defaults to "text" (matches the web client). | text |
| title | Yes | Project title (required). | |
| chat_uuids | No | Optional list of existing chat UUIDs to add on creation. |