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
14 changes: 13 additions & 1 deletion core/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ description: Runtime guardrails for AI agents — configurable, extensible, and
icon: "house"
---

![Agent Control Architecture](/images/Architecture.png)
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/_0F91yBrRa0"
title="Agent Control Demo"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>

**Agent Control** provides a policy-based control layer that sits between your AI agents and the outside world. It evaluates inputs and outputs against configurable rules, blocking harmful content, prompt injections, PII leakage, and other risks — all without changing your agent's code. It's fully open source--check out the **Agent Control** [repo](https://github.com/agentcontrol/agent-control).

Expand All @@ -22,6 +30,10 @@ Traditional guardrails embedded inside your agent code have critical limitations
- **For non-technical teams:** Intuitive UI to configure and monitor agent safety without touching code
- **For organizations:** Reusable policies across agents with comprehensive audit trails


![Agent Control Architecture](/images/Architecture.png)


## Get started

Protect your AI agent in 4 simple steps.
Expand Down
2 changes: 1 addition & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fonts": {
"family": "Geist"
},
"favicon": "/images/AgentControl - Black Logomark.png",
"favicon": "/images/AgentControl - Black Logomark.svg",
"navigation": {
"tabs": [
{
Expand Down
Binary file removed images/AgentControl - Black Logomark.png
Binary file not shown.
7 changes: 7 additions & 0 deletions images/AgentControl - Black Logomark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading