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

# Rollbar

> Rollbar provides real-time error tracking and debugging tools for developers.

## Authentication

This provider requires authentication.

* **rollbarAccessToken**: Project Access Token (required: True, sensitive: True)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

* **authenticated**: User is Authenticated

## In workflows

This provider can't be used as a "step" or "action" in workflows. If you want to use it, please let us know by creating an issue in the [GitHub repository](https://github.com/keephq/keep/issues).

## Connecting with the Provider

1. Create an account on [Rollbar](https://rollbar.com/).
2. After logging in, navigate to the project you want to connect with and go to the project settings.
3. Under Setup, go to Project Access Tokens and create new token with read and write scopes.
4. Copy the generated token.
5. This will be used as the `rollbarAccessToken` parameter in the provider configuration.

## Webhook Integration Modifications

You can manage the permissions granted by the webhook integration by navigating to **Settings > Notifications > Webhook** within the Rollbar project.

## Usefull Links

* [Rollbar](https://rollbar.com/)
