Quickstart
This guide walks through the core Truss workflow in 5 minutes.
1. Authenticate
truss auth login
2. Create an organization
truss org create "Acme Corp"
3. Register an agent
truss agent register --name "doc-bot" --description "Document processing agent" --jurisdiction "us-federal"
4. Issue a mandate
truss mandate create \
--agent doc-bot \
--action "access:document" \
--resource "doc-123" \
--scope "read-only"
5. Record an action
truss action record \
--agent doc-bot \
--action "access:document" \
--resource "doc-123" \
--status executed
6. Verify
truss verify mandate <mandate-id>
truss verify evidence <evidence-id>
Next steps
- Explore all CLI commands
- Set up CI/CD integration for automated verification
- Learn about evidence signing