> ## Documentation Index
> Fetch the complete documentation index at: https://agentcontrol-abhi-agent-control-auth-contract-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Control

> An open‑source control plane for centralized agent governance and guardrails.

<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 />

**Agent Control** provides a centralized control layer that evaluates inputs and outputs against configurable rules to block harmful content, prompt injections, PII leakage, and more—without changing agent code.

Choose your next step: follow the quickstart, explore examples, or head to the repo:

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/core/quickstart">
    Install, run, and protect your first agent in minutes.
  </Card>

  <Card title="Examples" icon="flask" href="/examples/overview">
    Real-world use cases and end-to-end integrations.
  </Card>

  <Card title="Agent Control Repo" icon="github" href="https://github.com/agentcontrol/agent-control">
    Browse the source, contribute, or star the project.
  </Card>
</CardGroup>

## Why It Matters

Traditional guardrails embedded inside your agent code have critical limitations:

* **Scattered Logic:** Control code is buried across your agent codebase, making it hard to audit or update
* **Deployment Overhead:** Changing protection rules requires code changes and redeployment
* **Limited Adaptability:** Hard-coded checks can’t adapt to new attack patterns or production data variations

**Agent Control gives you runtime control over what your agents can and cannot do:**

* **For developers:** Centralize safety logic and adapt to emerging threats without redeployment
* **For non-technical teams:** Configure and monitor agent safety without touching code
* **For organizations:** Reuse controls across agents with audit-ready traces

Explore the core building blocks:

<CardGroup cols={2}>
  <Card title="Concepts" icon="lightbulb" href="/concepts">
    Controls, selectors, evaluators, and actions.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/concepts/architecture">
    Component overview, data flow, and system design.
  </Card>
</CardGroup>
