backdropai/AI On-Call Agent — Error Monitor

Monitor Datadog for production errors, deduplicate, and create Linear tickets automatically using Claude Code.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 1, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: backdropai/ai-oncall-agent@cc6bb4909d37f8145ce4c4628c72ba7147fb55c4 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
claude_code_oauth_tokenClaude Code OAuth tokenyes
github_tokenGitHub tokenyes
datadog_api_keyDatadog API keyyes
datadog_app_keyDatadog Application keyyes
linear_api_keyLinear API keyyes
linear_teamLinear team identifiernoENG
ticket_prefixPrefix for auto-created ticketsno[Auto]
hours_backHours to look back for errorsno1
min_occurrencesMinimum error count threshold before creating a ticketno3
datadog_queryCustom Datadog log querynostatus:error OR status:critical
claude_modelClaude model override (leave empty for default)no""
slack_webhook_urlSlack incoming webhook URL. If provided, sends a summary notification.no""
namedescription
new_ticketsJSON array of newly created Linear tickets
duplicates_openJSON array of duplicate tickets that are still open
duplicates_doneJSON array of duplicate tickets that were previously resolved
has_resultsWhether any results (new or duplicate) were found