> ## Documentation Index
> Fetch the complete documentation index at: https://docs.accessowl.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bitbucket

AccessOwl integrates with Bitbucket to provision and deprovision user access in your Bitbucket workspace.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from the Bitbucket workspace during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Workspace Admin** access to your Bitbucket workspace, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Bitbucket in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Invite the integration account as Workspace Admin">
    AccessOwl shows you the integration account's email address. In Bitbucket:

    * Open your Bitbucket workspace's **Settings** by clicking the settings cog in the top navigation bar.
    * Select **Workspace settings**.
    * Under Access Management, click **User groups**.
    * Click **Add members**.
    * Enter the integration account's email address.
    * Select the **Administrators** group from the dropdown.
    * Click **Confirm**.
  </Step>
</Steps>
