> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-mcp-bridge-private-server.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Drata connector

> C1 provides identity governance for Drata. Integrate your Drata workspace with C1 for unified visibility and governance over who has access and what role they hold.

C1 provides identity governance for Drata. Integrate your Drata workspace with
C1 for unified visibility and governance over who has access and what role they
hold.

## Capabilities

| Resource | Sync                                                          | Provision |
| -------- | ------------------------------------------------------------- | --------- |
| Users    | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector syncs the people in your Drata workspace as user identities. Each
user carries their platform access level (**Admin**, **Member**, or
**Auditor**), their login email, and whether their account is active. Their
employment type, compliance status, job title, and department are included as
attributes on the identity.

<Note>
  This connector is identities-only: it lists people and surfaces each person's
  access level as an attribute on their identity, but it does not sync
  entitlements or grants and does not change anyone's access.
</Note>

## Gather Drata credentials

<Warning>
  You need a Drata **API key**. The Drata public API is available on the
  **Advanced** plan and above. Treat the API key as a secret.
</Warning>

<Steps>
  <Step>
    Sign in to Drata as an administrator.
  </Step>

  <Step>
    Open **Settings**, then **API Keys**.
  </Step>

  <Step>
    Create a new API key and copy its value. You will enter it when configuring
    the connector.
  </Step>
</Steps>

## Configure the Drata connector

<Tabs>
  <Tab title="Cloud-hosted">
    Follow these instructions to use a built-in, no-code connector hosted by C1.

    <Steps>
      <Step>
        In C1, navigate to **Integrations** > **Connectors** and click **Add connector**.
      </Step>

      <Step>
        Search for **Drata** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Drata connector.
      </Step>

      <Step>
        Set the owner for this connector.
      </Step>

      <Step>
        Click **Next**.
      </Step>

      <Step>
        Find the **Settings** area of the page and click **Edit**.
      </Step>

      <Step>
        Enter the Drata credentials:

        * **Drata API Key**: The API key you created in Drata.
      </Step>

      <Step>
        Click **Save**.
      </Step>

      <Step>
        The connector's label changes to **Syncing**, followed by **Connected**. You can view the logs to ensure that information is syncing.
      </Step>
    </Steps>

    **Done.** Your Drata connector is now pulling access data into C1.
  </Tab>

  <Tab title="Self-hosted">
    Follow these instructions to run the Drata connector in your own
    environment.

    <Steps>
      <Step>
        Create a secret for the Drata API key.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **BATON\_DRATA\_API\_KEY**: The Drata API key (store this as a secret).
      </Step>

      <Step>
        Deploy the connector using your standard self-hosted connector process.
      </Step>
    </Steps>

    **Done.** Your Drata connector is now pulling access data into C1.
  </Tab>
</Tabs>
