Now in Public Beta

The Governance Layer
for AI Agents

Secure delegation chains, real-time compliance monitoring, and cascade revocation for multi-agent AI systems.

$npm install @adcp/sdk

Trusted by teams building with AI agents

NeuralForge
AgentStack
CortexAI
SynthLabs
VectorOps
PromptScale
AutoPilotHQ
ChainGuard
NeuralForge
AgentStack
CortexAI
SynthLabs
VectorOps
PromptScale
AutoPilotHQ
ChainGuard

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.

01

Register

Register your AI agents and define their capabilities, risk levels, and governance policies.

02

Delegate

Create cryptographic delegation chains with scoped permissions, time bounds, and constraints.

03

Monitor

Real-time dashboards track every delegation, validation, and policy enforcement event.

04

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.

$0forever
  • Up to 5 agents
  • 100 delegations / month
  • Basic validation (9-step)
  • Community support
Get Started

Pro

For teams shipping agents in production.

$99/month
  • Unlimited agents
  • 10,000 delegations / month
  • Cascade revocation
  • EU AI Act compliance reports
  • Shadow AI discovery
  • Priority support
Start Pro Trial

Enterprise

For organizations with advanced governance needs.

Custom
  • Unlimited everything
  • Vendor risk scoring
  • SSO / SAML
  • Dedicated support & SLA
  • Custom policy engine
  • On-premise option
Contact Sales

Built for developers

A TypeScript-first SDK with full type safety, intuitive APIs, and comprehensive documentation. Ship governed agents in minutes, not months.

$npm install @adcp/sdk
import { ADCPClient } from '@adcp/sdk';
 
const client = new ADCPClient({
baseUrl: 'https://api.threnn.ai',
token: process.env.ADCP_TOKEN,
});
 
// Register an agent
const agent = await client.agents.register({
name: 'data-analyst',
capabilities: ['read:data', 'write:reports'],
riskLevel: 'medium',
});
 
// Create a delegation chain
const delegation = await client.delegations.create({
from: parentAgent.id,
to: agent.id,
scope: ['read:data'],
expiresIn: '24h',
});
 
// Validate in real-time
const result = await client.delegations.validate(
delegation.id
);
console.log(result.valid); // true

Ready to govern your
AI agents?

Start free and add governance to your agent fleet in minutes. No credit card required.

Get Started Free