---
name: EmbryoLock
description: Use when opening EmbryoLock hosted /v1 or installing the local vault. Dual surface: Worker /v1 + GET/POST /mcp, or aziel-runtime FragGate slug embryolock. This Worker is human UI + counted download. Destructive vault ops (wipe/scorch/unlock/encrypt) are local-only and refuse on the public Worker. This Worker /v1/fraggate/* and /v1/mesh/* PROXY to aziel-runtime via AZIEL_RUNTIME. Suite mesh default OFF. GET never enables. QNM-BUILD-1.0 live|locked|isolated. QNS-CD-1.0 photon QNS1 hub cite (local qnsd in qnm-node). Vault/Custody domain. Author Aziel Eliab.
---

# EmbryoLock

Local destructive-by-design file vault. Failed authentication can permanently destroy the only copy. Author: **Aziel Eliab**.

**THIS IS:** a local vault in Vault/Custody. Loss is preferable to later compromise.

**THIS IS NOT:** a hosted vault, a recovery tool, a remote kill switch, or a replacement for audited encryption. Hosted /v1 never stores phrases or vaults and never executes wipe/scorch.

Always send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.

## Endpoints (this Worker)

Host: `https://embryolock-download-tracker.vibelock.workers.dev`

| Method | Path | What |
|--------|------|------|
| GET | `/v1/health` | Liveness. Does not increment downloads. |
| GET | `/v1/skill` | This markdown. Does not increment downloads. |
| GET | `/v1/policy` | Public policy. Vault/Custody framing. Destructive ops local-only. |
| GET | `/v1/doctor` | Worker-local self-check (no writes, no vault). |
| GET\|POST | `/v1/verify` | Same self-check. Refuses a destructive execute request. |
| GET | `/v1/example` | Sample calls. Does not increment downloads. |
| GET | `/v1/fraggate/list` | PROXY to aziel-runtime GET /v1/fraggate/list via AZIEL_RUNTIME. |
| GET | `/v1/fraggate/describe` | PROXY to aziel-runtime GET /v1/fraggate/describe. |
| POST | `/v1/fraggate/call` | PROXY to aziel-runtime POST /v1/fraggate/call. |
| GET | `/v1/mesh` | PROXY suite mesh status. Default OFF. GET never enables. |
| GET | `/v1/mesh/nodes` | PROXY Live Nodes roster (5-minute presence). |
| POST | `/v1/mesh/{enable,disable,join,heartbeat,leave,broadcast}` | PROXY. Bearer required to enable. |
| GET | `/mcp` | Dual-surface MCP docs + FragGate pointer. |
| POST | `/mcp` | JSON-RPC MCP-over-HTTP. Thin doubles of health/skill/policy/doctor/verify. |

OpenAPI: `https://embryolock-download-tracker.vibelock.workers.dev/openapi.json`

Catalog OpenAPI: `https://aziel-runtime.vibelock.workers.dev/openapi.json`

This Worker MCP: `POST https://embryolock-download-tracker.vibelock.workers.dev/mcp`

Catalog MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp` (FragGate slug `embryolock`)

FragGate kernel: https://github.com/AzielEliab/fraggate

## How to call (Mozilla/5.0)

```bash
curl -s -A 'Mozilla/5.0' https://embryolock-download-tracker.vibelock.workers.dev/v1/health
curl -s -A 'Mozilla/5.0' https://embryolock-download-tracker.vibelock.workers.dev/v1/policy
curl -s -A 'Mozilla/5.0' -X POST https://embryolock-download-tracker.vibelock.workers.dev/v1/verify -H 'content-type: application/json' -d '{}'
curl -s -A 'Mozilla/5.0' https://embryolock-download-tracker.vibelock.workers.dev/v1/skill
curl -s -A 'Mozilla/5.0' https://embryolock-download-tracker.vibelock.workers.dev/v1/mesh
```

Worker LIVE: health, skill, policy, doctor, verify.
Refused on this Worker: wipe, scorch, unlock, encrypt, decrypt, burn, destroy.
Agents: `fraggate_list` → `fraggate_describe` slug=embryolock → `fraggate_call`. Catalog may still list stub until aziel-runtime is updated. This Worker remains the human UI + counted download.

Works with ChatGPT (GPT Actions / OpenAI), Grok (xAI), Venice, Claude (Anthropic), Cursor (MCP), Glama (MCP), Perplexity, Microsoft Copilot / Bing, Google Gemini / Vertex, Mistral, Meta AI, Apple Intelligence surfaces, Amazon Q tooling, DuckAssist, You.com, Cohere, and other MCP/OpenAPI-capable assistants.

## Local (after one-click install)

```bash
curl -fsSL https://embryolock-download-tracker.vibelock.workers.dev/install.sh | bash
```

Then run the local Python vault on this computer only. Wipe/scorch stay on that machine.

## Honest banner

THIS IS: a local destructive-by-design file vault (Vault/Custody). Failed authentication can permanently destroy the only copy. THIS IS NOT: a hosted vault, a recovery tool, a remote kill switch, or a replacement for audited encryption. Hosted /v1 never stores phrases or vault blobs and never executes wipe/scorch. Unlimited offline cloning is out of scope. Author: Aziel Eliab only.

Cite the GitHub repository and this Worker. No Zenodo DOI is invented here.

## Catalog + local UI

- Product homepage (workspace + counted download): https://embryolock-download-tracker.vibelock.workers.dev/
- Catalog product (when listed): https://aziel-runtime.vibelock.workers.dev/p/embryolock/
- Catalog OpenAPI: https://aziel-runtime.vibelock.workers.dev/openapi.json
- Catalog MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`
- This Worker MCP (dual surface): `POST https://embryolock-download-tracker.vibelock.workers.dev/mcp`
- This Worker skill: `GET https://embryolock-download-tracker.vibelock.workers.dev/v1/skill`
- This Worker OpenAPI: https://embryolock-download-tracker.vibelock.workers.dev/openapi.json

Counted download (gzip HTTP 200, no 302): https://embryolock-download-tracker.vibelock.workers.dev/download?asset=embryolock-1.2.0.tar.gz
GitHub: https://github.com/AzielEliab/EmbryoLock
