Skip to main content
Bespoke Mentis
LIVE · ENTERPRISE AI GOVERNANCEMU2 v4.4.0 · NG-25REST API · CLI · MCP · CI/CD · K8s

Constitutional AI governance — enforced in your workflow, not just documented.

Mentis Governance is an enterprise AI governance operating system built on the MU2 framework. It enforces 110 constitutional laws on every AI-assisted engineering action across any integration surface — REST API, CLI, MCP-compatible client, or CI/CD pipeline — blocking unauthorized writes before they happen and recording every decision in a cryptographic evidence chain.

The governance engine is structured as an 8-layer cognitively-inspired control plane — with working memory, episodic learning, risk detection, and a Dual Process execution engine that routes ≥60% of governance decisions through a fast deterministic path in under 100 milliseconds. ISO 42001 substantially conformant. EU AI Act, SOC 2, HIPAA, GDPR, DORA modules included.

"Mentis Universal 2 is a governed AI engineering operating system. It does not build software — it governs the building of software." — MU2 README

110
Constitutional Laws
71
Governance Authorities
26
EEC Discipline Categories
8
Neural Layers (A–H)
23
Autonomous Agents
86%
NIST AI RMF Coverage
The Problem with Ungoverned AI

AI agents are building your production systems.
Who is governing them?

95% of enterprise AI pilot deployments fail due to execution discipline gaps, not model capability (MIT 2025, 300 enterprise deployments). The problem is not what AI can do — it is that nobody enforces what it is allowed to do.

AI agents claim "done" — but are not
95% of enterprise AI pilots fail due to execution discipline gaps (MIT 2025, 300 deployments). Agents declare completion on UI with no backend, schema changes with no migrations, and security patterns that pass review but fail in production.
Schema disasters with no rollback path
Ungoverned AI makes breaking schema changes without expand-contract patterns or migration scripts. By the time the damage is visible in production, rollback requires manual intervention and data-loss risk.
No audit trail regulators will accept
Log files can be deleted or edited. Policy documents are advisory. EU AI Act, ISO 42001, and SOC 2 require evidence — cryptographically verifiable, tamper-evident, timestamped proof that governance was active at every AI-assisted decision.
Security patterns get bypassed mid-session
AI agents silently expand scope, read secret files they were not asked to touch, or cross tenant boundaries when context becomes ambiguous. There is no enforcement point in the build loop itself.
Quality degrades as the codebase grows
Each session starts fresh. The AI has no memory of what broke before, what architectural decisions were made, or what patterns are banned. Codebase quality drifts toward unmaintainability — the convergence cliff.
Only 30% of AI initiatives operationalize
Deloitte 2026: 71% of organizations are using or piloting AI. Only 30% operationalize. The gap is not model capability — it is execution governance. AI without accountability loops fails at scale.
What Mentis Governance Is

Governance that runs before the action — not after.

What it is
  • A machine-enforced constitutional governance OS — works via REST API, CLI, MCP, or CI/CD, independent of any specific IDE or model
  • A Pre-Action Gate that blocks every AI write or tool call violating constitutional rules — before execution, on any integration surface
  • An Ed25519-signed, Merkle-chained evidence ledger producing regulator-ready cryptographic audit proof (AARM R7 isolated process)
  • An 8-layer cognitively-inspired control plane with working memory, episodic learning, risk detection, and a Dual Process execution engine
  • A Reflexion-loop learning system: every failure is captured, analyzed, and injected into the next session so it cannot repeat
  • ISO 42001 substantially conformant. EU AI Act, SOC 2, HIPAA, GDPR, DORA compliance modules
  • 23 autonomous governance agents running continuously — always-on governance team, not a session-only tool
What it is not
  • A GRC dashboard where governance is stated in policy documentsGovernance stated in documents is theater — this is architecture
  • Locked to any single IDE or AI coding tool"The adapter surface is what changes — not the laws." — CEAA
  • An AI copilot, code generator, or chat toolIt governs AI tools — it is not one
  • Advisory-only — you can bypass it and keep shippingIt blocks. The framework is fail-closed by architecture
  • A post-hoc audit system you run before a compliance reviewGovernance runs before every action, always, including between sessions
  • A SOC 2 certification — it provides modules and evidenceCertification requires a third-party certification body engagement
  • A replacement for human engineering judgmentIt enforces rules humans set — G0 gate always requires human approval
