Bitbucket Cloud

This guide explains how to set up Qodo Aware with Bitbucket Cloud.

Limitations

Capability

Status

Notes

Choose individual repos to index

Not supported

Qodo Aware will index all repositories the token can see. If you need to limit scope, create a token tied to a workspace / user that has access only to the desired repos.

Webhooks / Marketplace app

N/A

Bitbucket Cloud integration is token-only – no webhooks or Atlassian Connect app is required.


Generate an Access Token

Qodo Aware accepts either a Workspace Access Token or a Personal App Password.

Both must have read-only scopes.

  1. Prerequisite – you must be a Workspace Administrator.

  2. In Bitbucket, open Workspace settings ▸ Access management ▸ Access tokens.

  3. Click Create access token.

    • Name – something like “qodo-aware”.

    • Permissions – tick Repositories: Read, Projects: Read, Pull requests: Read.

  4. Press Create and copy the raw token immediately – Bitbucket shows it only once.

Personal App Password (Alternative)

  1. Click your avatar ▸ Personal settings ▸ App passwords.

  2. Press Create app password and give it a meaningful label.

  3. Enable the same read-only scopes listed above.

  4. Generate and copy the password (it will not be shown again).

Send relevant information to Qodo

[bitbucket_cloud]
[bitbucket_cloud.tokens]
# Option A – workspace token
"my-workspace-name" = "XXXXXXXXXXXXXXXXXXXXXXXX"

# Option B – personal app-password
"[email protected]" = "YYYYYYYYYYYYYYYYYYYYYY"

Placeholders

Token type

Key (left-hand-side)

Value (right-hand-side)

Workspace token

"<WORKSPACE_SLUG>"

"<WORKSPACE_ACCESS_TOKEN>"

App password

"<USER_EMAIL>"

"<APP_PASSWORD>"

Last updated

Was this helpful?