Documentation

Production guidance, from first issue to dispatch.

PubOps keeps planning, assembly, review, readiness, dispatch, and learning in one issue-centered editorial workspace.

SENTDocumentationEDITION 1 · July 15, 2026

API

Selected endpoints

Supported PubOps API endpoints
MethodPathAccessDescription
POST/api/issues/[id]/dispatchOperatorDispatch an authorized issue through the guarded publish coordinator
POST/api/dispatch/[logId]/retryOperatorRetry an authorized failed dispatch
POST/api/webhooks/resendSigned webhookReceive signature-verified Resend delivery events
GET/api/library/issue/[id]/post-mortemOperatorGet an authorized sent-issue post-mortem
GET/api/metricsAdminRead the gated internal counter snapshot
GET/api/og/[slug]PublicRender an image for an existing sent issue

Browser mutations require an authenticated operator and same-origin request. Public endpoints use explicit signed-token, webhook-signature, or sent-content contracts.

A deliberate single-node deployment

PubOps supports multiple isolated publication workspaces in one deployment. The supported production topology is a single application replica with the included container, persistent SQLite storage, encrypted backups, readiness probes, and the production preflight—not an unimplemented external database adapter.

Open the operator guides
PubOps — Public documentation