Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
708 changes: 708 additions & 0 deletions data/agentic-controls.json

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions go/agent-anomaly-detection/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anomaly detection on agent behaviour | AgenTrust Agentic Controls</title>
<meta name="description" content="Departure from the established baseline is detected during the run rather than reconstructed after it.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-anomaly-detection">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Anomaly detection on agent behaviour">
<meta property="og:description" content="Departure from the established baseline is detected during the run rather than reconstructed after it.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-anomaly-detection">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Anomaly detection on agent behaviour">
<meta name="twitter:description" content="Departure from the established baseline is detected during the run rather than reconstructed after it.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-anomaly-detection">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Anomaly detection on agent behaviour</h2>
<p>Redirecting to <a href="/go/#agent-anomaly-detection">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
59 changes: 59 additions & 0 deletions go/agent-circuit-breaker/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Circuit breaker on agent loops | AgenTrust Agentic Controls</title>
<meta name="description" content="Repeating or non-terminating agent loops are broken automatically, and a broken loop does not cascade into the agents depending on it.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-circuit-breaker">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Circuit breaker on agent loops">
<meta property="og:description" content="Repeating or non-terminating agent loops are broken automatically, and a broken loop does not cascade into the agents depending on it.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-circuit-breaker">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Circuit breaker on agent loops">
<meta name="twitter:description" content="Repeating or non-terminating agent loops are broken automatically, and a broken loop does not cascade into the agents depending on it.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-circuit-breaker">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Circuit breaker on agent loops</h2>
<p>Redirecting to <a href="/go/#agent-circuit-breaker">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
59 changes: 59 additions & 0 deletions go/agent-identity-credential/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent identity credential | AgenTrust Agentic Controls</title>
<meta name="description" content="The agent presents a credential bound to its own identity, distinct from the identity of the user who invoked it, before any authorization decision is made on its behalf.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-identity-credential">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Agent identity credential">
<meta property="og:description" content="The agent presents a credential bound to its own identity, distinct from the identity of the user who invoked it, before any authorization decision is made on its behalf.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-identity-credential">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Agent identity credential">
<meta name="twitter:description" content="The agent presents a credential bound to its own identity, distinct from the identity of the user who invoked it, before any authorization decision is made on its behalf.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-identity-credential">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Agent identity credential</h2>
<p>Redirecting to <a href="/go/#agent-identity-credential">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
59 changes: 59 additions & 0 deletions go/agent-key-binding/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent key binding and custody | AgenTrust Agentic Controls</title>
<meta name="description" content="The agent&#x27;s signing key is bound to its declared identity and held so that possession of the key cannot be separated from the identity it asserts.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-key-binding">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Agent key binding and custody">
<meta property="og:description" content="The agent&#x27;s signing key is bound to its declared identity and held so that possession of the key cannot be separated from the identity it asserts.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-key-binding">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Agent key binding and custody">
<meta name="twitter:description" content="The agent&#x27;s signing key is bound to its declared identity and held so that possession of the key cannot be separated from the identity it asserts.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-key-binding">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Agent key binding and custody</h2>
<p>Redirecting to <a href="/go/#agent-key-binding">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
59 changes: 59 additions & 0 deletions go/agent-purpose-declaration/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Declared agent purpose and scope | AgenTrust Agentic Controls</title>
<meta name="description" content="The agent declares its purpose and the boundary of its task in a form a policy engine can read, not only a form a person can read.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-purpose-declaration">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Declared agent purpose and scope">
<meta property="og:description" content="The agent declares its purpose and the boundary of its task in a form a policy engine can read, not only a form a person can read.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-purpose-declaration">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Declared agent purpose and scope">
<meta name="twitter:description" content="The agent declares its purpose and the boundary of its task in a form a policy engine can read, not only a form a person can read.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-purpose-declaration">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Declared agent purpose and scope</h2>
<p>Redirecting to <a href="/go/#agent-purpose-declaration">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
59 changes: 59 additions & 0 deletions go/agent-rate-limiting/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rate limiting on agent actions | AgenTrust Agentic Controls</title>
<meta name="description" content="The rate at which an agent may act is bounded independently of the rate at which it may infer.">
<link rel="canonical" href="https://agentrust-io.com/go/#agent-rate-limiting">
<meta name="robots" content="noindex, follow">
<meta property="og:type" content="website">
<meta property="og:site_name" content="AgenTrust">
<meta property="og:title" content="Rate limiting on agent actions">
<meta property="og:description" content="The rate at which an agent may act is bounded independently of the rate at which it may infer.">
<meta property="og:url" content="https://agentrust-io.com/go/#agent-rate-limiting">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://agentrust-io.com/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="AgenTrust: open standards for AI agent governance">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Rate limiting on agent actions">
<meta name="twitter:description" content="The rate at which an agent may act is bounded independently of the rate at which it may infer.">
<meta name="twitter:image" content="https://agentrust-io.com/og.png">
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta http-equiv="refresh" content="0; url=/go/#agent-rate-limiting">
<link rel="stylesheet" href="/design-system.css?v=10">
</head>
<body class="at-page">
<main>
<section>
<span class="label">AgenTrust Agentic Controls</span>
<h2>Rate limiting on agent actions</h2>
<p>Redirecting to <a href="/go/#agent-rate-limiting">the control set</a>.</p>
</section>
</main>

<footer class="site-footer"><div class="wrap">
<div class="foot-in">
<div class="foot-brand">
<a class="wordmark" href="/">AgenTrust</a>
<div class="tagline">Open standards for AI agent governance</div>
</div>
<div class="foot-links">
<a href="/">Home</a>
<a href="/quickstart/">Quickstart</a>
<a href="/demos/">Demos</a>
<a href="https://github.com/agentrust-io">GitHub</a>
</div>
</div>
<div class="foot-legal">&copy; 2026 AgenTrust Contributors &middot; MIT licensed &middot; agentrust-io.com</div>
</div></footer>

<script src="/supernav.js"></script>
<script src="/page.js"></script>
</body>
</html>
Loading