FoldLock foldlock
Algorithmic tether-word suppression on UTF-8 text. Not zip.
Worker: foldlock-download-tracker.vibelock.workers.dev · product OpenAPI
GET /p/foldlock/health — Liveness. Does not increment download KV. Not zip.POST /p/foldlock/fold-preview — Small UTF-8 text in, receipt + FLD3 base64 out. Cap ~8KB. Not zip.POST /p/foldlock/unfold-preview — FLD3 base64 in, verified restore or error. Not zip.GET /p/foldlock/skill — Return FoldLock skill markdown. Does not increment download KV.
curl -X POST https://aziel-runtime.vibelock.workers.dev/p/foldlock/fold-preview \
-H 'content-type: application/json' \
-d '{
"text": "the cat and the dog"
}'