{
 "categories": [
  "source-control",
  "ci-cd",
  "developer-tools"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-08-31",
   "fact": "homepage",
   "note": "Atlassian presents Bitbucket as its cloud code and CI/CD product connected to Jira, Rovo, and the Teamwork Graph.",
   "source": "https://www.atlassian.com/software/bitbucket",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "license",
   "note": "Atlassian publishes Free, Standard, and Premium Bitbucket Cloud plans, with Free forever for up to 5 users.",
   "source": "https://www.atlassian.com/software/bitbucket/pricing",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "deployment",
   "note": "The pricing page describes Cloud as a SaaS offering and Data Center as a separate self-managed product. This record is Bitbucket Cloud only.",
   "source": "https://www.atlassian.com/software/bitbucket/pricing",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.exists",
   "note": "Atlassian documents the Bitbucket Cloud REST API with requests prefixed https://api.bitbucket.org/2.0.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.kinds[0]",
   "note": "The documented public interface is HTTP REST to api.bitbucket.org/2.0.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.auth[0]",
   "note": "OAuth 2.0 access tokens are sent as Bearer tokens to https://api.bitbucket.org. Authorization-code, client-credentials, and JWT grant flows are documented. Implicit and password grants are no longer supported.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.auth[1]",
   "note": "API tokens authenticate REST and Git with Basic HTTP Authentication using the Atlassian email as username and the token as password. They replace deprecated app passwords and require an expiry of at most one year.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.auth[2]",
   "note": "Repository, project, and workspace access tokens authenticate APIs and Git for a single resource rather than a user account, with documented privilege scopes.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.coverage",
   "note": "The 2.0 catalog documents repositories, refs, source, issues, pull requests, pipelines, webhooks, users, and workspaces, with query filters, pagination, and partial responses. That enumerates useful resource families, not complete Bitbucket Cloud coverage. Some endpoints are inaccessible to access tokens.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.sdk.exists",
   "note": "Atlassian documents requestBitbucket in the official Forge JavaScript API for authenticated Bitbucket Cloud REST calls from Forge apps.",
   "source": "https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestbitbucket/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.sdk.languages[0]",
   "note": "The Forge package is @forge/api, imported from JavaScript.",
   "source": "https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestbitbucket/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.mcp.first_party",
   "note": "Atlassian's 2026-04-08 blog states that the official Rovo MCP Server now includes Bitbucket Cloud tools for workspaces, repositories, pull requests, commits, pipelines, deployments, and environments.",
   "source": "https://www.atlassian.com/blog/bitbucket/the-atlassian-rovo-mcp-server-now-supports-bitbucket-cloud",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.make",
   "note": "Make documents a Bitbucket app with Watch a Repository, Watch a Workspace, and Make an API Call modules, connected with OAuth 2.0 consumer credentials.",
   "source": "https://apps.make.com/bitbucket",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.power_automate",
   "note": "Microsoft publishes a Premium Bitbucket connector for Power Automate, Logic Apps, Power Apps, and Copilot Studio with pull-request and issue actions.",
   "source": "https://learn.microsoft.com/en-us/connectors/bitbucket/",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.n8n",
   "note": "n8n documents a built-in Bitbucket Trigger node for Bitbucket events.",
   "source": "https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.bitbuckettrigger",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.cli.exists",
   "note": "The official Atlassian CLI command index lists acli admin, acli jira, and acli rovodev. It does not list a Bitbucket command. That is not proof that no other official Bitbucket CLI exists.",
   "source": "https://developer.atlassian.com/cloud/acli/reference/commands/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.extensibility.scripting[0]",
   "note": "Bitbucket Pipelines is an integrated Cloud CI/CD service configured by bitbucket-pipelines.yml at the repository root.",
   "source": "https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.extensibility.scripting[1]",
   "note": "Atlassian recommends Forge as the platform for Bitbucket Cloud apps, including modules that only Forge can implement.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.extensibility.webhooks",
   "note": "Bitbucket Cloud webhooks POST event payloads to a configured URL for repository, workspace, and related subjects. Team and user webhooks are deprecated in favor of workspace.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/api-group-webhooks/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.export[0]",
   "note": "REST 2.0 returns JSON representations of repositories, pull requests, issues, pipelines, and other resources.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.export[1]",
   "note": "OAuth and access tokens can clone repositories over HTTPS using x-token-auth Basic credentials.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.import[0]",
   "note": "Authenticated REST operations create and update Cloud resources such as pull requests and comments.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.import[1]",
   "note": "Tokens with repository:write can push to repositories the token can access.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Opened https://developer.atlassian.com/llms.txt; the URL returned 404. That is not a first-party agent documentation index.",
   "source": "https://developer.atlassian.com/llms.txt",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "verdict.scores.api",
   "note": "REST 2.0 is documented, read/write, token-scoped, and paired with webhooks, Pipelines, Git, and Forge. There is no official Bitbucket GraphQL catalog or first-party Bitbucket CLI, which keeps the path at broad practical coverage rather than unusual completeness.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "verdict.scores.mcp",
   "note": "Rovo MCP lists Bitbucket Cloud tools as API-token-only, and the workspace must be linked to an organization. The vendor blog documents useful PR, pipeline, and repository tools. Those tenant and auth gates keep the score at the limited official-preview anchor.",
   "source": "https://developer.atlassian.com/cloud/rovo-mcp/guides/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as Bitbucket Cloud's current REST API introduction, including authentication methods and 2.0 URI prefix.",
   "source": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current Rovo MCP supported-tools page, last updated 2026-06-30, including the Bitbucket Cloud authentication matrix.",
   "source": "https://developer.atlassian.com/cloud/rovo-mcp/guides/supported-tools/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as Atlassian's 2026-04-08 announcement of Bitbucket Cloud tools on the Rovo MCP Server, including the tool list and org-link plus API-token limits.",
   "source": "https://www.atlassian.com/blog/bitbucket/the-atlassian-rovo-mcp-server-now-supports-bitbucket-cloud",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-31",
  "volatility": "high",
  "watch": [
   {
    "type": "docs",
    "url": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/"
   },
   {
    "type": "mcp",
    "url": "https://developer.atlassian.com/cloud/rovo-mcp/guides/supported-tools/"
   },
   {
    "type": "changelog",
    "url": "https://www.atlassian.com/blog/bitbucket/the-atlassian-rovo-mcp-server-now-supports-bitbucket-cloud"
   }
  ]
 },
 "homepage": "https://www.atlassian.com/software/bitbucket",
 "id": "bitbucket",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": false
  },
  "api": {
   "auth": [
    "oauth2",
    "api-token",
    "access-token"
   ],
   "coverage": "partial",
   "docs": "https://developer.atlassian.com/cloud/bitbucket/rest/intro/",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": "unknown"
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "api-json",
    "git-clone"
   ],
   "import": [
    "api-json",
    "git-push"
   ]
  },
  "extensibility": {
   "scripting": [
    "bitbucket-pipelines",
    "forge"
   ],
   "webhooks": true
  },
  "integrations": {
   "make": true,
   "n8n": true,
   "power_automate": true,
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Bitbucket Cloud's REST API, Pipelines, webhooks, Forge, and first-party Rovo MCP tools cover practical repository and CI automation without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript"
   ],
   "official": true
  }
 },
 "name": "Bitbucket Cloud",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "github",
   "gitlab",
   "azure-devops"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Atlassian",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": null,
   "computer_use": null,
   "integrations": null,
   "mcp": 6,
   "overall": 8,
   "rpa": null
  },
  "summary": "Bitbucket Cloud is automatable today through its versioned REST API at https://api.bitbucket.org/2.0. The documented surface includes repositories, refs, source, issues, pull requests, pipelines, and webhooks, with filtering, pagination, and field selection. Callers authenticate with OAuth 2.0 bearer tokens, scoped API tokens using Basic auth (Atlassian email plus token), or repository, project, or workspace access tokens. Forge apps call the same REST API from official JavaScript via requestBitbucket. Pipelines run repository-defined bitbucket-pipelines.yml. Repository and workspace webhooks deliver JSON events. The first-party Atlassian Rovo MCP Server exposes Bitbucket Cloud tools for workspaces, repositories, pull requests, commits, pipelines, deployments, and environments, but those tools require an organization-linked workspace and scoped API-token authentication; OAuth is not yet available for Bitbucket tools. Official Atlassian CLI documents Jira, admin, and Rovo Dev commands, not Bitbucket Cloud. A Zapier catalog page was not established. Make, Microsoft Power Automate, and n8n publish Bitbucket connectors. Computer-use viability is unassessed.\n"
 }
}