BitBucket Integration

Connect Vyre IDE to your Bitbucket workspace. Sync repositories, configure pull request automations, run Bugbot reviews, and deploy code directly from Bitbucket.

Setup Instructions

1

Open Workspace Settings

In Bitbucket, go to your Workspace settings → OAuth consumers and register a new consumer for Vyre, or use our direct app marketplace link.

2

Connect Account in Vyre

Go to Settings → Integrations → Bitbucket in Vyre. Enter your Bitbucket Workspace ID and authorize the connection.

3

Link Repositories

Select which Bitbucket Cloud or Server repositories you want to connect to Vyre.

Key Features

BitBucket Pipelines

Integrate Vyre agent runs directly into your bitbucket-pipelines.yml build configurations:

yaml
# bitbucket-pipelines.yml
pipelines:
  pull-requests:
    '**':
      - step:
          name: Run Vyre Security Review
          image: vyre/cli:latest
          script:
            - export VYRE_API_TOKEN=$VYRE_API_TOKEN
            - vyre security scan --repo $BITBUCKET_REPO_SLUG
Bitbucket Server Support

Self-hosted Bitbucket Server (formerly Stash) is supported. Setup requires configuring a custom SSL certificate chain and Base API Endpoint inside the Enterprise configuration panel.

Access Control Permissions

Vyre uses read/write tokens scoped specifically to selected repositories. It never requests administrative access to your wider Atlassian account or billing settings.