Enterprise Governance

Compliance Reporting

Rolling 30-day governance compliance reports. Full audit log export. Every AI action traceable, scoreable, and exportable.

CLI Commands

View compliance score and findings
olympus report compliance
Download compliance report as CSV
olympus report compliance --csv > report.csv
Export local audit log (JSONL)
olympus audit export
Export server-side audit log
olympus audit export --remote
Export server-side audit log as CSV
olympus audit export --remote --csv > audit.csv

API Endpoints

Method Path Description
GET /v1/compliance/report Rolling 30-day compliance report (JSON)
GET /v1/compliance/report.csv Compliance report as CSV download
GET /v1/audit/export Full audit log (JSON or ?format=csv)

All endpoints require a valid bearer token. Run olympus auth login to authenticate.

How Compliance Score is Computed

The compliance score is a real-time ratio derived from your account's audit log for the last 30 days. Governance findings are categorized by severity — info, warning, and error — and weighted accordingly. A score of 1.0 means every governed action passed all checks. No scores are simulated or hardcoded.

0% 87% example 100%