EmbryoLock embryolock v1.2.0
Offline destructive-over-recovery vault. Cite live on FragGate; wipe/unlock stay local-only. Never execute on the public mesh.
Worker: https://embryolock-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
POST /v1/fraggate/call { slug: "embryolock", op: "health" } — Liveness. Does not increment download KV.POST /v1/fraggate/call { slug: "embryolock", op: "doctor" } — Cite vault posture + local-destructive boundary. Does not unlock.POST /v1/fraggate/call { slug: "embryolock", op: "verify_hash" } — Compare a digest to the published EmbryoLock SHA256HASH. Does not decrypt.POST /v1/fraggate/call { slug: "embryolock", op: "verify-hash" } — UI alias of verify_hash.POST /v1/fraggate/call { slug: "embryolock", op: "policy" } — Cite destruction-over-recovery threat model. Not an unlock.POST /v1/fraggate/call { slug: "embryolock", op: "limitation" } — Cite known limitations. Not an unlock.POST /v1/fraggate/call { slug: "embryolock", op: "cite" } — UI alias of policy.POST /v1/fraggate/call { slug: "embryolock", op: "limitations" } — UI alias of limitation.POST /v1/fraggate/call { slug: "embryolock", op: "skill" } — Return EmbryoLock skill markdown. Does not increment download KV.
curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call \
-H 'content-type: application/json' \
-d '{"slug":"embryolock","op":"doctor","payload":{"digest":"fa2e7203bd3924170e94c62357e29764b925a82c2cf708807128bd096333250d"}}'
FragGate only — same LIVE_OPS as MCP fraggate_call / POST /v1/fraggate/call. One backend, two surfaces.
POST https://aziel-runtime.vibelock.workers.dev/v1/fraggate/call
{ "slug": "embryolock", "op": "doctor", "payload": {
"digest": "fa2e7203bd3924170e94c62357e29764b925a82c2cf708807128bd096333250d"
} }