---
name: AZ-OS
description: Use when labeling overlay integrity (invite / halt token / revoke receipt). Never treat hosted halt as killing an OS. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.
---

# AZ-OS

Integrity precedes execution.

Author: **Aziel Eliab**.

Use when labeling overlay integrity (invite / halt token / revoke receipt). Never treat hosted halt as killing an OS.

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

## Endpoints (this Worker)

Host: `https://azos-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. |
| POST | `/v1/status` | Overlay status labels. |
| POST | `/v1/invite` | Voluntary invite text (not infection). |
| POST | `/v1/halt` | Halt overlay token. Does not kill the caller OS. |
| POST | `/v1/revoke` | Revoke label / overlay receipt only. |

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

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

MCP: `POST https://aziel-runtime.vibelock.workers.dev/mcp`

Catalog aliases under `/p/azos/…`.

## How to call (Mozilla/5.0)

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

Grok: import the catalog OpenAPI as a custom tool. ChatGPT: GPT Actions. Venice: HTTP tools.

## Local (after one-click install)

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

Then open http://127.0.0.1:8800 (this computer only).

## Honest banner

THIS IS: a portable ethical overlay + AZ Interface control surface. THIS IS NOT: a kernel, worm, remote machine takeover, or a silent block. Hosted halt is a token in JSON, not killing the caller OS. Author Aziel Eliab.

DOI: https://doi.org/10.5281/zenodo.21431711  
Record: https://zenodo.org/records/21431711

Apache-2.0 (or the repo LICENSE). Forks are welcome and always allowed.
