> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oleria.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rollbar

> Connect your Rollbar account to Oleria to continuously discover and map who has access across your teams and projects.

Connect Rollbar to Oleria to gain continuous visibility into who has access across your teams and projects. Oleria reads identity and access data from the Rollbar REST API - mapping every user, team, and fixed project access level in one place - so you can see where access is over-provisioned and take action directly from Oleria. This page provides step-by-step guidance for connecting Rollbar to Oleria.

## What Oleria discovers

Once connected, Oleria continuously discovers and maps the following from your Rollbar account:

* **Users** - every user in your Rollbar account.
* **Teams** - all teams and their membership.
* **Project access levels** - each team's fixed access level on a project: `owner`, `standard`, `light`, or `view`.
* **Non-human identities** - accounts Oleria classifies as non-human among your Rollbar users.
* **Projects** - every project in the account.

## Prerequisites

* Admin access to your Rollbar account, to generate an account access token
* Account access token ready before connecting in Oleria (see the next section)

<Note>
  Use a service account rather than a personal employee account for the integration to ensure continuity if the employee leaves or changes roles.
</Note>

## Connect Rollbar to Oleria

<Steps>
  <Step title="Open Account access tokens in Rollbar">
    Log in to Rollbar, select the **Settings** icon in the left sidebar, then select **Account access tokens**.

    <img src="https://mintcdn.com/oleria/_O4ONEU4T6Za2HsA/images/integrations/rollbar/step-1.png?fit=max&auto=format&n=_O4ONEU4T6Za2HsA&q=85&s=6513a21c61289bcae4c8a3996f5b0ae6" alt="Rollbar Settings sidebar with Account access tokens selected under Setup" width="662" height="2084" data-path="images/integrations/rollbar/step-1.png" />
  </Step>

  <Step title="Create an account access token">
    Select **Create New Token**. Enter a **Name** (for example, `Oleria connector`), then choose a **Scope**:

    * **read** - required for discovery (users, teams, and projects)
    * **write** - required if you want Oleria to perform governance actions (team membership changes)
    * **scim** - not required for the Oleria integration

    Select **Create token** and copy the generated token value.

    <Note>
      Store the token securely and treat it as a secret credential.
    </Note>

    <img src="https://mintcdn.com/oleria/_O4ONEU4T6Za2HsA/images/integrations/rollbar/step-2.png?fit=max&auto=format&n=_O4ONEU4T6Za2HsA&q=85&s=b389ac32d90cc2841bb2064d8ab45fd2" alt="Rollbar Create new access token dialog showing the Name field and read, write, and scim scope checkboxes" width="1684" height="912" data-path="images/integrations/rollbar/step-2.png" />
  </Step>

  <Step title="Connect in Oleria">
    Go to your Oleria workspace, select **Integrations** -> select **Rollbar**. Fill in the connection form:

    | Field                | Notes                                    |
    | :------------------- | :--------------------------------------- |
    | Account Access Token | Required. Paste the token created above. |

    Select **Authenticate** to validate and save the integration. Oleria checks the credentials against Rollbar before saving.

    <img src="https://mintcdn.com/oleria/_O4ONEU4T6Za2HsA/images/integrations/rollbar/step-3.png?fit=max&auto=format&n=_O4ONEU4T6Za2HsA&q=85&s=a6e7d7852427cd7de8d0e456c2e99d84" alt="Oleria Connect with Rollbar panel showing the Account Access Token field and Authenticate button" width="1728" height="1134" data-path="images/integrations/rollbar/step-3.png" />
  </Step>
</Steps>

## Verify the integration

Confirm the Rollbar account appears in your Oleria workspace connected integrations. After the first sync completes, you can review the discovered users, teams, and projects in your Oleria workspace.

<Note>
  If you rotate or revoke the account access token, update the credentials in Oleria by editing the integration. A revoked token stops discovery until you provide a new one.
</Note>

## Governance actions

Beyond discovery, Oleria can change team membership in Rollbar to remediate risk. This requires an account access token with **write** scope.

<Warning>
  Make sure the token you connect with includes write scope before using governance actions. A read-only token will connect successfully, but any governance action will fail when it runs. See the token setup steps above to configure write access.
</Warning>

| Action                | Reversible?                                        |
| :-------------------- | :------------------------------------------------- |
| Add user to team      | Yes - reversed by removing the user from the team. |
| Remove user from team | Yes - reversed by re-adding the user to the team.  |

## Known limitations

* **Team-level access model** - Rollbar access is reported through team membership and each team's fixed project access level (`owner`, `standard`, `light`, `view`). Oleria does not report a separate account-level role.
* **Non-human identity classification is inferred** - Rollbar's user API does not return an explicit service-account or bot flag. Oleria classifies non-human identities using its own heuristics, so treat this classification as best-effort rather than authoritative.
* **No audit log sync** - Oleria does not sync audit activity for Rollbar; there is no Rollbar audit or event log API to read from.

## Contact us

For questions about this integration, contact us at [support@oleria.com](mailto:support@oleria.com).
