Integrate evidence-based AI governance into your systems in minutes. This guide walks through creating your first policy gate, evaluating an AI action, and capturing evidence receipts.
Create a policy set that defines governance rules for AI model deployments, agent actions, or data processing activities.
Example Policy Structure:
{
"policy_name": "Model Deployment Review",
"scope": ["model_deployment"],
"rules": [
{
"condition": "model_risk_score > 0.7",
"action": "require_human_approval"
}
]
}Every evaluation creates a tamper-evident receipt. Query receipts for audit trails, compliance reporting, or incident investigation.
Example Receipt:
{
"receipt_id": "rcpt_001",
"outcome": "escalate",
"reason_code": "HUMAN_REVIEW_REQUIRED",
"content_hash": "sha256:a1b2c3...",
"created_at": "2026-05-04T16:30:00Z"
}Create your organization and start building governed AI systems today.