Documentation

Integration checklist — from sandbox to guarded production

Hard-won onboarding steps distilled for infra + app teams collaborating on sealing workloads.

Edit on GitHub

Week zero — correctness

TaskOwnersNotes
Run Quickstart in CI smoke jobBackendPersist Seal-Trace-Id artefacts for seven days minimum.
Mirror Authentication policies in TerraformSecuritySeparate secrets per deployment region—even sandboxes leak into logs sooner than you expect.
Validate Webhook signatures using replay toolingBackendSimulate clock skew +/- five minutes deliberately.

Week one — durability

Build workers idempotent front-to-back: store job.id keyed by Idempotency-Key in your datastore before issuing dependent finance writes.

Prefer streaming uploads over buffering entire HR PDFs inside pod RAM—respect multipart chunk guidance from support playbooks once published.

Week two — readiness review

Schedule a tabletop with customer success—we rehearse degraded KMS failover, revoked keys mid-upload, and webhook replay storms documented under Errors so your runbooks cite the same taxonomy we use internally.