Everblooming sigil — Aziel Eliab

Everblooming sigil · Aziel Eliab

← Aziel Eliab Runtime

AZHub azhub v0.1.0

AZHub (AIH-WP-1.0): Blank Key / neutral spatial container. Does not interpret. FragGate only. AZInterface is sibling software under the same FragGate door.

GitHub Worker / /cite.json /llms.txt counted /download (4 counted) install.sh /v1/skill pull pull skill catalog proxy health · Zenodo deposit needed · package azhub-0.1.0.tar.gz

Worker: https://azhub-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap

POST /v1/fraggate/call { slug: "azhub", op: "health" } — Liveness. Does not increment download KV.
POST /v1/fraggate/call { slug: "azhub", op: "region_list" } — List Blank Key regions. Hub does not interpret meaning.
POST /v1/fraggate/call { slug: "azhub", op: "place_module" } — Place a module in a region without interpretation.
POST /v1/fraggate/call { slug: "azhub", op: "remove_module" } — Remove a placed module. Does not interpret.
POST /v1/fraggate/call { slug: "azhub", op: "tether_declare" } — Declare a tether between modules. Link only, not meaning.
POST /v1/fraggate/call { slug: "azhub", op: "tether_cut" } — Cut a declared tether.
POST /v1/fraggate/call { slug: "azhub", op: "tether_list" } — List declared tethers.
POST /v1/fraggate/call { slug: "azhub", op: "blank_key_status" } — Blank Key status. Interprets nothing. Auto-unlock / completeness stay refused.
POST /v1/fraggate/call { slug: "azhub", op: "skill" } — Return AZHub 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":"azhub","op":"region_list","payload":{"region":"core","module_id":"foldlock"}}'

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": "azhub", "op": "region_list", "payload": {
  "region": "core",
  "module_id": "foldlock"
} }