Developer docs
API
Open endpoints for controls, runs, evidence, binders, and audit verification.
How we're different
- Evidence system of record, not a case tracker.
- Immutable timeline and explicit approvals with no silent overrides.
- Examiner-ready binders with linked artifacts and tamper-evident logs.
Trust rule: AI drafts, humans decide for sensitive outcomes.
POST /api/evidenceos/controls
POST /api/evidenceos/runs
POST /api/evidenceos/runs/{id}/evidence
POST /api/evidenceos/binders/run/{id}
GET /api/evidenceos/audit/verify
curl -X POST https://www.frontierrl.com/api/evidenceos/runs -H "Content-Type: application/json" -d '{"control_version_id":"cv_123","period_start":"2026-01-01","period_end":"2026-01-31"}'