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

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

C1 provides identity governance for Dixa. Integrate your Dixa account with C1
for unified visibility and governance over who has access to your customer
service workspace.

## Capabilities

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

The connector syncs the agents who have access to your Dixa account and the
teams they belong to. Each agent syncs with their name, email, and Dixa roles.
Each team syncs with its members, so you can see who belongs to which team at a
glance — useful for access reviews and offboarding.

## Gather Dixa credentials

<Warning>
  To read the full list of agents and team memberships, the API token must belong
  to an administrator of your Dixa organization.
</Warning>

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

  <Step>
    Go to **Integrations**, then select **API tokens**.
  </Step>

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

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

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

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

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

    <Steps>
      <Step>
        Create a secret for the Dixa API token.
      </Step>

      <Step>
        Configure the connector environment variables:

        * **Dixa API token**: The API token you created in Dixa.
      </Step>

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

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