Register and obtain credentials
Call POST /auto-register with your email. You receive: tenant_id, api_key, node_id, log_url, and a link to your dashboard. The trial is live immediately — no approval step.
✓ Done: You have an api_key and a governance identity.
Collect gate evidence for your first governed action
Prepare the five gate evidence fields for one decision your AI system makes. Start with the simplest: a model deployment, a configuration change, or an inference decision you want to put on record.
Minimum required: G1 CI bounds, G2 causal_attribution boolean, G3 protected_metrics object, G4 evidence_class, G5 operator_id + four evidence hashes.
Submit governance evidence — your first canonical leaf
✓ Done: You have a canonical leaf in the transparency log. The governance decision is on the permanent record.
Verify the leaf — cryptographic inclusion proof
✓ Done: The leaf exists in the Merkle tree. Independent parties can verify without contacting you or ObligationSign.
Retrieve your compliance report
✓ Done: You have a machine-readable compliance report linked to the canonical leaf. Share the leaf_hash permalink with your auditor.
Register a webhook — real-time governance events
✓ Done: Your system receives real-time governance events. Gate failures trigger your alert workflow immediately.
Integrate into your deployment pipeline — continuous governance
Wire POST /governance/evidence into your CI/CD pipeline or model deployment workflow. Every model update, configuration change, or significant AI decision becomes a canonical leaf before the action executes.
✓ Done: Your deployment pipeline is governed. No model change executes without a canonical leaf in the log.