For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Bitbucket

Connect your AI agents to Bitbucket.
Was this page helpful?
Previous

bioRxiv

Next

Bitly

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List open pull requests in the acme/api repo that haven’t had a review in 3 days.
  • Open a pull request from feature/auth into main with the commit log as the body.
  • Find every repo with no commits in the last 90 days for archive review.

Available Tools

list_branches

List repository branches

get_branch

Get branch details by name

create_branch

Create a new branch

delete_branch

Delete a branch

get_default_branch

Get repository default branch

list_commits

List repository commits with filters

get_commit

Get commit details by hash

get_commit_diff

Get commit diff

approve_commit

Approve a commit

unapprove_commit

Remove commit approval

list_commit_statuses

List commit build statuses

list_commit_comments

List commit comments

list_pipelines

List repository pipelines

get_pipeline

Get pipeline details by UUID

trigger_pipeline

Trigger a new pipeline run

stop_pipeline

Stop a running pipeline

list_pipeline_steps

List pipeline steps

get_pipeline_step

Get pipeline step details

get_pipeline_step_log

Get pipeline step logs

list_pipeline_variables

List pipeline variables

list_pullrequests

List pull requests with filtering options

get_pullrequest

Get pull request details by ID

create_pullrequest

Create a new pull request

update_pullrequest

Update pull request details

merge_pullrequest

Merge a pull request

decline_pullrequest

Decline a pull request

approve_pullrequest

Approve a pull request

unapprove_pullrequest

Remove approval from a pull request

list_pullrequest_comments

List pull request comments

create_pullrequest_comment

Add a comment to a pull request

list_pullrequest_commits

List pull request commits

get_pullrequest_diff

Get pull request diff

list_pullrequest_statuses

List pull request build statuses

get_pullrequest_activity

Get pull request activity log

request_pullrequest_changes

Request changes on a pull request

list_repositories

List repositories in a workspace with pagination

get_repository

Get repository details by slug

create_repository

Create a new repository in a workspace

update_repository

Update repository settings

delete_repository

Delete repository permanently

list_repository_forks

List repository forks

fork_repository

Fork a repository

list_repository_watchers

List repository watchers

get_current_user

Get authenticated user profile

list_user_emails

List user email addresses

list_workspaces

List accessible workspaces

get_workspace

Get workspace details

list_workspace_members

List workspace members

list_webhooks

List repository webhooks

get_webhook

Get webhook details by UUID

create_webhook

Create a repository webhook

update_webhook

Update webhook configuration

delete_webhook

Delete webhook permanently