This is a minimal Cloudflare Pages landing page for the backend repo. The API itself runs on Cloudflare Workers.
Worker endpoint: /v1/health
Expected response: {"status":"ok"}
Public PDF endpoint: /v1/public/pdfs/:token
PDFs are stored in R2 and resolved via D1 table invoice_pdf_versions.
Repo: customer-kit-backend