Service
—
reading /health
Queue depth
—
messages pending delivery
Channels
—
open long-poll channels
Uptime
—
since last restart
About this instance
This is a self-hosted Inbox Relay deployment. It accepts messages over
the HTTP API and hands them to connected clients through long-poll channels under
/gw/v3/inbox/. There is no web client here — the console you are looking at
only reports instance health.
Registration is closed. Channels require a session issued out of band, so an
unauthenticated poll is rejected with 400; that is expected and not an
outage. Machine-readable health lives at /health.
Endpoints
| Path | Method | Purpose |
|---|---|---|
/health | GET | Liveness probe, JSON |
/gw/v3/inbox/status | GET | Instance counters, JSON |
/gw/v3/inbox/poll | GET, HEAD | Long-poll channel, session required |