> ## 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 Height connector

> C1 provides identity governance for Height. Integrate your Height workspace with C1 for unified visibility and governance over user access.

C1 provides identity governance for Height. Integrate your Height workspace
with C1 for unified visibility and governance over who belongs to your
workspace and which groups they are members of.

## Capabilities

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

The connector syncs your Height workspace users and groups, along with each
group's membership. Every user's workspace **access** level (member, guest, or
anonymous) and account **state** (enabled or invited) are surfaced as
attributes, and archived groups are synced with an **archived** attribute.

## Gather Height credentials

<Warning>
  The API key is a single static workspace secret. Anyone who creates it must
  have access to your Height workspace settings.
</Warning>

<Steps>
  <Step>
    Sign in to Height and open **Settings** > **API**.
  </Step>

  <Step>
    Create a new API key and copy its value (it begins with `secret_`). This
    single key authenticates every request.
  </Step>
</Steps>

## Configure the Height 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 **Height** and click **Add**.
      </Step>

      <Step>
        Choose how to set up the new Height 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 Height credentials:

        * **Height API Key**: The workspace API key you copied from **Settings** > **API**.
      </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 Height connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **BATON\_HEIGHT\_API\_KEY**: The workspace API key from **Settings** > **API**.
      </Step>

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

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