---
name: Aziel Eliab Runtime
description: >-
  Root source for Grok, ChatGPT, Venice, and any installer to discover, pull,
  invoke, and cite every Aziel Eliab product without visiting each Worker first.
---

# Aziel Eliab Runtime

This Worker is a **runtime** — **pull + invoke + cite** — not only a catalog.

Author: **Aziel Eliab**. Identity is Aziel Eliab only.
License: Apache-2.0. Forks are welcome and always allowed.
Version: 1.1.0
Host: https://aziel-runtime.vibelock.workers.dev/
Everblooming sigil: https://aziel-runtime.vibelock.workers.dev/sigil.png
Products: 27 (vibelock, veillock, codelock, godlock, shadowlock, temporallock, forgereceipts, decisiongate, zsolver, azos, glossafilter, miragegrid, staticclock, chronolock, postking, azclce, ark, azai, spectrallock, azbot, employeelock, foldlock, whistlelock, trajectorylock, mialock, azieltether, aziel-corpus)

Always send `User-Agent: Mozilla/5.0`. Cloudflare Workers may 403 an empty agent.
Do **not** invent Zenodo DOIs. Cite `/cite.json`. Download counters are **not** incremented on pull, skill, health, or invoke-proxy routes.

## Bootstrap (start here)

1. `GET https://aziel-runtime.vibelock.workers.dev/v1/skill` — this markdown (how to pull + call).
2. `GET https://aziel-runtime.vibelock.workers.dev/v1/runtime.json` — machine manifest (`role=runtime`).
3. `GET https://aziel-runtime.vibelock.workers.dev/v1/bundle` — compact listing: every product skill URL + invoke prefix.
   Alias: `GET https://aziel-runtime.vibelock.workers.dev/v1/pull?all=1`.
4. `GET https://aziel-runtime.vibelock.workers.dev/v1/pull/{slug}` — name, version, skill URL (and inline skill when small), counted download, install.sh, ops, OpenAPI, banners, catalog aliases.
5. `GET https://aziel-runtime.vibelock.workers.dev/v1/pull/{slug}/skill` — that product's skill markdown (proxied / cached from the product Worker).
6. Invoke: `GET` or `POST https://aziel-runtime.vibelock.workers.dev/p/{slug}/{op}` (service-binding proxy to the product `/v1/{op}`).

You do **not** need to open each product homepage.

## How Grok / ChatGPT / Venice pull + call

- **ChatGPT** — GPT Actions → Import from URL → `https://aziel-runtime.vibelock.workers.dev/openapi.json`
- **Grok** — custom tool / OpenAPI / MCP remote → `https://aziel-runtime.vibelock.workers.dev/openapi.json` or `POST https://aziel-runtime.vibelock.workers.dev/mcp`
- **Venice** — custom HTTP tools / OpenAPI → same OpenAPI URL
- **Any installer / agent** — `GET https://aziel-runtime.vibelock.workers.dev/v1/runtime.json` then `GET https://aziel-runtime.vibelock.workers.dev/v1/bundle`, then pull one slug and call `/p/{slug}/{op}`

MCP tools are named `{slug}_{op}` (example: `decisiongate_check`, `foldlock_fold-preview`). Runtime helpers: `runtime_skill`, `runtime_manifest`, `runtime_bundle`, `runtime_pull`. Public, no OAuth.

## Runtime endpoints (this Worker)

| Method | Path | What |
|--------|------|------|
| GET | `/v1/skill` | This markdown. Does not increment downloads. |
| GET | `/v1/runtime.json` | Machine manifest. role=runtime. |
| GET | `/v1/bundle` | Compact bootstrap of every product. |
| GET | `/v1/pull?all=1` | Alias of `/v1/bundle`. |
| GET | `/v1/pull/{slug}` | Pull record for one product. |
| GET | `/v1/pull/{slug}/skill` | Product skill markdown. |
| GET | `/v1/catalog.json` | Full catalog (discover). |
| GET/POST | `/p/{slug}/{op}` | Invoke via service binding (fallback: public Worker URL). |
| GET | `/openapi.json` | Combined OpenAPI 3.1. |
| POST | `/mcp` | JSON-RPC MCP-over-HTTP. |
| GET | `/cite.json` | How to cite. Aziel Eliab only. No invented DOIs. |
| GET | `/llms.txt` | Plain-text runtime for crawlers. |
| GET | `/v1/health` | Liveness. |

Library front door: https://www.azielcorpuslibrary.net/runtime  
Library JSON alias: https://www.azielcorpuslibrary.net/v1/runtime

## Example (Mozilla/5.0)

```bash
curl -s -A 'Mozilla/5.0' https://aziel-runtime.vibelock.workers.dev/v1/skill
curl -s -A 'Mozilla/5.0' https://aziel-runtime.vibelock.workers.dev/v1/runtime.json
curl -s -A 'Mozilla/5.0' https://aziel-runtime.vibelock.workers.dev/v1/bundle
curl -s -A 'Mozilla/5.0' https://aziel-runtime.vibelock.workers.dev/v1/pull/foldlock
curl -s -A 'Mozilla/5.0' https://aziel-runtime.vibelock.workers.dev/v1/pull/foldlock/skill
curl -s -A 'Mozilla/5.0' -X POST https://aziel-runtime.vibelock.workers.dev/p/azclce/score \
  -H 'content-type: application/json' \
  -d '{"r":"login button blue","d":"login form submits","p":"login button submits"}'
```

## Honesty

GodLock and MirageGrid are not VPNs. ForgeReceipts is not legal advice. ZionPattern Solver caps confidence at 75% and does not solve cases. VeilLock does not inject into FaceTime. AZ-CLCE detects inconsistency, not intent. ChronoLock is advisory only. The ARK is not a kernel. AZAI hosted /v1 is not a paid-key proxy. Jeeves is not sovereign. SpectralLock hosted overlay is a 256px preview. EmployeeLock is not a court. FoldLock is not zip. WhistleLock is not a mailer. TrajectoryLock is not a certified forensic instrument. M.I.A.Lock Doe hits are leads, not IDs. Aziel Digital Library is not a 26-card index. AzielTether is not a VPN.

## Cite

Eliab, Aziel. (2026). Aziel Eliab Runtime 1.1.0 [Software]. Apache-2.0. https://aziel-runtime.vibelock.workers.dev/

Machine-readable: https://aziel-runtime.vibelock.workers.dev/cite.json
GitHub: https://github.com/AzielEliab/aziel-runtime
