AICOMPLYR
How It Works/API Documentation
Developer Documentation

API
DOCUMENTATION

Integrate the proof primitive. Build governance-native applications with APIs designed for the boundary between enterprise policy and partner execution.

The AICOMPLYR API doesn't log AI usage — it governs the seam where enterprise control meets partner creativity. Every endpoint is designed to make compliance invisible while keeping proof immutable.

Core Capabilities

Policy Evaluation

Real-time policy checks against enterprise rules. Returns allow/deny with full reasoning chain. Sub-100ms response.

CORE API
Proof Bundles

Cryptographically signed decision records. Immutable audit trails for every AI operation. SHA-256 hash chain.

CORE API
Tool Registry

Register and manage approved AI tools. Version control with automatic deprecation handling.

GOVERNANCE
Precedent Search

Query historical decisions for similar contexts. Powers VERI's contextual recommendations.

GOVERNANCE

Quick Start

Three lines to initialize. One call to evaluate. Zero workflow changes.

evaluate-policy.tsSDK v2.1
import { AIComplyr } from '@aicomplyr/sdk'

// Initialize with your boundary credentials
const client = new AIComplyr({
  boundaryId: process.env.AICOMPLYR_BOUNDARY_ID,
  apiKey: process.env.AICOMPLYR_API_KEY
})

// Check policy before AI operation
const decision = await client.evaluate({
  tool: 'gpt-4-turbo',
  context: 'marketing copy generation',
  metadata: { clientId: 'pharma-corp' }
})

if (decision.allowed) {
  // Proceed with AI operation
  const proof = decision.proofBundle
  // proof.hash → SHA-256 chain
  // proof.bundleId → GOV-2026-XXXX
}

Start Building

Authentication

API keys, OAuth, and boundary credentials setup.

VERI Integration

Connect the policy evaluation engine to your workflows.

Webhooks

Real-time events for policy decisions and audit triggers.

SDKs & Libraries

Node.js, Python, Go, and REST API reference.

REGULATORY READY

Built for industries where AI governance isn't optional. Every API response includes audit metadata.

EU AI Act Ready
SOC 2 Type II
HIPAA Compliant
FDA 21 CFR Part 11
Immutable Records

Cryptographic proof that can't be altered post-facto. SHA-256 hash chain.

Real-time Evaluation

Policy checks complete in under 100ms. Zero workflow friction.

Audit Export

One-click exports for regulatory review. Any format, any jurisdiction.

Chain of Custody

Full traceability from request to decision. Every actor, every timestamp.

The seam between enterprise and partner — governed by code.