> ## 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.

# Sentry

AccessOwl integrates with Sentry to provision and deprovision user access in your Sentry organization.

<Note>
  Sentry two-factor authentication (2FA) is not supported for the integration account.
</Note>

## 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 Sentry organization during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Owner** access to your Sentry organization, so you can invite the integration account.

## Setup

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

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

    * Go to **Settings** > **Members**.
    * Click **Invite Members**.
    * Enter the integration account's email address.
    * Set the role to **Owner**.
    * Send the invite.

    <Note>
      The integration account needs Owner because only Owners have unrestricted access to the organization and can assign any organization-level role, including Owner itself. Managers can manage members but cannot promote users to Owner, which would limit what AccessOwl can provision.
    </Note>
  </Step>
</Steps>
