ZSC vault
15 live operations under /api/zsc. 6 require a machine key; 9 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
GET | /api/zsc/compute-key/list | default + every per-app key | public |
DELETE | /api/zsc/compute-key | revoke (unreadable AND unusable) | public |
GET | /api/zsc/compute-key | be able to paste it into something. | public |
POST | /api/zsc/compute-key | mint for an app (idempotent) | public |
DELETE | /api/zsc/public/{app}/{env}/{name} | — | key |
GET | /api/zsc/public/get | — | key |
GET | /api/zsc/public/list | — | key |
POST | /api/zsc/public/put | — | key |
POST | /api/zsc/public/rotate | — | key |
POST | /api/zsc/public/subscribe | — | key |
GET | /api/zsc/user-key/list | the default + every per-app override | public |
POST | /api/zsc/user-key/resolve | service-to-service, emits the key | public |
DELETE | /api/zsc/user-key | revoke | public |
GET | /api/zsc/user-key | what is connected (never the key) | public |
PUT | /api/zsc/user-key | seal or rotate | public |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.