CL
Total Decisions 0 +0 today
Chain Integrity 100% All hashes verified
Active Agents 0 0 inactive
Reports Generated 0 This period

Hash Chain Integrity

Total Blocks 0
Genesis Hash
Latest Hash
Last Verified

Decisions by Compliance Framework

Recent Decisions

View all →

Agent Status

Manage →

Compliance Framework Coverage

Live
to
Timestamp Agent Session Tool Decision Summary Hash (8 char) Status
GDPR

Article 22

Automated decision-making & profiling. Subjects have right to human intervention, to express their point of view, and to contest decisions.

Right to explanation • Data minimization • Human oversight
CFPB

ECOA

Equal Credit Opportunity Act adverse action notices for AI-assisted credit decisions. Must identify specific reasons for denial.

Adverse action notices • Reason codes • Reconsideration rights
EEOC

Algorithmic Discrimination

Guidance on AI/AI in hiring and employment. Employers must audit disparate impact and maintain records of algorithmic decisions.

Disparate impact testing • Selection rate analysis • Validation records
EU AI Act

Article 12

Record-keeping obligations for high-risk AI systems. Technical documentation must be kept up-to-date and available for inspection.

Technical documentation • Conformity assessments • Post-market monitoring

Generated Reports

SDK Integration

Python

Install the AI Compliance Ledger SDK and instrument your AI agents in minutes.

bash
pip install ai-compliance-ledger-sdk
python
from ai_compliance_ledger import ComplianceLedger

ledger = ComplianceLedger(
    api_key="YOUR_API_KEY",
    agent_id="YOUR_AGENT_ID",
    endpoint="https://ai-compliance-ledger.pages.dev/api"
)

# Log a tool call
result = ledger.log_tool_call(
    session_id="sess_abc123",
    tool_name="approve_loan",
    tool_input={"amount": 50000, "credit_score": 720},
    tool_output={"approved": True, "limit": 48000},
    compliance_tags=["cfpb", "gdpr"]
)
print(f"Decision logged: {result['id']}")
print(f"Hash: {result['hash']}")
Get your API key from the Settings page. The SDK supports LangChain, AutoGen, and CrewAI via callback hooks.

API Configuration

Used to authenticate SDK calls. Keep this secret.

Hash Chain Configuration

How often to anchor hashes to external timestamp service.

Data Retention

GDPR: minimum 6 years for financial records. EEOC: 1 year minimum.

Alerting & Monitoring

Send alert immediately if hash chain integrity fails
decisions/hour

Danger Zone

Export all data

Download a complete backup of all decisions and reports in JSON format.

Reset chain verification

Re-run integrity verification on all historical decisions. Takes several minutes.