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
| Method | What it does |
|---|---|
rollbar_items_list | List error items in a project - GET /projects/{id}/items. |
rollbar_item_get | Get one error item - GET /projects/{project_id}/items/{item_id}. |
rollbar_item_update | Update an error item - PATCH /projects/{project_id}/items/{item_id}. |
rollbar_item_status | Update item status - PATCH /projects/{project_id}/items/{item_id}/status. |
rollbar_occurrences_list | List occurrences (specific instances) of an item - GET /projects/{project_id}/items/{item_id}/occurrences. |
rollbar_occurrence_get | Get one occurrence - GET /projects/{project_id}/occurrences/{id}. |
rollbar_deploys_list | List deployments - GET /projects/{project_id}/deploys. |
rollbar_deploy_get | Get one deploy - GET /projects/{project_id}/deploys/{deploy_id}. |
rollbar_deploy_report | Report a new deployment - POST /projects/{project_id}/deploys. |
rollbar_projects_list | List all projects - GET /projects. |
rollbar_project_get | Get one project - GET /projects/{id}. |
rollbar_tokens_list | List project access tokens - GET /projects/{project_id}/tokens. |
rollbar_token_create | Create a project access token - POST /projects/{project_id}/tokens. |
rollbar_token_delete | Delete a project access token - DELETE /projects/{project_id}/tokens/{token_id}. |
rollbar_rql_jobs_list | List RQL (Rollbar Query Language) jobs - GET /projects/{project_id}/rql_jobs. |
rollbar_rql_job_get | Get one RQL job - GET /projects/{project_id}/rql_jobs/{job_id}. |
rollbar_notifications_list | List notifications/alerts - GET /projects/{project_id}/notifications. |
rollbar_notification_delete | Delete a notification - DELETE /projects/{project_id}/notifications/{notification_id}. |
rollbar_users_list | List all account users - GET /users. |
rollbar_user_get | Get one user - GET /users/{user_id}. |
rollbar_invitations_list | List pending account invitations - GET /invitations. |
rollbar_invite_user | Invite 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:
ROLLBAR_ACCESS_TOKEN- Rollbar - Project Settings - Project Access Tokens (read/write). (https://rollbar.com/settings/accounts/)
Fields to fill in FlyMyAI
| FlyMyAI field | Where it comes from |
|---|---|
ROLLBAR_ACCESS_TOKEN | Rollbar - 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
4xxon writes - double-check required fields; the agent confirms before write actions.
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Rollbar!