Create project
project_createCreate a new empty Lizard project in a specified workspace to hold services. Each call creates a fresh project, even if the name matches an existing one.
Instructions
Use this when the user wants to create a brand-new empty Lizard project to hold services. Calling this again creates another project, even with the same name — it does not update an existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| workspaceId | Yes | Workspace to create the project in |