The Cognitive Architecture

A governance engine designed like a brain.

Mentis Governance is built on the Neural Governance Runtime — a cognitively-inspired control plane structured as 8 independent layers, each with a single responsibility. It perceives the repo state, routes attention, gates actions, maintains cross-session memory, runs continuous verification loops, and coordinates autonomous governance agents. The laws it enforces never change. The adapter surface that connects it to your workflow is what varies.

Software abstraction modeled after cognitive architecture patterns (CoALA arXiv:2309.02427, GWT arXiv:2604.08206, Reflexion arXiv:2303.11366). Not biological AI claims.

A
Executive Control
Prefrontal cortex

Task classification, long-horizon decomposition, scope declaration. Decides what the session is, sets the governance packet, and locks the autonomy ceiling. Nothing downstream can override it.

B
Attention + Routing
Thalamic relay

Intent → gate class → specialist prompt → tool subset. The routing layer selects which of 24 specialist roles receives the task, which gate applies, and which tool subset is authorized. Misrouted intent is blocked here.

C
Memory
Hippocampus + cortex

Six memory types: Working (session context), Episodic (cross-session experience — hippocampal analog), Semantic (constitution + governance docs — permanent), Procedural (superprompts + failure patterns), Risk, and Project. No session starts blank.

D
Action Gating
Basal ganglia

G0–G6 gates applied at every action boundary. SOAR chunking analog: outcome feedback from completed actions strengthens the policy registry. Actions that failed at gate are recorded so they cannot be proposed again in the same session.

E
Continuous Verification
Cerebellum

Five always-on governance loops running between sessions: daily repo health, PR change, deploy readiness, weekly reflection, product completion. These make the framework an always-on governance team — not a session-only tool.

F
Risk Detection
Amygdala

Autonomy Risk Score (ARS) and CUSUM drift detection. Triggers automatic escalation when deviation or risk accumulates. Metacognitive calibration authority issues CONTINUE, RETHINK, or ROLLBACK signals before the next action.

G
Reflection + Learning
Default mode network

Reflexion loop (arXiv:2303.11366): failures are captured, analyzed, and injected into the next session via ALEA (Active Learning Execution Architecture). The system learns what breaks your codebase and prevents recurrence without human intervention.

H
Governance Immune
Immune system

Sanitization, integrity verification, injection defense, taint propagation. Blocks prompt injection, secret-file reads, privilege escalation, and output manipulation at the architectural boundary — before any agent can act on them.

Global Workspace Bus (GWB)

Based on Global Workspace Theory — information becomes governance-complete when broadcast to all agents via the GWB. Selection-Broadcast Cycle: agents compete for attention, one broadcast is selected, all agents receive and integrate. 12 typed signed message types. Post-quantum hybrid signing in production (Ed25519 + ML-DSA-65).

arXiv:2604.08206
Dual Process Engine (DPEE)

System 1 — fast, deterministic, ≥80% confidence: YAML policy evaluator, no LLM call, <100ms. System 2 — slow, LLM reasoning: novel, ambiguous, or high-blast-radius decisions. Target ≥60% via S1. Inspired by Kahneman dual-process theory and DPT-Agent (arXiv:2502.11882).

Dual Process Theory, arXiv:2502.11882
Neuromodulation States

Three operating states — FOCUSED (nominal, S1 fast path), ALERT (elevated scrutiny +1 gate class), CRISIS (full S2, circuit breaker, immediate escalation). State transitions triggered by SARC violations, goal drift, taint blocks, or integrity failures. Inspired by dopamine/norepinephrine dynamics.

Biological neuromodulation model

Six-Type Memory Architecture — CoALA Mapping

Working Memory
Cognitive load — session context · Single session

Active task context, declared scope, current gate, tool history. Compacted automatically (WMCP) when context budget approaches limit. Governed by CWMA authority.

Episodic Memory
Hippocampal memory — what happened · Cross-session

Instance-specific records of past sessions: what broke, what decisions were made, what patterns emerged. Written at session close. Retrieved at session start. Improves 13.4% over Mem0 in relevance (internal benchmark).

Semantic Memory
Long-term declarative — what things are · Permanent

