The Governance Layer
for AI Agents
Secure delegation chains, real-time compliance monitoring, and cascade revocation for multi-agent AI systems.
Trusted by teams building with AI agents
The agent governance gap
AI agents are multiplying faster than teams can govern them. Threnn closes that gap.
The Problem
- No visibility into which agents have what permissions
- Manual permission audits that lag behind deployments
- Shadow AI agents operating without governance
- Regulatory exposure with no compliance trail
The Threnn Solution
- Delegation chains with cryptographic provenance
- Real-time monitoring and automated policy enforcement
- Full agent discovery and shadow AI detection
- EU AI Act compliant audit logs out of the box
Everything you need for agent governance
A complete toolkit for managing delegation, compliance, and risk across your AI agent fleet.
Delegation Chains
Cryptographically-signed permission chains with full provenance tracking across multi-agent hierarchies.
9-Step Validation
Every delegation request passes through format, authority, scope, temporal, and policy checks.
Cascade Revocation
Revoke a parent delegation and every child in the chain is instantly invalidated.
EU AI Act Compliance
Built-in audit trails, risk classifications, and documentation that meet regulatory requirements.
Shadow AI Discovery
Detect unregistered agents operating outside governance boundaries before they become risk.
Vendor Risk Scoring
Automated risk assessment across your entire agent supply chain with continuous monitoring and alerting.
How it works
Four steps to full agent governance — from first registration to automated compliance.
Register
Register your AI agents and define their capabilities, risk levels, and governance policies.
Delegate
Create cryptographic delegation chains with scoped permissions, time bounds, and constraints.
Monitor
Real-time dashboards track every delegation, validation, and policy enforcement event.
Govern
Enforce compliance, cascade-revoke permissions, and generate audit reports automatically.
Simple, transparent pricing
Start free, scale as your agent fleet grows.
Free
For individual developers exploring agent governance.
- ✓Up to 5 agents
- ✓100 delegations / month
- ✓Basic validation (9-step)
- ✓Community support
Pro
For teams shipping agents in production.
- ✓Unlimited agents
- ✓10,000 delegations / month
- ✓Cascade revocation
- ✓EU AI Act compliance reports
- ✓Shadow AI discovery
- ✓Priority support
Enterprise
For organizations with advanced governance needs.
- ✓Unlimited everything
- ✓Vendor risk scoring
- ✓SSO / SAML
- ✓Dedicated support & SLA
- ✓Custom policy engine
- ✓On-premise option
Built for developers
A TypeScript-first SDK with full type safety, intuitive APIs, and comprehensive documentation. Ship governed agents in minutes, not months.
import { ADCPClient } from '@adcp/sdk'; const client = new ADCPClient({ baseUrl: 'https://api.threnn.ai', token: process.env.ADCP_TOKEN,}); // Register an agentconst agent = await client.agents.register({ name: 'data-analyst', capabilities: ['read:data', 'write:reports'], riskLevel: 'medium',}); // Create a delegation chainconst delegation = await client.delegations.create({ from: parentAgent.id, to: agent.id, scope: ['read:data'], expiresIn: '24h',}); // Validate in real-timeconst result = await client.delegations.validate( delegation.id);console.log(result.valid); // trueReady to govern your
AI agents?
Start free and add governance to your agent fleet in minutes. No credit card required.
Get Started Free