Create Project
create_projectCreate a new Floot project (pre-seeded with the shared component library) and return its id. initial_prompt is the USER'S ORIGINAL REQUEST verbatim — it grounds the project (served back as in list_files) and is preserved for the record; don't paraphrase it away. The result renders a live preview card for the user and includes the first-build playbook: a fresh project is EMPTY until pages are written, so a session normally continues straight into get_guides("design") and the first page rather than ending at the card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| initial_prompt | Yes | The user's original request that started this project, verbatim. |