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

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

C1 provides identity governance for ClickUp. Integrate your ClickUp Workspace
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 ClickUp Workspace as user
identities. Each user carries their Workspace role — **Owner**, **Admin**,
**Member**, **Guest**, or a custom role you have defined — so you can see who
holds administrative access to your Workspace.

## Gather ClickUp credentials

<Warning>
  You need a ClickUp **personal API token**. It is sent on every request in the
  `Authorization` header and grants API access as your account, so treat it as a
  secret. The token must belong to a member of the Workspace you want to sync.
</Warning>

<Steps>
  <Step>
    Sign in to ClickUp as a member of the Workspace you want to sync.
  </Step>

  <Step>
    Click your avatar in the lower-left corner and open **Settings**, then go to
    **Apps**.
  </Step>

  <Step>
    Under **API Token**, click **Generate** (or **Regenerate**) and copy the
    personal token. It begins with `pk_`.
  </Step>

  <Step>
    Find your Workspace ID. It is the number after `/{id}/` in any ClickUp app
    URL, or call `GET https://api.clickup.com/api/v2/team` with your token and
    copy the `id` of the Workspace you want to sync. ClickUp's API calls a
    Workspace a "team".
  </Step>
</Steps>

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

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

        * **API token**: The personal API token you created.
        * **Workspace ID**: The Workspace ID you copied.
      </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 ClickUp connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **BATON\_CLICKUP\_API\_TOKEN**: The ClickUp personal API token (store this as a secret).
        * **BATON\_CLICKUP\_TEAM\_ID**: The ClickUp Workspace ID to sync.
      </Step>

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

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