Runtime governance and evidence for production AI
TrustChain sits between your AI application and OpenAI, Anthropic or Gemini, applies policy controls, records what happened, and generates evidence your security and compliance teams can use.
INTERACTIVE SIMULATION
Try entering a prompt containing "SSN", "patient", or a regular clean prompt to see the evidence chain.
Integration in Minutes
Point your existing SDK to the TrustChain proxy. No architecture changes required.
BEFORE: Direct Provider SDK
import OpenAI from 'openai';
const client = new OpenAI({
apiKey: process.env.OPENAI_API_KEY
});
await client.chat.completions.create(...)AFTER: TrustChain Fetch API
await fetch('https://trustchainai.app/api/proxy/openai', {
method: 'POST',
headers: {
'Authorization': `Bearer ${process.env.TRUSTCHAIN_API_KEY}`,
'Content-Type': 'application/json'
},
body: JSON.stringify({ model: 'gpt-4o', messages: [...] })
});Runtime controls and evidence for AI governance
Built for teams shipping AI products into regulated industries.
Real-time Compliance Scanning
Every prompt and response is inspected across 20+ rules covering PII, HIPAA, GDPR, and dark patterns.
Secure API Proxying
Drop-in replacement for OpenAI, Anthropic, and Gemini. Provider keys are encrypted at rest, with tenant-scoped storage, authorized server-side use, and configured upstream-provider authentication.
Tamper-Evident Audit Logs
Append-only log of every request with compliance score and violation details.
Usage Analytics
Track token consumption, compliance trends, and incident rates across teams.
API Key Management
Issue scoped keys per environment. HMAC-hashed — shown once, never stored in plain text.
Multi-provider Support
One compliance layer for OpenAI, Anthropic Claude, and Google Gemini.
Simple, transparent pricing
Start free. Scale as your AI usage grows.
Free
$0
- 1,000 API requests/month
- 2 API keys
- 7-day audit log retention
- Basic compliance rules
Starter
$49/mo
- 50,000 API requests/month
- 10 API keys
- 5 team members
- 30-day audit log retention
Growth
$199/mo
- 500,000 API requests/month
- 50 API keys
- 25 team members
- 90-day audit log retention
Enterprise
Custom
- Unlimited requests
- Unlimited API keys
- Unlimited team members
- 1-year audit log retention