AWS DevOps Agent and OpenCode integrations
We’ve added two more agent integrations for relay rules, so you can route alerts into either one the same way you already route into Devin or Cursor.
- AWS DevOps Agent — sends the alert to an Agent Space webhook and polls backlog task status via the AWS SDK. HMAC or bearer webhook auth, plus IAM credentials (with optional STS AssumeRole for cross-account).
- OpenCode — connects to a self-hosted OpenCode server, creates a session, and dispatches the alert as an async prompt. HTTP Basic auth, optional model pinning via
openCodeModel.
Both follow the same storm detection and dedup behavior as the existing agents, so nothing changes in how you write rules.
Read more about agent integrations at: https://beeps.dev/docs/agent-integrations/overview/