Kernel
6 live operations under /api/kernel. 0 require a machine key; 6 are public. Tagged: Operators & Kernel.
| Method | Path | What it does | Auth |
|---|---|---|---|
GET | /api/kernel/demo | cached three-body computation result | public |
GET | /api/kernel/live | re-run three-body computation, refresh cache | public |
GET | /api/kernel/prompt | Full Zeq kernel prompt (LLM bootstrap). | public |
GET | /api/kernel/skill.md | other skill-aware LLM clients can drop into their skills directory verbatim. | public |
GET | /api/kernel/skill | JSON manifest with install instructions Programmatic install path: client GETs this, reads the install commands for its | public |
GET | /api/kernel | full structured JSON | public |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.