| List workspaces | BITBUCKET_LIST_WORKSPACES | q, sort |
| List repos | BITBUCKET_LIST_REPOSITORIES_IN_WORKSPACE | workspace, q, role |
| Create repo | BITBUCKET_CREATE_REPOSITORY | workspace, repo_slug, is_private |
| Delete repo | BITBUCKET_DELETE_REPOSITORY | workspace, repo_slug |
| List branches | BITBUCKET_LIST_BRANCHES | workspace, repo_slug, q |
| Create branch | BITBUCKET_CREATE_BRANCH | workspace, repo_slug, name, target_hash |
| List PRs | BITBUCKET_LIST_PULL_REQUESTS | workspace, repo_slug, state |
| Create PR | BITBUCKET_CREATE_PULL_REQUEST | workspace, repo_slug, title, source_branch |
| Get PR details | BITBUCKET_GET_PULL_REQUEST | workspace, repo_slug, pull_request_id |
| Get PR diff | BITBUCKET_GET_PULL_REQUEST_DIFF | workspace, repo_slug, pull_request_id, max_chars |
| Get PR diffstat | BITBUCKET_GET_PULL_REQUEST_DIFFSTAT | workspace, repo_slug, pull_request_id |
| Comment on PR | BITBUCKET_CREATE_PULL_REQUEST_COMMENT | workspace, repo_slug, pull_request_id, content_raw |
| List issues | BITBUCKET_LIST_ISSUES | workspace, repo_slug, state, priority |
| Create issue | BITBUCKET_CREATE_ISSUE | workspace, repo_slug, title, content |
| Update issue | BITBUCKET_UPDATE_ISSUE | workspace, repo_slug, issue_id |
| Comment on issue | BITBUCKET_CREATE_ISSUE_COMMENT | workspace, repo_slug, issue_id, content |
| Delete issue | BITBUCKET_DELETE_ISSUE | workspace, repo_slug, issue_id |
| List members | BITBUCKET_LIST_WORKSPACE_MEMBERS | workspace |