> ## 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 Better Stack connector

> C1 provides identity governance for Better Stack. Integrate your Better Stack team with C1 for unified visibility and governance over user access.

C1 provides identity governance for Better Stack. Integrate your Better Stack
team with C1 for unified visibility and governance over who belongs to the team
and which roles they hold.

## Capabilities

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

The connector syncs the members of one Better Stack team as users and the team
itself as a group. Each member holds a membership grant on the team plus a grant
for their Better Stack role (for example Admin, Team lead, or Responder). The
connector is read-only and does not provision access.

<Warning>
  Better Stack's team-members data does not expose a deactivated state, so every
  synced member is reported as enabled.
</Warning>

## Gather Better Stack credentials

<Warning>
  You need access to your Better Stack team's API settings to create the token
  used by this connector. The token is team-scoped: it grants access to exactly
  one team. If you manage more than one team, set up one connector per team.
</Warning>

<Steps>
  <Step>
    Sign in to Better Stack and open your team's **API** settings.
  </Step>

  <Step>
    Create an API token for the team. Copy the token value — it is shown once.
  </Step>

  <Step>
    Note the API host that serves your team (`https://uptime.betterstack.com`).
  </Step>
</Steps>

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

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

        * **Base URL**: The Better Stack API host, `https://uptime.betterstack.com`.
        * **API token**: The team 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 Better Stack connector is now pulling access data into C1.
  </Tab>

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

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

      <Step>
        Configure the connector settings:

        * **Base URL**: The Better Stack API host, `https://uptime.betterstack.com`.
        * **API token**: The team API token you created.
      </Step>

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

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