● Getting started
First call in five minutes.
1 — Get a sandbox key
Keys are issued per organization, scoped per operation family. Sandbox keys are prefixed md_test_ and run the full protocol surface against synthetic data. Production keys (md_live_) are issued after onboarding review.
2 — Intake a judgment
curl -X POST https://api.microndelta.com/v1/judgments/intake \
-H "Authorization: Bearer md_test_xxxxxxxxxxxxxxxx" \
-H "MD-Version: 2026-06-11" \
-H "Idempotency-Key: 4f8a-bd31" \
-d '{
"matter_id": "mtr_4Fa1",
"court": "SDNY",
"case_number": "1:26-cv-04412",
"jurisdiction": "US-NY",
"creditor": "Atlas Recovery Fund LP",
"debtor": "Halcyon Digital Holdings Ltd",
"amount": { "amount": 12400000, "currency": "USD" },
"date_entered": "2026-05-28"
}'
3 — Validate readiness
POST /v1/judgments/{judgment_id}/validate runs the readiness battery and returns a go / no-go with every failing gate named. A pass emits judgment.validated to your webhook endpoint.
4 — Walk the Spine
From there the case moves station to station: authority grant, adversary graph, attribution, packets, gates, actions, ledger, waterfall, audit. Every response carries an audit_ref — the proof chain is free. See the Spine →