
Bitbucket
Overview
Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.
Setting up Bitbucket
Create an access token
To get started you'll need a Bitbucket access token:
- Follow one of the following guides to create an access token:
- Copy the token to configure your integration's connection
Learn more about Bitbucket API Authentication
Add integration
Once you have an access token, you're ready to set up your Superblocks integration.
- In the web app, navigate to the Integrations page
- Click on the Bitbucket tile
- Name the integration
- Paste your credentials into the relevant fields
- Optionally, add more configurations to set credentials for different environments
- Click Create
tip
Bitbucket connected!
Now you can use Bitbucket in any
Application,
Workflow, or
Scheduled Job.
Use Bitbucket in APIs
Once your Bitbucket integration is created, you can start calling Bitbucket actions in Superblocks APIs.
Bitbucket actions are REST requests. To learn more about REST requests in Superblocks, see the Building REST requests guide.