Documentation Index
Fetch the complete documentation index at: https://docs.ironbee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An IronBee account
- An Anthropic API key (get one at console.anthropic.com) or a Claude Code OAuth token
Minimal setup
Create a file at.github/workflows/ironbee.yml:
- Go to Settings → Secrets and variables → Actions
- Click New repository secret
- Name:
ANTHROPIC_API_KEY, Value: your key
With application build and start
If your application needs to be built and started before verification:Required permissions
The action needs these GitHub token permissions to operate:| Permission | Purpose |
|---|---|
contents: write | Commit fixes to PR branches, create fix branches |
pull-requests: write | Post verification report comments, create fix PRs |
issues: write | Update PR comments via the GitHub API |
Authentication options
You can authenticate with either: Anthropic API key:Next steps
Trigger modes
Configure how the action behaves on different events.
All configuration options
Build commands, app URL, S3 uploads, and more.