create_repository
Create a new repository in Bitbucket with configurable settings including privacy, description, language, and fork policy.
Instructions
Create a new repository in a Bitbucket workspace.
Args: repo_slug: Repository slug (URL-friendly name) project_key: Project key to create the repo under (optional) is_private: Whether the repository is private (default: True) description: Repository description (optional) language: Programming language (optional) fork_policy: Fork policy - "allow_forks", "no_public_forks", or "no_forks" (default: no_public_forks) workspace: Bitbucket workspace (optional if configured)
Returns: Created repository details or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| project_key | No | ||
| is_private | No | ||
| description | No | ||
| language | No | ||
| fork_policy | No | no_public_forks | |
| workspace | No |