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

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

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

## 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 members of a Clockify workspace as user identities.
Each user carries their workspace role and status, so you can see who holds
administrative access. It also syncs the workspace's user groups and who belongs
to each one, so group membership is visible and reviewable in C1.

## Gather Clockify credentials

<Warning>
  You need a Clockify **API key** that belongs to a workspace **admin**, and the
  **workspace ID** of the workspace you want to sync. The API key grants access to
  your Clockify account, so treat it as a secret.
</Warning>

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

  <Step>
    Open your **Profile Settings**, scroll to the **API** section, and generate
    an API key. Copy the key — you will use it to configure the connector.
  </Step>

  <Step>
    Find the **workspace ID**: select the workspace in Clockify and copy the
    24-character identifier from the page URL. You will enter it alongside the
    API key.
  </Step>
</Steps>

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

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

        * **API key**: The API key you created in Clockify.
        * **Workspace ID**: The ID of the workspace you want to sync.
      </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 Clockify connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **BATON\_CLOCKIFY\_API\_KEY**: The Clockify API key (store this as a secret).
        * **BATON\_CLOCKIFY\_WORKSPACE\_ID**: The ID of the workspace to sync.
      </Step>

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

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