ReguNav™ Docs

ReguNav Docs

Multi-framework AI & data compliance platform. 24 frameworks, 33 live rails + 7 preview rails, one API.

Quick example

import { ReguNavClient } from "@regunav/sdk";

const client = new ReguNavClient({ apiKey: process.env.REGUNAV_API_KEY! });

// List active frameworks for your tenant
const { frameworks } = await client.listFrameworks();

// Register an AI system
const system = await client.systems.create({
  name: "Loan Origination Classifier",
  description: "Predicts approval likelihood for retail loans",
  riskLevel: "high",
  providerKind: "first_party",
});

console.log("Registered:", system.id);

Architecture overview

ReguNav is built edge-native:

  • API: Edge runtime at api.regunav.com — sub-50ms p99 globally
  • Apps: 10 static-export Next.js surfaces deployed at the edge
  • Database: Managed primary (read replicas in EU + US)
  • OLAP: Append-only audit trail in eu-central-1 (Frankfurt)
  • Authorization: WASM-embedded policy decision point per request
  • Auth: SSO, SAML, OIDC, SCIM
  • Storage: Object storage for evidence, reports, uploads, CDN assets
  • Async: Message queues + scheduled triggers
  • Billing: Metered billing — 5 SKUs, 7 meters

Status

  • V1 (now): 24 framework dictionaries declared (24 populated), 33 live rails + 7 preview rails mounted.
  • V1.1: Full clause/control catalogs, SSO live, policy bundle deploy, billing live.
  • V1.5: Search rail, specialist marketplace, connectors hub for migrations.

Need help integrating?

Solutions engineers respond within one business day. Tell us what you're building and we'll match you with the right person.