Bridge_

Zero-port webhook routing for local AI agents. GitHub events into your local CLI over an encrypted, outbound-only QUIC stream — no tunnels, no open ports, no manual webhook config.

Local Agent Event Bridge · [PRE-LAUNCH]

$ bridge watch --repo owner/repo --events issues,pull_request
✔ Authenticated as @alireza [github-oauth]
✔ Provisioned secure edge webhook: wbh_89f012aa9c
✔ Established bi-directional QUIC stream (TLS 1.3)
🚀 Listening for agent triggers...
# filtered 12 CI-bot events · 0 open ports · 24h DLQ armed

Outbound-only

Your machine never listens on a public port. Connections dial out over TLS 1.3 — attack surface at absolute zero.

Edge-smart filtering

Draft PRs, CI bot commits, stale threads — dropped at the edge before they ever wake your local agent.

Ordered replay

Connection dropped? A 24h buffer replays missed events in exact order the moment you reconnect.