Help
Local setup & health
Local checks & health
Practical commands to validate an audit endpoint or the documentation/dashboard workspace from your laptop.
Quick probes#
GovAI try console
requires API keyTry thisCopy and run in your environment
Audit HTTP liveness and readiness
Point GOVAI_AUDIT_BASE_URL at Docker, KIND, or a hosted pilot. Keys optional for /health only.
Environment
Command
Expected output
Next stepAPI reference
Auth smoke (when you have a key)#
GovAI try console
requires API keyTry thisCopy and run in your environment
Authenticated compliance summary
Confirms GOVAI_API_KEY is accepted before debugging BLOCKED/INVALID.
Environment
Command
Expected output
Next stepTroubleshooting
Repository diagnostics#
GovAI try console
localTry thisCopy and run in your environment
OSS diagnostics and readiness scripts
Matches maintenance targets used before merging governance-sensitive changes.
Command
Expected output
Next stepContributing
Dashboard build#
GovAI try console
localTry thisCopy and run in your environment
Build public docs / help dashboard
Run after editing TSX under dashboard/app/help or markdown preprocessors.
Command
Expected output
Next stepIf build fails
Route catalog#
HTTP route catalog
Core audit API surface — normative shapes in OpenAPI.
Metadata & readiness
GET /healthLiveness after successful startup.GETGET /readyPostgres, migrations, ledger writability (503 when not ready).GETGET /statusPolicy version, environment, runtime diagnostics.GET
Ledger & compliance
POST /evidenceAppend hash-chained evidence event.POSTGET /compliance-summaryAuthoritative VALID / INVALID / BLOCKED verdict.GETGET /bundle-hashCI digest gate: events_content_sha256.GETGET /api/export/:run_idMachine-readable audit export.GET
Preview runtime
POST /v1/runtime/evaluatePreview policy evaluation (does not replace compliance-summary).POST