Constitutional laws, governance authorities, compliance frameworks. The permanent institutional knowledge the framework enforces from.

Procedural Memory
Skill memory — how to do things · Permanent

24 specialist superprompts, failure pattern registry, session protocols. The behaviors and disciplines the framework enacts.

Risk Memory
MU2 extension — what is fragile · Session + Persistent

Active risk surfaces, current risks, risk ledger. Surfaces known-fragile files and patterns at session start so agents cannot unknowingly trigger them.

Project Memory
MU2 extension — institutional context · Permanent per phase

Architecture decisions, subsystem knowledge packets (S01–S12), repo assessment state. The framework's understanding of your specific codebase.

How It Works

Six steps. Every session. No exceptions.

Every governed AI engineering session follows the same protocol — from intent routing through session close and evidence finalization. The same protocol applies whether you connect via MCP, REST API, CLI, or CI/CD.

01Deploy & Baseline

Install the MCP governance server or connect via GaaS REST API. Framework generates an integrity baseline (146 hashed files). Governance overlay configured for your repository. ~60 seconds from zero to governed.

02Intent Route

Every task starts with intent routing. Natural language → task code + specialist superprompt + gate class. Governance packet defines: checklist categories, forbidden actions, loop limits, model policy. Routing runs in <100ms via S1 fast path when classification confidence ≥80%.

03Session Start

15-step Session Start Protocol: retrieve episodic memory, declare scope, load specialist, run integrity heartbeat, inject ALEA failure patterns. Agent knows what broke before — and cannot repeat it.

04Pre-Action Gate

Before every write or tool call: PAG checks taint boundary, goal anchor, SARC constraints, loop limits, and 110 constitutional laws. Pass → execute and record. Block → halt with reason. Evidence appended either way.

05Evidence Chain

Every gate resolution, decision, and session event appended to the Ed25519-signed WORM ledger. Merkle STH proof generated at session close. Audit sidecar (AARM R7 isolated process) is the sole write owner — tamper-evident by architecture.

06Session Close & Score

21-step Session Closure Chain: invariant validation, compliance verify, quality score (SQS), evidence finalization, episodic memory write, ALEA update. Score drives next session's gate class. Neuromod state resets or escalates based on rolling 10-session SQS average.

Governance Gate Classes

Seven gate classes. Every action classified.

Every AI action is classified G0–G6 at intent routing time. Gate class determines how much autonomy the agent has and what approval is required. Classification is automatic — the agent cannot promote its own gate class.

G0Named Approval Required

Destructive, irreversible, or Tier-1 actions. Requires "APPROVED: [action] — [name] — [timestamp]" from a named human operator. Silence is not approval.

G1Approve Before Execute

High-risk actions requiring approval before any execution begins. Gate closes until approval token is recorded in evidence chain.

G2Approve Before Commit

Work proceeds autonomously but cannot be committed or deployed without approval checkpoint. Common for security-adjacent changes.

G3Checkpoint + Continue

Semi-autonomous with mandatory checkpoints every 2 hours. Agent continues between checkpoints; operator reviews at each gate.

G4Semi-Autonomous

Standard feature work. Agent executes autonomously, notifies operator asynchronously. Evidence chain written at every decision point.

G5Fully Autonomous

Low-risk read-only tasks (code review, documentation). Evidence still written. No approval needed.

G6Immediate Halt

Constitutional violation, evidence chain break, or integrity failure. Agent stops all execution. Operator must diagnose before any work resumes.

Governance law: Silence is not approval. If an operator does not explicitly approve a G0/G1 action, the framework does not proceed. The agent cannot interpret no response as yes.

Enterprise Engineering Discipline

Every session governed by FAANG-level engineering discipline.

Every governed engineering session in Mentis Governance automatically applies the relevant categories from the Enterprise Engineering Checklist (EEC) — 26 categories covering every dimension of production-grade software delivery. These are not aspirational guidelines. They reflect what senior engineering teams at the highest-scale organizations verify before shipping to production.

Categories are auto-selected per task type by the intent router — only the relevant disciplines are loaded for each session (e.g. schema changes trigger EEC-05 Database + EEC-22 Compliance; new features trigger EEC-01 through EEC-04 and EEC-07; security work triggers EEC-06 through EEC-09).

Research Basis — 12+ Standards

