Limitations
| Capability | Status | Notes |
|---|---|---|
| Free/Standard tiers | Not supported | workspace access tokens are only supported in Premium plan. |
| Choose individual repos to index | Not supported | Qodo Context Engine 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. |
1. Generate an Access Token
Qodo Context Engine accepts either a Workspace Access Token or a Personal App Password. Both must have read-only scopes.Workspace Access Token (Recommended)
Prerequisite – you must be a Workspace Administrator.Click Create access token.
- Name – something like “context-engine”.
- Permissions – tick Repositories: Read, Projects: Read, Pull requests: Read.
Personal App Password (Alternative)
Enable the same read-only scopes listed above, and add Workspace: Read permission
(
read:workspace:bitbucket).2. Send relevant information to Qodo
Key
| Token type | Key (left-hand-side) | Value (right-hand-side) |
|---|---|---|
| Workspace token | ”<WORKSPACE_SLUG>" | "<WORKSPACE_ACCESS_TOKEN>“ |
| App password | ”<USER_EMAIL>" | "<APP_PASSWORD>” |