ironbee-ai/IronBee Action

Verify and fix code changes using IronBee CLI + Claude Code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 19, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ironbee-ai/ironbee-action@711f9e8d53d7fb8b0f1e6abf89bf15011db19c52 # v1

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

namedescriptionrequireddefault
ironbee_api_keyIronBee API key (used to authenticate the collector)yes
ironbee_collector_urlIronBee collector endpoint URLnohttps://collector.service.ironbee.ai
ironbee_console_urlIronBee Console hostname (without scheme) used to build session links in the reportnoconsole.ironbee.ai
ironbee_browser_devtoolsEnable browser DevTools verification (browser MCP)notrue
ironbee_backend_devtoolsEnable backend DevTools verification (backend MCP)nofalse
ironbee_node_devtoolsEnable Node.js DevTools verification (node MCP)nofalse
ironbee_extra_configRaw IronBee config as a JSON string. Deep-merged into the generated .ironbee/config.json (user keys win over defaults).no""
ironbee_cli_versionIronBee CLI version to install (e.g., "0.4.1", "latest")nolatest
ironbee_exclude_filesExclude IronBee config files from commits (set true to prevent .ironbee/, .claude/, .mcp.json from being committed)nofalse
anthropic_api_keyAnthropic API key for Claude Codeno
claude_code_oauth_tokenClaude Code OAuth token (alternative to API key)no
claude_code_cli_versionClaude Code CLI version to install (e.g., "1.0.0", "latest")nolatest
modelClaude model to use (e.g., "claude-sonnet-4-5-20250514")no""
max_turnsMaximum conversation turns for Claude Codeno100
promptAdditional instructions for the verification agentno""
claude_argsAdditional Claude Code CLI argumentsno""
app_install_commandCommand to install application dependencies (e.g., "npm ci")no""
app_build_commandCommand to build the application before verification (e.g., "npm run build")no""
app_start_commandCommand to start the application (e.g., "npm run dev")no""
app_urlApplication URL for browser verification (e.g., "http://localhost:3000")no""
github_tokenGitHub token for PR operationsno${{ github.token }}
working_directoryWorking directory for verificationno.
verboseEnable verbose logging (tool responses, prompt, artifact list, verdict details)nofalse
namedescription
verdictVerification verdict (pass/fail)
artifacts_urlURL to download verification artifacts