HAIEC Documentation
Everything you need to integrate AI governance into your product
Engine Documentation
Complete developer and executive guides for all HAIEC engines
AI Security Static Engine
Tier 2AST-based code analysis for AI vulnerabilities
View Documentation
Compliance Wizard Engine
Tier 2Interactive evidence collection for SOC2, GDPR, HIPAA, ISO27001
View Documentation
GitHub Control Signals Engine
Tier 1 - FREERepository metadata and CI/CD detection
View Documentation
AI Security Runtime Engine
Tier 2Live endpoint testing with attack payloads
View Documentation
Popular Guides
Quick Start
Get started with HAIEC in under 5 minutes
terminal
# Install the HAIEC SDK
npm install @haiec/sdk
# Initialize in your project
import HAIEC from '@haiec/sdk';
const haiec = new HAIEC({
apiKey: process.env.HAIEC_API_KEY
});
# Run your first bias detection
const result = await haiec.detectBias({
text: "Looking for a young, energetic candidate"
});
console.log(result);
// { biasDetected: true, category: "age", severity: "high" }Need Help?
Can't find what you're looking for? Our team is here to help.