Enterprise-grade compliance without enterprise complexity
Define rules in YAML, enforce everywhere. Block, warn, or allow based on content.
Learn more →Automatically detect and redact 50+ PII types. Emails, phones, SSNs, credit cards.
Learn more →HMAC-signed, tamper-evident audit trails. Prove compliance with cryptographic certainty.
Learn more →Deploy in observation mode first. Tork learns your traffic patterns automatically.
Learn more →Tork significantly reduces AI safety risks through multiple detection layers. No AI safety solution guarantees 100% protection. We recommend using Tork as part of a defense-in-depth strategy. See our Terms of Service for details.
Write human-readable YAML policies.
policies:
- name: pii-protection
action: REDACT
patterns: [email, phone]Add Tork to your AI pipeline.
from tork import PolicyEngine
engine = PolicyEngine("policy.yaml")
result = engine.evaluate(output)Get dashboards and receipts.
# Every evaluation creates
# a signed receipt:
{
"decision": "ALLOW",
"hmac": "a3f2c1..."
}Open source core. Premium features for teams.
Join developers building trustworthy AI systems with Tork.