OWASP ASVS 5.0OWASP API Security Top 10 2023OWASP LLM Top 10 2025NIST SP 800-218 (SSDF)NIST SP 800-53 Rev 5Google SRE BookAWS Well-ArchitectedCIS BenchmarksMITRE ATT&CKPCI DSS v4HIPAA Security RuleSOC 2 Type IIGDPR Article 32ISO 2700112-Factor AppCAP Theorem
EEC-01 · Planning & ArchitectureStrategy

Intent declared before files opened, blast radius classified, CAP theorem chosen, ADRs created, rollback plan before irreversible change.

EEC-02 · Frontend EngineeringClient

TypeScript interfaces before implementation, WCAG 2.1 AA accessibility, Core Web Vitals (LCP < 2.5s), no `any` types, XSS prevention, SRI hashes.

EEC-03 · Backend EngineeringServer

Parameterized queries only, idempotency on all writes, DLQ with exponential backoff, graceful shutdown, no PII in logs.

EEC-04 · API EngineeringInterface

Schema-first (OpenAPI 3.1), OWASP API Security Top 10 2023 verified, semantic HTTP status codes, deprecation with 6-month notice.

EEC-05 · Database & Data LayerPersistence

Forward-only migrations, N+1 prevention, explain plan on queries >10K rows, GDPR deletion capability, RLS for multi-tenant data.

26
Checklist categories

Auto-selected per task type by intent router. No session runs without the relevant engineering discipline loaded.

View all 26 checklist categoriesEEC-06 through EEC-26 — Security, Reliability, AI, Compliance

No category is aspirational. Every item reflects what a FAANG-level engineering team verifies before shipping to production. The EEC is compiled from 16 industry standards and applied automatically to every Mentis Governance session — not as a suggestion, but as a governance enforcement baseline. Sessions that fail checklist categories are scored accordingly in the Session Quality Score.

Platform Capabilities

The full governance enforcement stack.

Pre-Action Gate (PAG)
ALL TIERS

Every file write, schema change, deployment, and tool call is checked against 110 constitutional laws before it executes. Fail-closed. Silence is not approval. G0 gate class requires named human approval. Agent cannot self-promote its gate class.

Ed25519-Signed Evidence Ledger
ALL TIERS

Every governance decision, gate resolution, and session event is recorded in an append-only WORM JSONL file with Ed25519 digital signatures and SHA-256 hash chaining. Merkle STH proofs (RFC 6962) allow third-party verification. AARM R7 — isolated audit sidecar process owns all ledger writes.

8-Layer Neural Governance Runtime
ALL TIERS

The governance engine is structured as an 8-layer cognitively-inspired control plane: Executive Control (A), Attention/Routing (B), Memory (C), Action Gating (D), Continuous Verification (E), Risk Detection (F), Reflection/Learning (G), and Governance Immune (H). Each layer operates independently — no circular delegation of authority.

Global Workspace Bus (GWB)
ENTERPRISE+

Based on Global Workspace Theory (arXiv:2604.08206) — information becomes governance-complete only when broadcast via the GWB to all agents. Selection-Broadcast Cycle: Competition → Selection → Broadcast → Integration. 12 typed signed message types. In NG-21+: Ed25519 + ML-DSA-65 post-quantum hybrid signing.

Dual Process Execution Engine (DPEE)
ALL TIERS

System 1 (fast, deterministic, ≥80% confidence) routes decisions through the YAML policy evaluator — no LLM call. System 2 (slow, deep LLM reasoning) handles novel, ambiguous, or high-blast-radius decisions. Target: ≥60% of governance decisions via S1 fast path (<100ms). Governed by DPEE authority.

Show 6 additional capabilitiesALEA, MACA, Schema, Memory, CI loops, Passport
Enterprise Connectivity

The same governance laws. Every integration surface.

Mentis Governance is not tied to any single IDE or AI tool. The adapter surface changes — the constitutional laws do not. Connect via REST API, CLI, MCP client, CI/CD pipeline, or Kubernetes — governance is uniform across all surfaces.

"Universal 2's governance is the same everywhere. The adapter surface is what changes — not the laws." — CEAA (Cross-Environment Adapter Authority)

GaaS REST API

