Create Project
create_projectCreate a new project in a workspace using the workspace ID, project name, and environment name.
Instructions
Create a new project in a workspace. Returns the created project with its id. Get a workspace id from list_workspaces first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| environment | Yes | Environment name (e.g. production, staging) | |
| workspaceId | Yes | The workspace UUID |