eavz
Bitbucket

Bitbucket

Git-based source code repository hosting service

Basic AuthDeveloper Tools
5 actions

Actions

Name
list_repositories

List repositories for a workspace

get_repository

Get a specific repository

list_pull_requests

List pull requests for a repository

create_pull_request

Create a new pull request

list_commits

List commits for a repository

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'bitbucket',
  actionName: 'list_repositories',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Bitbucket to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Bitbucket support?

Bitbucket supports 5 actions including List Repositories, Get Repository, List Pull Requests, Create Pull Request, List Commits.

Can I use Bitbucket with AI agents?

Yes. Add Bitbucket to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Bitbucket use?

Bitbucket uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Bitbucket integration cost?

The Bitbucket integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect Bitbucket in 2 minutes

Get 1,000 free actions every month. No credit card required.