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

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

C1 provides identity governance for Factorial. Integrate your Factorial
instance with C1 for unified visibility and governance over employee access to
departments.

## Capabilities

| Resource                      | Sync                                                          | Provision |
| ----------------------------- | ------------------------------------------------------------- | --------- |
| Users (Factorial employees)   | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |
| Departments (Factorial teams) | <Icon icon="square-check" iconType="solid" color="#c937ae" /> |           |

The connector is read-only. It syncs employees as users (enabled or disabled
from their employment status), departments from Factorial teams, and a `member`
relationship for each employee that belongs to a department.

## Gather Factorial credentials

<Warning>
  You need administrator access in Factorial to create an API key.
</Warning>

<Steps>
  <Step>
    In Factorial, go to **Settings** > **Integrations** > **API keys**.
  </Step>

  <Step>
    Create a new API key. Use a read-only key.
  </Step>

  <Step>
    Copy the key value. It is shown only once. This is the **API token**.
  </Step>

  <Step>
    Note the base URL for the Factorial API, including the dated version
    prefix, for example `https://api.factorialhr.com/api/2026-04-01`.
  </Step>
</Steps>

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

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

        * **Base URL**: The full Factorial API base URL, including the dated
          version prefix (for example
          `https://api.factorialhr.com/api/2026-04-01`).
        * **API token**: The API key you created in Factorial.
      </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 Factorial connector is now pulling access data into C1.
  </Tab>

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

    <Steps>
      <Step>
        Create secrets for the Factorial API token.
      </Step>

      <Step>
        Provide the connector configuration:

        * **Base URL**: The full Factorial API base URL, including the dated
          version prefix.
        * **API token**: The API key you created in Factorial.
      </Step>

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

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