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

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

C1 provides identity governance for Close. Integrate your Close account with
C1 for unified visibility and governance over who has access to your customer
relationship data.

## 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 the people who have access to your Close account and the
groups they belong to. Each user syncs with their email and name; active users
sync as enabled and deactivated users sync as disabled, which is useful for
offboarding review. Each group syncs with its members, so you can see who
belongs to which group at a glance.

## Gather Close credentials

<Warning>
  To read the full list of users and group memberships, the API key must belong
  to an administrator of your Close organization.
</Warning>

<Steps>
  <Step>
    Sign in to Close as an administrator and open **Settings**.
  </Step>

  <Step>
    Go to **Developer**, then select **API Keys**.
  </Step>

  <Step>
    Create a new API key and copy it. Store it somewhere safe — Close shows the
    full key only once.
  </Step>
</Steps>

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

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

        * **Close API key**: The API key you created in Close.
      </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 Close connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

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

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

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