Quick Start
Get up and running with Substr8 in 2 minutes.
Installation
pip install substr8Initialize a Project
substr8 init my-agent
cd my-agentThis creates:
my-agent/
examples/
langgraph/
autogen/
pydantic-ai/
runproofs/
.env.example
README.mdRun with Governance
substr8 run examples/langgraph/agent.pyOutput:
Substr8 Governance: ACTIVE
Run ID: run-6c39af
ACC policy loaded
CIA integrity checks enabled
DCT ledger initialized
Running agent...
Run completed ✓
RunProof generated: ./runproofs/run-6c39af.runproof.tgz
Verify locally: substr8 verify runproofs/run-6c39af.runproof.tgz
Verify online: https://verify.substr8labs.com/?hash=7afc3e...Verify the Run
substr8 verify runproofs/run-6c39af.runproof.tgzOutput:
RunProof Verified ✓
Run: run-6c39af
Agent: langgraph:researcher
Policy: verified
Ledger: chain valid ✓ (24 entries)
CIA receipts: present ✓
Memory provenance: verified ✓What’s Next?
- CLI Reference — All available commands
- RunProof — Understanding verification artifacts
- MCP Server — Connect to the governance plane
- Framework Integrations — LangGraph, AutoGen, PydanticAI