Bitbucket
Connect Bitbucket to give Cendriix agents full access to your repositories, pull requests, and pipelines.
Overview
| Auth method | OAuth 2.0 + PKCE |
| Scopes | repository, pipeline |
| MCP tools | 7 tools (repos, PRs, diffs, comments, branches, merges) |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Bitbucket integration
- Complete the OAuth consent flow on Bitbucket
- Once authorized, your workspaces and repositories are automatically ingested into Cortex
Capabilities
Once connected, Cendriix agents can:
| Tool | Description |
|---|---|
| List repositories | Browse repos in your workspace |
| List pull requests | View open and merged PRs |
| Get PR diff | Read code changes |
| Post PR comments | Leave review comments |
| List branches | View branch structure |
| Create branches | Create feature branches |
| Merge PRs | Merge approved pull requests |
Knowledge ingestion
After connecting, Cendriix automatically ingests your Bitbucket data into Cortex:
- Workspace repositories (up to 20 per workspace)
- Recent pull requests (up to 50 per repo, last 30 days)
- PR diffs and comments for context
Security notes
- OAuth flow uses PKCE (SHA-256) for additional security against code interception
- Each customer’s workspace has its own OAuth token and rate-limit pool — no shared limits
- Tokens are encrypted at rest with AES-256-GCM
- Disconnect removes all stored tokens and cancels background workflows
Further reading
Last updated on