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

# Set up a GrowthBook connector

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

C1 provides identity governance for GrowthBook. Integrate your GrowthBook
organization with C1 for unified visibility and governance over user access.

## Capabilities

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

The connector syncs the members of a single GrowthBook organization as user
identities. Each user carries their organization-wide role, the teams they
belong to, and the projects they have a scoped role in, so you can see who has
access to your GrowthBook organization and at what level.

## Gather GrowthBook credentials

<Warning>
  You need a GrowthBook **secret API key** with permission to read members. It
  grants organization-wide API access, so treat it as a secret. A client/SDK key
  will not work — the REST API requires a secret key.
</Warning>

<Steps>
  <Step>
    Sign in to GrowthBook as an administrator of the organization you want to
    sync.
  </Step>

  <Step>
    Open **Settings**, then go to the **API Keys** area and find the
    organization **Secret keys** section.
  </Step>

  <Step>
    Click **Create New Secret Key**, give it a role that can read members (a
    **readonly** organization key is enough), and copy the generated key — you
    will not be able to see it again.
  </Step>
</Steps>

## Configure the GrowthBook 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 **Apps** > **Connectors** and click **Add connector**.
      </Step>

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

      <Step>
        Choose where to add the connector: **Create a new app**, or **Add to an existing app** (then select the app).

        If you're creating a new app, choose whether to link it to an application discovered from your identity provider: select **Yes** and pick the IdP application, or **No** to continue with just the connector.
      </Step>

      <Step>
        Set the connector's **Name** and, optionally, a **Description**.
      </Step>

      <Step>
        Click the pencil icon next to **Owners** to choose who can configure and manage this connector.
      </Step>

      <Step>
        Click **Add**. The connector is created and its configuration page opens.
      </Step>

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

      <Step>
        Enter the GrowthBook credentials:

        * **Secret API key**: The secret API key you created.
        * **Base URL** (optional): Leave blank for GrowthBook Cloud. Set it only
          if you run a self-hosted GrowthBook instance, using your instance's
          host (for example, `https://growthbook.your-company.com`).
      </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 GrowthBook connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **BATON\_GROWTHBOOK\_SECRET\_KEY**: The GrowthBook secret API key (store this as a secret).
        * **BATON\_GROWTHBOOK\_BASE\_URL** (optional): Your GrowthBook host, if self-hosted. Leave unset for GrowthBook Cloud.
      </Step>

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

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