---
name: TemporalLock
description: Use when minting or verifying append-only observation receipts. Receipts, not truth claims. Hosted API is stateless. Hosted /v1 via this Worker or aziel-runtime. Author Aziel Eliab.
---

# TemporalLock

Receipts, not truth claims.

Author: **Aziel Eliab**.

Use when minting or verifying append-only observation receipts. Receipts, not truth claims. Hosted API is stateless.

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

## Endpoints (this Worker)

Host: `https://temporallock-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/genesis` | Start a chain. Body includes summary + evidence. |
| POST | `/v1/append` | Append a receipt. Client sends the chain. |
| POST | `/v1/verify` | Verify hashes and prev links. Not stored. |
| POST | `/v1/gate` | File-gate preview (hash + receipt). |

OpenAPI: `https://temporallock-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/temporallock/…`.

## How to call (Mozilla/5.0)

```bash
curl -s -A 'Mozilla/5.0' https://temporallock-download-tracker.vibelock.workers.dev/v1/health
curl -s -A 'Mozilla/5.0' -X POST https://temporallock-download-tracker.vibelock.workers.dev/v1/genesis \
  -H 'content-type: application/json' \
  -d '{"summary":"desk closed","evidence":"log row"}'
curl -s -A 'Mozilla/5.0' https://temporallock-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://temporallock-download-tracker.vibelock.workers.dev/install.sh | bash
temporallock ui
```

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

## Honest banner

THIS IS: append-only observation receipts with evidence and confidence. THIS IS NOT: a truth score, court, narrative engine, or authority. The Worker does not store chains. Author Aziel Eliab.

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

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