create_project
Create a new project in a Bitbucket workspace by specifying a name, unique key, and optional settings like privacy and description.
Instructions
Create a new project in a workspace.
Args: name: Project name key: Project key (unique identifier, uppercase letters and numbers) description: Project description (optional) is_private: Whether the project is private (default: True) workspace: Bitbucket workspace (optional if configured)
Returns: Created project details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| key | Yes | ||
| description | No | ||
| is_private | No | ||
| workspace | No |