Operations

Status

Operational copy and live probes. No synthetic uptime charts.

GET /live

GET /ready

API

Described

Public /v1 and console HTTP. Liveness is GET /live. Readiness is GET /ready (database, and Redis unless inline queues).

Dashboard

Described

This Next.js console. It does not invent availability percentages. If you can load this page, the web process is up.

Sending

Described

Submit path: validate → reserve → queue → provider. HTTP 200 from a provider is acceptance, not delivery.

DLRs

Described

Delivery reports arrive on provider webhook routes and update the message state machine. Late SUBMITTED cannot downgrade DELIVERED.

Webhooks

Described

Customer callbacks are signed t=timestamp,v1=hex and retried on a fixed schedule. At-least-once; dedupe by event id.