Skip to main content
Rollbar logo

Rollbar

Rollbar: items, occurrences, deploys, projects, access tokens. Exposes 22 actions covering the API surface an agent needs - read and write.

What it can do

MethodWhat it does
rollbar_items_listList error items in a project - GET /projects/{id}/items.
rollbar_item_getGet one error item - GET /projects/{project_id}/items/{item_id}.
rollbar_item_updateUpdate an error item - PATCH /projects/{project_id}/items/{item_id}.
rollbar_item_statusUpdate item status - PATCH /projects/{project_id}/items/{item_id}/status.
rollbar_occurrences_listList occurrences (specific instances) of an item - GET /projects/{project_id}/items/{item_id}/occurrences.
rollbar_occurrence_getGet one occurrence - GET /projects/{project_id}/occurrences/{id}.
rollbar_deploys_listList deployments - GET /projects/{project_id}/deploys.
rollbar_deploy_getGet one deploy - GET /projects/{project_id}/deploys/{deploy_id}.
rollbar_deploy_reportReport a new deployment - POST /projects/{project_id}/deploys.
rollbar_projects_listList all projects - GET /projects.
rollbar_project_getGet one project - GET /projects/{id}.
rollbar_tokens_listList project access tokens - GET /projects/{project_id}/tokens.
rollbar_token_createCreate a project access token - POST /projects/{project_id}/tokens.
rollbar_token_deleteDelete a project access token - DELETE /projects/{project_id}/tokens/{token_id}.
rollbar_rql_jobs_listList RQL (Rollbar Query Language) jobs - GET /projects/{project_id}/rql_jobs.
rollbar_rql_job_getGet one RQL job - GET /projects/{project_id}/rql_jobs/{job_id}.
rollbar_notifications_listList notifications/alerts - GET /projects/{project_id}/notifications.
rollbar_notification_deleteDelete a notification - DELETE /projects/{project_id}/notifications/{notification_id}.
rollbar_users_listList all account users - GET /users.
rollbar_user_getGet one user - GET /users/{user_id}.
rollbar_invitations_listList pending account invitations - GET /invitations.
rollbar_invite_userInvite a user to the account - POST /invitations.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
ROLLBAR_ACCESS_TOKENRollbar - Project Settings - Project Access Tokens (read/write).

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope; regenerate it.
  • 429 Too Many Requests - provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Rollbar!