Skip to content

Action Inputs

InputDescriptionRequired
claude-oauth-tokenClaude Code OAuth token (Max/Pro subscriptions)Recommended
anthropic-api-keyAnthropic API key (pay-per-use)Alternative

Most users should use claude-oauth-token. The anthropic-api-key option is available for direct API billing.

InputDescriptionDefault
observability-providerProvider to use (datadog, sentry, cloudwatch, splunk, elastic, newrelic, loki)datadog
dd-api-keyDatadog API key
dd-app-keyDatadog Application key
dd-siteDatadog sitedatadoghq.com
sentry-auth-tokenSentry auth token
sentry-organizationSentry organization slug
sentry-projectSentry project slug
cloudwatch-regionAWS region for CloudWatch
cloudwatch-log-group-prefixCloudWatch log group prefix
splunk-urlSplunk REST API base URL
splunk-tokenSplunk authentication token
splunk-indexSplunk index to querymain
elastic-urlElasticsearch base URL
elastic-api-keyElasticsearch API key
elastic-indexElasticsearch index patternlogs-*
newrelic-api-keyNew Relic API key
newrelic-account-idNew Relic account ID
newrelic-regionNew Relic region (us or eu)us
loki-urlGrafana Loki base URL
loki-api-keyGrafana Loki API key
loki-org-idGrafana Loki tenant/org ID
InputDescriptionDefault
issue-tracker-providerProvider to use (linear, github-issues, jira)linear
linear-api-keyLinear API key
linear-team-idLinear team UUID
linear-bug-label-idLabel UUID for bugs
linear-triage-label-idLabel UUID for agent-triage
linear-state-backlogState UUID for Backlog
linear-state-in-progressState UUID for In Progress
linear-state-peer-reviewState UUID for Peer Review
jira-base-urlJira instance URL (e.g. https://mycompany.atlassian.net)
jira-emailJira bot account email
jira-api-tokenJira API token

Note: github-issues uses the existing github-token input for authentication.

InputDescriptionDefault
source-control-providerProvider to use (github, gitlab)github
gitlab-tokenGitLab personal access token
gitlab-project-idGitLab project path (e.g. my-group/my-project)
gitlab-base-urlGitLab instance URLhttps://gitlab.com
InputDescriptionDefault
time-rangeTime window to analyze (1h, 6h, 24h, 7d)24h
severity-focusWhat to look for (errors, warnings, all)errors
service-filterService pattern (my-svc, api-*, *)*
investigation-depthHow deep the agent investigates (quick, standard, thorough)standard
max-investigate-turnsMax agent turns for investigation50
max-implement-turnsMax agent turns for implementation30
InputDescriptionDefault
dry-runAnalyze only, don’t create PRsfalse
novelty-modeOnly report issues not already trackedtrue
linear-issueWork on a specific Linear issue (e.g., ENG-123)
additional-instructionsExtra guidance for the agent
service-map-pathPath to service ownership map.github/service-map.yml
github-tokenGitHub token for PRs${{ github.token }}
bot-tokenToken with cross-repo permissions