Enterprise-grade compliance without enterprise complexity
13 governance tools via Model Context Protocol. Drop-in integration with Claude, Cursor, and MCP clients.
Learn more →Block dangerous flags, enforce allowlists. Rate limiting and target environment restrictions.
Learn more →Human approval with fatigue detection. Velocity alerts catch slicing attacks.
Learn more →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..."
}Python SDK for your codebase. MCP server for Claude & Cursor.
$ pip install tork-governance$ npx @torknetwork/mcp-serverWorks with Claude Desktop, Cursor, and any MCP-compatible client
View documentation on GitHub →Three ways to manage AI governance. Pick what works for you.
Point and click. Embed our React dashboard directly in your app.
<TorkAdminConsole apiKey="..." />
Full programmatic control. Python, JavaScript, or REST API.
engine = GovernanceEngine(api_key="...")
Ask Claude or Cursor to configure governance for you.
"Register a tool that blocks --force flag"
All three methods write to the same database. Changes apply everywhere instantly.
Open source core. Premium features for teams.
Join developers building trustworthy AI systems with Tork.