Setup & Integration
Connect your repositories and configure workspace tokens for proper bot attribution and team collaboration.
Connect Your Repositories
Add your GitHub or BitBucket repositories to start tracking pull requests and contributors.
Steps:
- Navigate to your repositories page
- Click "Add Repository"
- Select your GitHub or BitBucket repositories
- Coderbuds will automatically set up webhooks
BitBucket Authentication Setup
For proper bot attribution on BitBucket PR comments, configure authentication tokens. Without these tokens, comments will appear from the user associated with the repository instead of the Coderbuds bot.
Repository Access Token (Recommended)
Simplified✨ New streamlined approach! Single token setup with automatic bot attribution.
- Go to your Repository Management page
- Click "Repository Token" on your BitBucket repositories
- Or manually: Go to repository Settings → Security → Repository access tokens
- Create token with Pull requests: Read, Write permissions
- Copy the token (starts with "ATB_") and paste it in the repository settings
- ✅ Done! Comments will appear with bot attribution automatically
✅ Benefits: No complex setup, immediate bot attribution, works with free BitBucket accounts
Workspace Access Token (For Multiple Repositories)
- Go to your Team Settings → BitBucket Workspace Access
- Follow the step-by-step instructions to create a workspace token
- Enter your workspace name and paste the token
- AI-generated comments will appear as "coderbuds-bot" for all workspace repositories
Best for: Premium BitBucket workspaces managing multiple repositories
Next Steps
Once you've connected your repositories and configured workspace tokens, set up deployment workflows to enable DORA metrics.
Ready for Workflows:
- • Configure GitHub Actions or BitBucket Pipelines
- • Enable automatic deployment tracking
- • Start collecting DORA metrics
- • Link pull requests to deployments automatically
GitHub Documentation
Learn more about GitHub's deployment features and best practices.
View GitHub DocsAPI Integration
For advanced setups, use GitHub's REST API to create deployment events.
API ReferenceBitbucket Documentation
Learn more about Bitbucket Pipelines deployment features and configuration options.
View Bitbucket Docs