The 40 rails
Each rail is a self-contained business domain with a stable HTTP base path. Rails ship in three lifecycles: V1 (production), V1.5 (post- launch additions), and V2 (preview surfaces). Query api.regunav.com/v1/rails for the live registry.
v1Production· 21 rails
/v1/complianceMulti-framework compliance lifecycle.
/v1/frameworksFramework dictionary CRUD.
/v1/graphCross-framework crosswalks.
/v1/reportsEvidence packs + regulator-shaped reports.
/v1/agentsDeterministic agent catalogue + invocation. Roster is the canonical @regunav/engines agents-catalog.
/v1/stakeholdersRoles, RACI, approver chains.
/v1/self-auditPlatform self-monitoring.
/v1/trustVendor due-diligence surface.
/v1/specialistsConsultants onboarding clients.
/v1/seedDemo-tenant seeding.
/v1/profilesIndustry-specific framework bundles.
/v1/onboardingTenant setup, framework activation.
/v1/contextUpload customer policies → cross-mapped to frameworks.
/v1/audit-trailAppend-only WORM event log.
/v1/audit-engineCustomer-side compliance audits.
/v1/taxonomyContent-addressable taxonomy of all compliance nouns. Bundle-hash pinned per tenant for replay.
/v1/riskTenant-level risk navigator. Combines risk-scoring, vendor-risk, obligation-tracker, drift signals, and policy/handbook gap analysis into a composite view with top-N actionable risks.
/v1/governanceGovernance rail — RACI matrix, decision rights, multi-step approval chains, board-decision log, delegation register, conflict-of-interest register. Maps ISO/IEC 42001 §5 + §6 + EU AI Act Art. 26.
/v1/workflows-registrySSOT catalogue of 20 stock compliance workflows (DSAR-30d, AI-incident-Art-73, vendor-DDQ, ISO 42001 internal audit, FRIA-on-deploy, GPAI Art-53 summary, etc.) with SLAs, RACI, evidence outputs, billability.
/v1/reconciliationDrift events from the regunav-reconciler Worker — declared infrastructure + CC installation state vs actual state, every 5 min. Banking-grade auditable: WORM hash-chained to D1 audit_events.
/v1/eventsCanonical event-index rail. POST /v1/events emits a row that must conform to packages/manifests/src/event-index-schema.json (14 typed fields). GET /v1/events filters by time/tenant/source/kind/phase/severity/actor/entity/action. Owns the index storage, routes to event-agents, runs the 7 reconciler-covers-events drift checks, enforces Amendment 2 latency budgets. Single source of truth for 'what happened, when, to what, by whom'.
v1.5Post-launch· 12 rails
/v1/workspacesWorkspace + Team + Principal management.
/v1/notificationsIn-app, email, Slack, MS Teams notifications.
/v1/dsarGDPR Art 15-22 Data Subject Access Requests.
/v1/risk-registerExplicit risk register with treatment plans.
/v1/policiesCustomer policy versioning + lifecycle.
/v1/vendor-riskThird-party AI vendor scoring + procurement.
/v1/training-recordsEU AI Act Art. 4 AI-literacy register. Tracks staff training completions per module + framework.
/v1/incident-disclosuresRegulator-shaped incident-notification workflows. EU AI Act Art. 73 + GDPR Art. 33 + DORA Art. 19 + NIS2.
/v1/gpai-summaryEU AI Act Art. 53(1)(c) GPAI training-data summary disclosure surface for foundation-model providers.
/v1/red-teamAdversarial-testing rail. EU AI Act Art. 15 robustness + GPAI Art. 55 systemic-risk evaluations. Drives the red-team-evals engine.
/v1/ontologyPublic read surface for the ReguNav Compliance-to-Architecture Framework™ v0.1. The 8-layer ontology (Authority → Obligation → Control → Evidence → Architecture → Policy-as-Code → Audit-Trail → AI-Governance) machine-readable across every populated framework.
/v1/metadataAuto-label artefacts (policies, standards, vendor docs, evidence, reports) with frameworks/clauses/obligations/controls/jurisdictions/risk-class/severity/freshness so they're searchable + filterable across the entire platform. Drives the metadata engine.
v2Preview· 7 rails
/v1/searchNative zero-dependency BM25 full-text + faceted search.
/v1/procurementAI procurement + buyer-side compliance.
/v1/insuranceCyber + AI liability insurance integration.
/v1/public-disclosureEU AI Act Art 50 + Art 53 GPAI public summaries.
/v1/litigation-holdLegal hold + eDiscovery integration.
/v1/whistleblowerEU AI Act Art 87 whistleblower protections.
/v1/marketplaceSpecialist marketplace.
This catalog auto-generates from @regunav/rails-registry. Adding a rail in packages/rails-registry/src/index.ts creates a docs page here on next build.