> ## Documentation Index
> Fetch the complete documentation index at: https://conductorone-docs-baton-kubernetes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up a Salesloft connector

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

C1 provides identity governance for Salesloft. Integrate your Salesloft account
with C1 for unified visibility and governance over who can sign in to Salesloft
and which team they belong to.

## 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 every user on your Salesloft team and the team itself. The
team exposes a **member** entitlement, with grants linking the team to each
user who belongs to it. Each user's sign-in status, job role, and team are
surfaced so you can review who has access at a glance.

## Gather Salesloft credentials

<Warning>
  You need Salesloft **admin** access to create an API key that can read every
  user on your team. A non-admin key only sees the users that the team's
  visibility policy exposes to its owner.
</Warning>

<Steps>
  <Step>
    In Salesloft, go to **Settings** > **Integrations** > **API & Webhooks**.
  </Step>

  <Step>
    Open the **API Keys** section and create a new API key (or use an existing
    OAuth access token). Read access is sufficient — the connector never writes
    to Salesloft.
  </Step>

  <Step>
    Copy the generated key. You will provide it when configuring the connector.
  </Step>
</Steps>

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

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

        * **Salesloft API Key**: The API key (or OAuth access token) you created.
      </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 Salesloft connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector environment variables:

        * **SALESLOFT\_API\_KEY**: The API key (or OAuth access token) you created (store this as a secret).
      </Step>

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

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