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

# Connect Rollbar with Account Access Token – StackOne Hub

> Link a Rollbar account in the StackOne Hub using Account Access Token. End-user guide to authorize the integration and start using Rollbar actions.

<section data-guide-section data-guide-scopes="">
  <h2>Create an Account Access Token</h2>

  <p>Account Access Tokens are used to authenticate account-level API requests such as managing projects, teams, users, and invitations.</p>

  <Steps>
    <Step title="Sign in to Rollbar">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://rollbar.com/login/" target="_blank" rel="noopener noreferrer">Rollbar account</a>.</p>

        <ul>
          <li>Navigate to your account by clicking on the account name in the top-left corner.</li>
        </ul>
      </div>
    </Step>

    <Step title="Go to Account Access Tokens">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Navigate to the Account Access Tokens settings page.</p>

        <ul>
          <li>Click <strong>Settings</strong> in the left sidebar.</li>
          <li>Click <strong>Account Access Tokens</strong> under the Setup section.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>+ Create New Token</strong> and configure the token's name and scopes.</p>

        <ul>
          <li><strong>Name</strong>: enter a descriptive name (e.g., `StackOne Integration`)</li>
          <li><strong>Scopes</strong>: select `read` and `write` for full access, or `read` for read-only access</li>
          <li>Click <strong>Create</strong> to generate the token.</li>
        </ul>
      </div>
    </Step>

    <Step title="Copy the token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Copy the generated token immediately and store it securely.</p>

        <ul>
          <li>Access tokens are not displayed in Rollbar's UI after creation — only their Public IDs are shown afterwards.</li>
          <li>A token's Public ID cannot be used to make API calls, so the full token value cannot be recovered once the dialog is closed.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Account Access Token</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
