Deeds API
Where provenance actually lives today
Section titled “Where provenance actually lives today”You do not need a deed to get verifiable provenance right now. The live DefendableCloud surface
(api.defendablecloud.com) already gives you a tamper-evident, per-org receipt hash chain — no
/v1 prefix:
POST /runs/{id}/receipt— mints the receipt for a specific Defendable Run (noGETvariant).GET /receipts/recent— recent receipts for your org.GET /share/{token}— public, verifiable view of a minted receipt.GET /ledger— the org’s receipt chain in sequence.GET /ledger/verify— recomputes every hash and validatesorg_seqorder andparent_hashlinks; flipsok: falseand pinpoints the receipt if anything was tampered.
That chain is the real books-and-records surface today. When DDEED anchoring ships, it will publish from this chain — it does not replace it.
🐝 Operator-grade · books and records · to the shed.