Client Kit Backend

This is a minimal Cloudflare Pages landing page for the backend repo. The API itself runs on Cloudflare Workers.

Health

Worker endpoint: /v1/health

Expected response: {"status":"ok"}

PDF Links

Public PDF endpoint: /v1/public/pdfs/:token

PDFs are stored in R2 and resolved via D1 table invoice_pdf_versions.

Repo: customer-kit-backend