Platform
Cloudflare workers
Edge workers serve manifests, ingest exposure data, export audit events, and host this docs site.
Fabric Experiments already includes Cloudflare worker packages.
Manifest worker
cloudflare/manifest-worker serves signed manifests from KV:
GET /manifestGET /{tenantId}/manifestGET /{tenantId}/manifest/v/{version}POST /admin/publishGET /.well-known/jwks/{orgId}GET /.well-known/revocations/{orgId}
Publishing is HMAC-protected in staging/production.
Exposure worker
cloudflare/exposure-worker accepts:
POST /v1/exposurePOST /v1/conversion
It validates events and writes NDJSON batches to R2.
Audit export worker
cloudflare/audit-export-worker runs every five minutes, polls the API for active export targets, writes destination batches, and acknowledges cursor progress.
Docs worker
cloudflare/docs-worker serves the static Fumadocs export at your documentation domain.