---
name: Aziel Digital Library
description: Use when an assistant should search the Aziel Digital Library master corpus, check health, review scores, or fetch the counted software zip via hosted /v1 or aziel-runtime.
---

# Aziel Digital Library v2.7.0

Self-contained immutable local digital library and intelligence runtime. Public site is MASTER. Anonymous GET is read-only. Signed-in accounts may ingest. Author: **Aziel Eliab**.

**THIS IS:** Aziel Digital Library v2.7.0 (search, records, map, gazetteer, counted zip, poison immunity, PhysLing Review, triad composite, exact-same-subject succession cites, document hash-chains, hosted Whisper transcription with mandatory VibeLock determination and hard A/V blocks, media lattice receipts, Ask Jeeves, unranked Bayesian scores).

**THIS IS NOT:** a 26-card software index. Not Zenodo. Not Horton. Not a mesh. Not a guilt engine.

Always send `User-Agent: Mozilla/5.0`.

## Call these URLs

- Library: https://www.azielcorpuslibrary.net/
- Fallback Worker: https://aziel-corpus-download-tracker.vibelock.workers.dev/
- Worker OpenAPI: https://www.azielcorpuslibrary.net/openapi.json
- Runtime root: https://www.azielcorpuslibrary.net/runtime
- Catalog OpenAPI: https://www.azielcorpuslibrary.net/runtime/openapi.json (origin https://aziel-runtime.vibelock.workers.dev/openapi.json)
- MCP: `POST https://www.azielcorpuslibrary.net/runtime/mcp` (origin `POST https://aziel-runtime.vibelock.workers.dev/mcp`)
- Runtime skill: `GET https://www.azielcorpuslibrary.net/runtime/v1/skill`
- Runtime manifest: `GET https://www.azielcorpuslibrary.net/runtime/v1/runtime.json` or `GET https://www.azielcorpuslibrary.net/v1/runtime.json`
- Pull: `GET https://www.azielcorpuslibrary.net/runtime/v1/pull/{slug}`
- Library skill: `GET https://www.azielcorpuslibrary.net/v1/skill`

Ops (do **not** increment downloads):

- `GET /v1/health`
- `GET /v1/search?q=`
- `GET /v1/example`
- `GET /v1/skill`
- `GET /v1/review?record_id=` (triad + ZionPattern Solver secondary score + succession cites)
- `GET /v1/lattice?record_id=`
- `POST /v1/score` (document review preview)
- `GET /v1/verify-backfill?all=1` (walk every stored Aziel Library + Corpus record)
- `GET /v1/verify-geo?force=1` / `?status=1` (chunked map pins: paper date × event × geolocation)
- `GET /v1/document-chain?record_id=`
- `POST /v1/jeeves/chat`
- `POST /v1/jeeves/upload` (Corpus only, Lamb Lens)
- `POST /transcribe` (Whisper + mandatory VibeLock determination; hard A/V blocks HTTP 451; lattice receipt even without library upload)
- `GET /media/{sha256}` (inline playback of allowed A/V only)
- `POST /ocr` (hosted OCR; lattice receipt on every run)
- `GET /receipt/{id}` and `GET /ledger/{id}` (AZDOC- or AZRUN-)
- `GET /v1/media-run?run_id=`
- `GET /file/{record_id}` and `GET /download?record=` — every record is downloadable (HTTP 200)
- `GET /download?hash=` and `GET /v1/docs/{hash}/download` — download by content SHA-256 when a kept record matches

Catalog aliases: `GET /p/aziel-corpus/health`, `GET /p/aziel-corpus/search`, `GET /p/aziel-corpus/skill`.

MCP tools: `aziel-corpus_health`, `aziel-corpus_search`, `aziel-corpus_skill`.

## Example

```bash
curl -s -A 'Mozilla/5.0' https://www.azielcorpuslibrary.net/v1/health
curl -s -A 'Mozilla/5.0' 'https://www.azielcorpuslibrary.net/v1/search?q=Florence'
curl -s -A 'Mozilla/5.0' https://www.azielcorpuslibrary.net/v1/skill
```

## Local

```bash
curl -fsSL https://www.azielcorpuslibrary.net/install.sh | bash
python3 aziel_launcher.py
```

Local MASTER is writable on http://127.0.0.1:8765. Apache-2.0. Forks welcome.
