Overview
Setup Steps
- Sign in to Vylor
- Create or Select an organization
- Click Add Integration → Bitbucket → Create Integration
- Enter your repository URL (e.g.,
https://bitbucket.org/vylor-ai/example-repo)
- A webhook URL will be generated — copy it and add it to your Bitbucket repository’s Webhooks section.
- Enter the generated webhook token when prompted.
- Create an access token in Bitbucket with the following permissions:
pullrequest
pullrequest:write
repository
repository:write
- Enter the email associated with the access token.
(For Bitbucket, this will be the email received after creating the token, e.g., [email protected].)
- Enter a display name to be used for git commits or as the author (e.g., the name linked to the access token).
- Click Create Integration to complete the setup.
Permissions
Manage (repository, pullrequest:write)
- Allows Vylor to create and update pull requests.
View (repository)
- Enables Vylor to read repository commits and pull request details for intelligent analysis and event tracing.
Update (repository:write, pullrequest:write)
- Allows Vylor to post comments, approve pull requests, and update repository data automatically.