AZInterface azinterface v0.1.0
AZInterface (AIH-WP-1.0): custodial operating environment. Pre-locked page cycles OFF/integrity/ON/FULL SHUTDOWN/MEMORIAL. FragGate only. AZHub is sibling software under the same FragGate door.
Worker: https://azinterface-download-tracker.vibelock.workers.dev/ · product OpenAPI · Worker sitemap
POST /v1/fraggate/call { slug: "azinterface", op: "health" } — Liveness. Does not increment download KV.POST /v1/fraggate/call { slug: "azinterface", op: "genesis_status" } — Genesis seal + pre-locked page cycles.POST /v1/fraggate/call { slug: "azinterface", op: "site_state_get" } — Read custodial site state.POST /v1/fraggate/call { slug: "azinterface", op: "site_state_set" } — Advance one pre-locked page cycle. Skip / auto-unlock refuse.POST /v1/fraggate/call { slug: "azinterface", op: "integrity_check" } — Record integrity. Does not auto-unlock to ON.POST /v1/fraggate/call { slug: "azinterface", op: "witness_list" } — List custodial witnesses. Not a ranking.POST /v1/fraggate/call { slug: "azinterface", op: "page_cycle_status" } — Pre-locked cycles: OFF / integrity / ON / FULL SHUTDOWN / MEMORIAL.POST /v1/fraggate/call { slug: "azinterface", op: "skill" } — Return AZInterface 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":"azinterface","op":"genesis_status","payload":{"cycle":"OFF"}}'
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": "azinterface", "op": "genesis_status", "payload": {
"cycle": "OFF"
} }