Projects Create
projects_createCreate a project to group related generations and assets. Use the returned id as projectId to keep them organized in Studio.
Instructions
Create a project to group related generations and assets. Pass the returned id as projectId on generate_create-generation or assets_create so they show up together in Studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional client-supplied project id (UUID) for idempotent creation. Re-sending the same id returns the existing project instead of creating a duplicate; the other request fields are ignored on such a replay. If the id is already used by a different user or organization, or by a deleted project, the request fails with 409. | |
| mode | No | Project mode. Defaults to CREATOR. | |
| name | Yes | ||
| visibility | No | Who can see the project. Defaults to USER (visible only to the owner). | |
| description | No | ||
| defaultWorkflow | No | Default top-level creator workflow for this project. |