This repository was archived by the owner on Jul 13, 2026. It is now read-only.
docs(api-ref): add 8 newly-surfaced live a11oy endpoints to API reference#10
Merged
Lutar, Stephen P. (stephenlutar2-hash) merged 1 commit intoJun 30, 2026
Merged
Conversation
Adds a new section 'a11oy governance, provenance & lake endpoints' covering:
- /api/a11oy/v1/honest (doctrine status)
- /api/a11oy/v1/signing-status (receipt signing posture)
- /api/a11oy/v1/frontier/manifest (8-capability live roll-up)
- /api/a11oy/v1/energy/ledger (NVML joule receipt chain)
- /api/a11oy/v1/energy/sci (GSF SCI / ISO 21031:2024 score)
- /api/a11oy/v1/verify/intoto (in-toto verification guide)
- /khipu/intoto/{receipt_id} (receipt as in-toto Statement v1)
- /api/lake/v1/log (szl-lake Merkle log head)
All verified live (HTTP 200) at a-11-oy.com on 2026-06-30.
Doctrine v11 LOCKED. 8 locked-proven. Λ = Conjecture 1.
Additive only — no existing content modified.
Signed-off-by: Stephen Lutar <stephenlutar2@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new section "a11oy governance, provenance & lake endpoints" to
API_REFERENCE.mddocumenting 8 live endpoints that were previously missing from the public API reference.Endpoints Added
All verified
200athttps://a-11-oy.comon 2026-06-30:GET /api/a11oy/v1/honestGET /api/a11oy/v1/signing-statusGET /api/a11oy/v1/frontier/manifestGET /api/a11oy/v1/energy/ledgerGET /api/a11oy/v1/energy/sciGET /api/a11oy/v1/verify/intotoGET /khipu/intoto/{receipt_id}GET /api/lake/v1/logNot added:
/api/a11oy/v1/functor/receiptreturns 404 — not live, not documented (half-state is the only unacceptable outcome).Why
Per FRONTIER_VISION.md: "8 live frontier endpoints had ZERO cookbook recipes" and the API reference did not surface the governance/provenance/lake endpoints making them invisible to developers.
Doctrine compliance
c7c0ba17Signed-off-by: Stephen Lutar stephenlutar2@gmail.com