Claude integration
Claude is the latest addition to the agent integrations lineup. It hooks in through a workflow file you keep in your repo: when an alert routes to a Claude relay rule, beeps triggers anthropics/claude-code-action, Claude opens a PR, and beeps follows the run until it lands.
- Powered by
anthropics/claude-code-action— runs Claude Code inside your CI - Per-repo metadata — owner, repo, workflow file name, and branch prefix live on the integration
- Auth — fine-grained GitHub PAT with
actions: write,actions: read, andpull-requests: read - Relay rule —
agentType: "claude"plus the integration ID
Workflow template’s in the docs.
Read more about agent integrations at: https://beeps.dev/docs/agent-integrations/overview/