BundleUp logo
p

Bitbucket

A platform for version control and collaboration, allowing developers to host and review code, manage projects, and build software together.

API Configuration

Base URL:
https://api.bitbucket.org
Type:
REST

Unified MCP Tools

repos
List repositories from the connected Bitbucket account.
pulls
List pull requests from a specified Bitbucket repository.
tags
List tags from a specified Bitbucket repository.
branches
List branches from a specified Bitbucket repository.

Unified API

/git/repos
Retrieve a list of repositories for the authenticated user.
/git/repos/{repo}/pulls
Retrieve a list of pull requests for a specified repository.
/git/repos/{repo}/tags
Retrieve a list of tags for a specified repository.
/git/repos/{repo}/branches
Retrieve a list of branches for a specified repository.
Proxy request
curl https://proxy.bundleup.io/[...] \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"
Unified API request
curl https://unify.bundleup.io/v1/git/repos \
  -H "Authorization: Bearer sk_live_123" \
  -H "BU-Connection-Id: conn_abc123"

We use cookies to understand how you use our site and to improve your experience. Analytics cookies are only set once you accept. See our Privacy Policy for details.