Now accepting design partners for Q2 2026 Apply now →

Product Overview

Core features for fair, lawful, and explainable AI hiring.

TraceAI sits downstream of your AI tools. It doesn't make decisions — it logs, explains, monitors for bias, and generates the compliance documentation those tools lack.

Integration

Connect your AI stack in five lines

TraceAI publishes SDKs on PyPI and npm under gettraceai. Install, authenticate with your API key, and start logging decisions. No procurement cycle, no IT project.

  • Python and Node.js SDKs — published, versioned, documented
  • Single endpoint: POST /v1/decisions
  • Batch support — up to 100 decisions per call
  • Sandbox and production isolation with sk_test_ / sk_live_ keys
Read the docs
Python
# pip install gettraceai
from traceai import TraceAI

client = TraceAI(api_key="sk_live_...")

client.log_decision(
  candidate_id="c_8291",
  role="Senior Engineer",
  ai_recommendation="shortlist",
  confidence=0.87,
  human_decision="shortlist",
  model="gpt-4o",
  factors=["experience", "skills"]
)
Bias Monitoring — Senior Engineer
Decisions
342
Pass Rate
68%
Flags
2
Four-Fifths Rule by Gender
85%Male
62%Female
78%Non-binary
Female pass rate below four-fifths threshold (68%)
Monitoring

Real-time decision monitoring and bias detection

Every decision flows into a dashboard where your compliance team can track outcomes, spot patterns, and catch bias before a candidate or regulator does.

  • Four-fifths rule analysis across gender, age, and ethnicity
  • Per-role pass/fail rate breakdown with flag distribution
  • Ethnic clustering detection and age confidence gap analysis
  • Automated email alerts when thresholds are breached
See a demo
Reporting

Audit-ready compliance reports in one click

TraceAI generates 8-section PDF compliance reports aligned to UK GDPR Article 22, the ICO Statutory Code, and EU AI Act high-risk requirements. Built from your real decision data — not templates.

  • Executive summary with compliance readiness score
  • Regulatory coverage matrix across UK GDPR, EU AI Act, ICO Code
  • Decision activity analysis with bias monitoring results
  • Audit trail integrity verification with hash chain status
  • Gaps and recommendations section with remediation steps
Request a sample report
Compliance Report — March 2026
TraceAI Compliance Report
Generated 28 Mar 2026 · Acme Recruiting Ltd
94/100
01Executive Summary
02Regulatory Coverage Matrix
03Decision Activity Analysis
04Bias Monitoring Results
05Audit Trail Integrity
gettraceai.com/docs

Log a Decision

POST/v1/decisions

Records a single AI-assisted hiring decision with candidate demographics, model metadata, and human oversight status.

curl -X POST https://api.gettraceai.com/v1/decisions \
  -H "x-api-key: sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"candidate_id": "c_8291", ...}'
Documentation

Complete API reference at /docs

Every endpoint, payload schema, and response format documented with working code examples in Python and Node.js. Webhook setup, SDK installation, authentication — everything your engineering team needs to integrate in a day.

  • Decision ingestion, batch import, and retrieval endpoints
  • Webhook configuration with HMAC-SHA256 signature verification
  • SDK quickstart guides for Python and Node.js
  • Authentication, API key management, and sandbox/production modes
Browse documentation

Ready to make your AI hiring auditable?

Join our design partner programme and get full platform access free for three months.

Talk to us