Registering a Bitbucket Integration
To connect your Bitbucket account to Gitpod, you need to create a new OAuth consumer in Bitbucket and an associated Gitpod integration. The process is as follows: On Gitpod’s Dashboard:- Navigate to the Organization settings using the organization dropdown in the top left corner.
 - Select 
Git Providersand clickNew Git Provider. - Choose 
Bitbucket Cloudas the provider type. - Copy the redirect URL from the form and follow the instructions below to create a corresponding OAuth consumer on Bitbucket.
 
- Name: 
Gitpod(or any other name you prefer) - Callback URL: the redirect URL copied from Gitpod
 - Permissions: 
Readfor Account and Issues,Writefor Pull requests 
Starting Workspaces
To start a workspace from a Bitbucket project, clickNew Workspace (Ctrl/Cmd + O) in the Gitpod Dashboard and select the project you’d like to start. For an even more seamless experience with Bitbucket, refer to our browser extension, which can add a convenient Gitpod button to every Bitbucket page.