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

# dbt Cloud

AccessOwl integrates with dbt Cloud to provision and deprovision user access in your dbt Cloud account.

## 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 deletes members from the dbt Cloud account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Owner** access to your dbt Cloud account, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add dbt Cloud 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 dbt Cloud:

    * Click your account name in the left side menu and select **Account settings**.
    * Under **Settings**, select **Users**.
    * Click **Invite Users**.
    * Enter the integration account's email address in the **Email Addresses** field.
    * Set the **License** to **Developer**.
    * Assign the **Owner** group.
    * Click **Send invitations**.

    <Note>
      The integration account requires a Developer license and Owner group membership. Owner is the top-level group in dbt Cloud with full access to invite, manage, and delete users across the account.
    </Note>
  </Step>
</Steps>
