create_project
Create a project to organize UI designs and frontend code in a single container.
Instructions
Creates a new Stitch project. A project is a container for UI designs and frontend code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional. The title of the project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Identifier. The resource name of the project. Format: projects/{project} | |
| title | No | Optional. The title of the project. | |
| origin | No | Output only. The origin of the project. | |
| metadata | No | Metadata of the project. | |
| readTime | No | Output only. The time the project was last read. Populated only when listing recently viewed projects. | |
| createTime | No | Output only. The time when the project was created. | |
| deviceType | No | Optional. The device type of the project. | |
| updateTime | No | Output only. The time when the project was last updated. | |
| visibility | No | Optional. The visibility setting of the project. | |
| designTheme | No | Output only. The theme used to generate the first design in the project. | |
| projectType | No | Optional. The type of the project. If not specified, the project is a text to UI project. | |
| backgroundTheme | No | Optional. The background theme of the project. | |
| screenInstances | No | Output only. The screen instances on this project. | |
| thumbnailScreenshot | No | Optional. The screenshot to be used as the thumbnail for the project. Same as normal design screenshots, this contains the FIFE serving_base_url which requires additional FIFE URL options to be set for sizing. |