| Dashboard | REST API | JavaScript SDK | |
|---|---|---|---|
| Sign up | Click → email or Google | POST /auto-register | POST /auto-register |
| First leaf | Automatic (60 sec) | POST /governance/evidence | agts.evidence({...}) |
| Verify | Click leaf hash in dashboard | GET /log/proof?leaf_hash=... | agts.verify(leafHash) |
| Compliance report | Compliance tab | GET /governance/report/:hash | agts.report() |
| Time to first leaf | 60 seconds | 5 minutes | 10 minutes |
| Code required | None | One curl command | ~15 lines JavaScript |
| Best for | Evaluation, compliance officers | Backend integration, CI/CD | Embedded real-time governance |
REST API
Full endpoint reference. Authentication, all routes, error codes, JSON examples.
API reference →Plugins
Five-method JavaScript contract. Domain-specific evidence. Emit governance events.
Plugin contract →Plugin API docs
Full normative plugin specification, lifecycle states, postMessage bridge.
Full spec →