POST /v1/gate — LLM-agnostic pre-action gate check from any HTTP client. POST /v1/route — intent → task code + specialist + gate class. GET /v1/tenant — tier info. Session lifecycle via /v1/session/*. Default port 8080. Auth: API Key (staging), DID + mTLS (production).

MCP Protocol (Any Client)

Primary integration surface: 57 governance tools via Model Context Protocol, compatible with any MCP client — including Cursor, Claude Code, VS Code, Codex, OpenCode, Claude Desktop, and custom tooling. The governance laws are the same across all clients. Only the adapter surface changes.

CLI — `u2` Harness

30+ command groups: u2 session, u2 gate, u2 policy, u2 compliance, u2 orchestrate, u2 memory, u2 benchmark, u2 ml. The CLI exposes the same governance layer as the MCP tools — run full sessions, gate checks, and compliance verification from any terminal without an IDE.

GitHub Actions CI/CD

7 autonomous governance workflow files. governance-check.yml: build, audit, PR loop, daily loop (06:00 UTC), weekly reflection, integrity gate, red-team suites. autonomous-governance.yml: DriftDetector (02:00), SecurityScanner (01:00), DependencyScanner (Mon 03:00), ComplianceVerify (04:00 daily), BiasMetrics (Sun 05:00).

Kubernetes / Helm

Production deployment via Helm chart: MCP server, API gateway, and dashboard deployments to Kubernetes. Each component runs as an independent Node process. Audit sidecar (AARM R7) is an isolated HTTP process on port 7432 — the sole write owner of the evidence ledger.

Air-Gapped + SDK

Air-gapped deployment mode: no telemetry unless MU2_OTEL_ENDPOINT is set. No call-home requirements. @mentis/policy-evaluator-wasm: portable ESM/CJS SDK bundle for embedding governance checks in any Node.js environment. OpenTelemetry OTLP span export for existing observability stacks.

Integration flow

Any AI ToolREST /v1/gate/MCP tools/u2 CLI8-Layer NGR110 Laws EnforcedEvidence Ledger
Compliance Framework Modules

Built for regulated industries.

Each compliance module includes authority documents, control mappings, and machine-readable policies that feed directly into the governance runtime — not a separate compliance portal.

ISO/IEC 42001:2023FOUNDATION+

Substantially conformant — internal audit IA-001. Full AI management system documentation: policy, risk register, management review, training records, NC log.

EU AI Act (2024/1689)FOUNDATION+

Annex VI self-assessment, Declaration of Conformity template, risk classifier for downstream operators. Enforcement deadline August 2, 2026.

SOC 2 Type IIENTERPRISE+

Most CC controls compliant. Processing Integrity Policy, Business Continuity Plan, Incident Response Plan. Autonomous CI agents verify daily (04:00 UTC).

HIPAA AI ComplianceENTERPRISE+

PHI scenario mapping, BAA guidance, access control policies. BAA available on Sovereign tier. Physical safeguards deferred to operator.

GDPRENTERPRISE+

ROPA template, Art. 22 automated decision-making mapping, high-risk EU AI Act intersection documented. 72-hour breach notification workflow.

DORA (EU Financial)ENTERPRISE+

ICT third-party risk mapping for financial services. Incident classification, continuity requirements, ICT risk management framework.

NIST AI RMF 1.0ENTERPRISE+

62/72 subcategories covered (86%). MAP, MEASURE, MANAGE, GOVERN functions documented with MU2 control mappings.

OWASP Agentic AI Top 10ALL TIERS

A-01 through A-10 mapped and covered: prompt injection, memory poisoning, tool misuse, privilege escalation, output integrity, and more.

SUBSTANTIALLY CONFORMANT
ISO 42001 Posture
Internal audit IA-001 — ready for CB engagement
86%
NIST AI RMF Coverage
62 of 72 subcategories across MAP/MEASURE/MANAGE/GOVERN
A-01 → A-10 COVERED
OWASP Agentic AI Top 10
Prompt injection, tool misuse, privilege escalation, output integrity
Managed Service Packages

Research-backed pricing. Transparent from day one.

These are Mentis Governance managed service tiers — covering setup, configuration, compliance module delivery, SLA, and dedicated support. The underlying MU2 OSS framework is free at github.com. Credo AI and Holistic AI charge $50K–$600K/year with no published pricing. We publish ours.

UP TO 10 AI USE CASES
$3,000/month
Billed annually — $36,000/year
$5,000 onboarding
99.5% SLA · 48hr support
  • MCP governance server (35+ tools) — any MCP-compatible client
  • GaaS REST API (/v1/gate, /v1/route) for headless integration
  • Pre-Action Gate enforcement on all AI writes
  • Ed25519-signed evidence ledger with SHA-256 hash chain
  • Session Quality Score + ALEA failure-pattern learning
  • EU AI Act + ISO 42001 compliance modules
  • 24 specialist superprompts — intent-routed automatically
  • Episodic memory across sessions
  • 99.5% SLA · 48-hour support response
Start Foundation Assessment
Most Popular
UP TO 50 AI USE CASES · MOST POPULAR
$8,000/month
Billed annually — $96,000/year
$15,000 onboarding
99.9% SLA · 24hr support · Slack
  • All 57 MCP tools + full GaaS REST API
  • All 6 compliance modules (EU AI Act, ISO 42001, SOC 2, HIPAA, GDPR, DORA)
  • Merkle STH proofs — RFC 6962 tamper-evident ledger
  • Multi-agent coordination (MACA) + Global Workspace Bus
  • 23 autonomous governance agents (continuous loops)
  • GitHub Actions autonomous governance workflows (7 files)
  • SSO integration + Kubernetes/Helm deployment
  • Agent Passport + Taint Propagation + Neuromod states
  • 99.9% SLA · 24-hour support · Dedicated Slack channel
Start Enterprise Assessment
UNLIMITED USE CASES · SOVEREIGN CONTROL
Custom
Starting at $240,000/year
Custom onboarding engagement
99.95% SLA · 4hr support · Dedicated team
  • Everything in Enterprise
  • White-label constitutional framework under your brand
  • Dedicated VPC or on-premises deployment
  • Custom constitutional amendments (legal + engineering review)
  • SPIFFE/SVID + Ed25519 + ML-DSA-65 post-quantum agent identity
  • Business Associate Agreement (BAA) for HIPAA contexts
  • Annual security review + penetration test report
  • Air-gapped deployment — no call-home requirements
  • 99.95% SLA · 4-hour response · Dedicated engineering support
Book Sovereign Consultation

OSS Framework — Always Free. Self-host MU2 with evidence ledger, EU AI Act tools, CLI, GaaS REST API, and GitHub Actions workflows. No SLA or managed support. No credit card required. github.com/BespokeMentis/mu2-framework

How We Compare

Enforcement vs. documentation.

CapabilityMentis GovernanceGRC Platforms
(Credo AI, Holistic AI)
Basic Tooling
(Git, linters)
Governance enforcement modelPre-action gate — blocks before executionPost-hoc audit and documentationNone
Audit evidence standardEd25519-signed Merkle-chained ledger (AARM R7)Policy attestations and checklistsGit commits and logs
Constitutional law enforcement110 laws compiled into machine-readable runtimeFramework alignment templatesNone
Cognitive architecture8-layer NGR: memory, learning, risk, immuneNot applicableNone
API / IDE independenceGaaS REST, CLI, MCP (any client), K8s, SDKSeparate platform, web UI onlyNone
Cross-session learningALEA + episodic memory — failures never repeatManual policy updatesNone
Always-on governance loops5 continuous loops + 23 autonomous agentsScheduled auditsNone
ISO 42001 postureSubstantially conformant (audit IA-001)Compliant (varies by vendor)Not covered
EU AI Act readinessAnnex VI self-assessment + conformity declGuidance documentsNot covered
Entry price point$0 OSS / $36K/yr Foundation managed$50K–$600K+/yr (Credo AI, Holistic)Free (no governance)

Verified May 2026. Competitor capabilities based on public documentation and independent research.

Who It's For

For every leader accountable for AI outcomes.

CTO / VP Engineering

Governed AI-assisted SDLC with audit-ready evidence. Quality floor enforced across every session. Consistent behavior regardless of which tool, model, or environment your team uses.

VP Regulatory / Compliance

ISO 42001, EU AI Act, SOC 2, HIPAA, GDPR, DORA modules built in. Cryptographic proof regulators will accept. No separate audit prep sprint — evidence is always current.

CISO / Security Lead

OWASP Agentic AI Top 10 covered. Agent Passport + Taint Propagation. Neuromod CRISIS state triggers circuit breaker. Pre-Action Gate blocks security boundary violations before they happen.

Platform / DevOps Lead

CI governance loops, SLSA supply chain, 7 autonomous GitHub Actions workflows, Helm/Kubernetes deployment. Governance as code — the same laws in every environment.

Founder (AI-native startup)

OSS tier free to start. GaaS REST API and CLI from day one. Upgrade to Foundation when you need compliance posture for enterprise deals. Air-gapped deployment for sensitive sectors.

Enterprise Architect

White-label constitutional framework under your brand. Dedicated VPC or on-prem. Custom constitutional amendments. SPIFFE/SVID + post-quantum ML-DSA-65 agent identity for zero-trust multi-agent systems.

Verified at Sign-Off

Quantifiable. Not marketing claims.

0
npm audit vulnerabilities at v4.4.0
72/72
SAFE — Red team test suite
83/83
Tests passing
10.0/10
Engineering benchmark (EB-10–EB-15)
146
Files in integrity baseline
110 laws
Constitutional laws (L1–L110)
71
Governance authorities
13.4%
Episodic memory improvement vs Mem0
Frequently Asked Questions

Common questions, direct answers.

Is this only for Cursor users?+
No. The MCP tools work with any MCP-compatible client — Cursor, Claude Code, VS Code, Codex, OpenCode, Claude Desktop, or custom tooling. Beyond MCP, Mentis Governance also exposes a GaaS REST API (/v1/gate, /v1/route) for any HTTP client, a full CLI (u2 harness), GitHub Actions autonomous governance workflows, and Kubernetes/Helm deployment. The governance laws are the same on every surface. The Cross-Environment Adapter Authority (CEAA) principle: "The adapter surface is what changes — not the laws."
How is this different from Credo AI or Holistic AI?+
GRC platforms produce policy documents and compliance checklists. Mentis Governance enforces governance in architecture: the Pre-Action Gate blocks every violating AI action before it executes on any surface. Evidence is cryptographically signed, Merkle-chained, and produced by an isolated audit sidecar process (AARM R7). The framework includes a cognitively-inspired 8-layer governance runtime with cross-session memory and failure-pattern learning. Credo AI starts at $50K/year with no published pricing. We publish ours, starting at $36K/year.
What is the "cognitively-inspired" architecture?+
The Neural Governance Runtime (NGR) is an 8-layer control plane modeled after cognitive architecture patterns (CoALA, Global Workspace Theory, Reflexion, dual-process theory). Layer A classifies tasks and sets scope. Layer B routes intent to the right specialist and gate. Layer C manages six memory types (working, episodic, semantic, procedural, risk, project). Layer D applies the G0–G6 gate at every action. Layer E runs continuous verification loops. Layer F detects risk and drift. Layer G learns from failures across sessions. Layer H sanitizes and defends against injection. This is a software abstraction — not a biological AI claim.
What does ISO 42001 substantially conformant mean?+
Internal audit IA-001 verified that MU2 meets the substantive requirements of ISO/IEC 42001:2023 — the international standard for AI management systems. Ready for engagement with a third-party certification body (CB). Formal certification requires that CB engagement.
What happens at G0 gate — can the AI proceed?+
No. At G0 gate class — applied to destructive, irreversible, or Tier-1 actions — the AI cannot proceed without an explicit "APPROVED: [action] — [name] — [timestamp]" token from a named human operator. Silence is not approval. The framework is fail-closed. If there is no explicit approval, execution is blocked regardless of which integration surface is in use.
Can we white-label the framework?+
Yes, on Enterprise and Sovereign managed service tiers. White-label rights allow you to deploy the constitutional framework under your organization's brand. Sovereign tier adds the ability to make custom constitutional amendments reviewed by the Bespoke Mentis legal and engineering team, plus SPIFFE/SVID + Ed25519 + ML-DSA-65 post-quantum agent identity for zero-trust multi-agent deployments.
GOVERNANCE ASSESSMENT — BOOK NOW

Ready to govern your AI agents
constitutionally?

Book a governance assessment. We audit your current AI engineering workflow, identify where governance gaps create compliance and quality risk, and recommend the right tier and integration surface for your organization.

info@bespokementis.com · OSS framework free · REST API from day one · No credit card required to start