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

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

C1 provides identity governance for Scalr. Integrate your Scalr account with C1
for unified visibility and governance over who can sign in to Scalr, their email
and account status, and when they last signed in.

## Capabilities

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

Each synced user carries their email, account status (enabled or disabled),
account type (human or service), and last sign-in time.

## Gather Scalr credentials

<Warning>
  To configure the Scalr connector you need a Scalr API token that can read the
  account's users.
</Warning>

<Steps>
  <Step>
    Sign in to Scalr at your account URL, for example `https://acme.scalr.io`.
  </Step>

  <Step>
    Open your account settings and go to **API Tokens**.
  </Step>

  <Step>
    Create a new token, give it a descriptive name, and copy the generated token
    value. Scalr shows the token only once.
  </Step>

  <Step>
    Note your account identifier — the subdomain in your Scalr URL. If you sign
    in at `https://acme.scalr.io`, your account is `acme`.
  </Step>
</Steps>

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

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

        * **Scalr Account**: Your account subdomain, for example `acme` for `https://acme.scalr.io`.
        * **API Token**: The Scalr API 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 Scalr connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector with:

        * **Scalr Account**: Your account subdomain, for example `acme`.
        * **API Token**: The Scalr API token, supplied as a secret.
        * **Base URL override** (optional): Only for self-hosted Scalr installations — the API origin to use instead of `https://<account>.scalr.io`.
      </Step>

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

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