Create project
create_projectCreate a new blank Clueso project. Returns the projectId and initialClipId — the project starts with one blank clip already at index 0 (default short duration). Use update_clips to resize/retitle clip 0, add_clips(kind='blank') to append more clips, add_elements to place content, and add_audio to attach a project-level music track.
Optionally place the project inside a folder (use find(type='folders') to find folder IDs) and set a description at creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Project title | |
| folder_id | No | Optional folder ID to nest the project under. Use find(type='folders') to discover IDs. Omit to create at workspace root. | |
| description | No | Optional project description (max ~500 chars) |