Skip to content

GLACIS Documentation

Cryptographic proof-of-compliance for AI systems. Automate ISO 42001 certification with real-time attestations and intelligent compliance automation.

Why GLACIS?

AI systems require continuous compliance monitoring, not point-in-time audits. GLACIS provides cryptographic attestation infrastructure that proves your AI governance policies are actually enforced at runtime.

Continuous Attestation

Generate cryptographic proofs for every AI request. L0 metadata attestations capture all traffic while L2 evidence attestations provide deep audit trails for sampled requests.

ISO 42001 Native

Purpose-built for ISO/IEC 42001:2023 with 184 pre-mapped controls. Automatic evidence collection links runtime attestations to specific compliance requirements.

AI-Powered Setup

The Certification Wizard conducts a 20-minute AI interview to bootstrap your compliance program. Automatically generates policies, impact assessments, and control implementations.

Zero-Egress Security

Evidence never leaves your infrastructure. Only cryptographic commitments are shared, enabling auditor verification without exposing sensitive data.

Quick Start

Deploy a GLACIS sidecar alongside your AI service to start generating attestations immediately:

Terminal window
# Install the sidecar
npm install @glacis/sidecar
# Configure your environment
export GLACIS_API_KEY=your-api-key
export GLACIS_ORG_ID=your-org-id
# Start the sidecar
npx glacis-sidecar start

Core Components

Supported Frameworks

GLACIS provides native support for multiple AI governance frameworks:

FrameworkStatusAuto-Evidence
ISO/IEC 42001:2023Full Support4 controls
EU AI ActFull SupportHigh-risk requirements
SOC 2Full SupportTrust service criteria
NIST AI RMFPartialRisk management
GDPRFull SupportArticle 22 automation
HIPAAFull SupportPHI protection

How It Works

┌─────────────────────────────────────────────────────────────┐
│ Your AI Application │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ GLACIS Sidecar │ │
│ │ • Intercepts requests │ │
│ │ • Generates L0/L2 attestations │ │
│ │ • Sends to receipt service │ │
│ └───────────────────────────────┬─────────────────────┘ │
└──────────────────────────────────┼──────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ GLACIS Attestation Service │
│ ┌───────────────┐ ┌───────────────┐ │
│ │ Witness │ │ Receipt │ │
│ │ (Epochs) │───▶│ (Merkle Tree) │ │
│ └───────────────┘ └───────────────┘ │
└─────────────────────────────┬───────────────────────────────┘
┌─────────────────────────────────────────────────────────────┐
│ Compliance Dashboard │
│ • Real-time compliance scores │
│ • Auto-mapped evidence │
│ • Gap analysis & remediation │
│ • OSCAL export │
└─────────────────────────────────────────────────────────────┘

Ready to Get Started?