create_repository
Create a new repository in a Bitbucket Cloud workspace with configurable settings for privacy, language, issue tracking, and project assignment.
Instructions
Create a new repository in the specified workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| name | No | Repository name | |
| description | No | Repository description | |
| is_private | No | Whether the repository is private | |
| language | No | Primary language | |
| has_issues | No | Enable issue tracker | |
| has_wiki | No | Enable wiki | |
| project_key | No | Project key to add repo to |