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
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.
Connect Account in Vyre
Go to Settings → Integrations → Bitbucket in Vyre. Enter your Bitbucket Workspace ID and authorize the connection.
Link Repositories
Select which Bitbucket Cloud or Server repositories you want to connect to Vyre.
Key Features
Create Pull Requests
Agents commit code to new branches and automatically open Bitbucket Pull Requests (PRs) with detailed descriptions.
Automated PR Comments
Security Agents and Bugbot write comments directly on changed files in your Bitbucket PR diff interface.
Bitbucket Pipelines CI
Run agent tasks inside Bitbucket Pipelines container builds using our preconfigured runner images.
Jira Cross-References
Vyre automatically parses Jira ticket references in Bitbucket PR names and synchronizes ticket statuses.
BitBucket Pipelines
Integrate Vyre agent runs directly into your bitbucket-pipelines.yml build configurations:
# 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_SLUGSelf-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.