zeph-gateway
HTTP gateway for webhook ingestion with bearer auth for Zeph.
Overview
Exposes an axum 0.8 HTTP server that accepts incoming webhooks, validates bearer tokens, and forwards payloads into the agent loop. Includes a /health endpoint for liveness probes. Feature-gated behind gateway.
Key Modules
- server —
GatewayServerstartup and graceful shutdown - handlers — request handlers for webhook and health routes
- router — axum router construction with auth middleware
- error —
GatewayErrorerror types
Installation
Enabled via the gateway feature flag on the root zeph crate.
License
MIT