Developer Tools105 toolsBrowser login (OAuth), no API keys
Bitbucket integration for AI agents
Manage Git repos, pull requests, and issues
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Bitbucket once and call the same tools from all of them.
Setup
Connect Bitbucket through ClawLink's hosted setup to manage repositories, pull requests, issues, branches, and pipelines from your Bitbucket workspace.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Bitbucket exposes 105 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
bitbucket_approve_pull_request | Approve a pull request | Read |
bitbucket_browse_repository_path | Browse repository contents at a path | Read |
bitbucket_create_branch | Create a new branch in a repository | Write |
bitbucket_create_issue | Create a new issue in a repository | Write |
bitbucket_create_pull_request | Create a new pull request | Write |
bitbucket_create_repository | Create a new repository | Write |
bitbucket_create_repositories_commits2 | List commits from a revision using POST method | Write |
bitbucket_get_branch | Retrieves detailed information about a specific branch in a Bitbucket repository | Read |
bitbucket_get_commit_build_status | Get a specific build status for a commit in Bitbucket | Read |
bitbucket_get_commit_changes | Retrieve a page of changes made in a specified commit, showing all changed files with their | Read |
bitbucket_get_commit_comment | Retrieves a specific comment from a commit by its ID | Read |
bitbucket_get_commit_diff | Retrieve the unified diff between two provided revisions or for a single commit in a Bitbucket | Read |
bitbucket_get_current_user2 | Retrieve complete profile information for the currently authenticated Bitbucket user | Read |
bitbucket_get_deployment_environment_variables | Retrieves deployment environment level variables for a specific Bitbucket repository environment | Read |
bitbucket_get_file_from_repository | Retrieves a specific file's content from a Bitbucket repository at a given commit (hash | Read |
bitbucket_get_hook_events | Retrieves a paginated list of all valid webhook events for a specified entity type (repository | Read |
bitbucket_get_openid_configuration | Retrieves the OpenID Connect discovery configuration for Bitbucket Pipelines OIDC | Read |
bitbucket_get_pull_request | Get a single pull request by ID with complete details | Read |
bitbucket_get_pull_request_comment | Retrieve a specific comment from a pull request by its ID | Read |
bitbucket_get_pull_request_commits | Retrieve commits for a specified pull request | Read |
bitbucket_get_pull_request_diff | Fetch the unified diff for a Bitbucket pull request (follows 302 redirect to repository diff) | Read |
bitbucket_get_pull_request_diffstat | Get the diffstat for a Bitbucket pull request, showing all changed files with their change | Read |
bitbucket_get_repositories_branching_model | Return the branching model as applied to the repository | Read |
bitbucket_get_repositories_commit | Retrieve detailed information about a specific commit in a Bitbucket repository | Read |
bitbucket_get_repositories_commit_comments | Retrieves all comments on a specific commit in a Bitbucket repository | Read |
bitbucket_get_repositories_commit_report | Returns a single report matching the provided ID from a commit | Read |
bitbucket_get_repositories_commit_reports | Get reports linked to a specific commit | Read |
bitbucket_get_repositories_commit_reports_annotations | Returns a single annotation matching the provided ID from a commit report | Read |
bitbucket_get_repositories_commit_statuses | Returns all build statuses (e.g., CI/CD pipeline results) for a specific commit | Read |
bitbucket_get_repositories_effective_branching_model | Retrieves the effective branching model for a Bitbucket repository, showing which branching | Read |