> ## Documentation Index
> Fetch the complete documentation index at: https://docs.actguard.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ActGuard

## The control plane for AI agents

Ship autonomous agents, without losing control.

ActGuard adds **runtime governance** to agent systems.
It sits between your agents and the APIs or tools they call, enforcing budgets, guardrails, and execution policies in real time.

You integrate it directly in your agent code and manage policies from a central gateway.

**Framework-agnostic. Model-agnostic. Vendor-neutral.**

## What you can do with ActGuard

* Enforce **token and spending budgets** per workspace, agent or plan
* Add **guardrails around tool usage**
* Send **alerts to Slack or webhooks** when policies are triggered
* Inspect **blocked runs and intervention events**

### Dashboard overview

Monitor agent runs and tool calls in real time

* See token usage and spending across agents and workspaces
* Inspect blocked executions when a policy is triggered
* Configure budgets, guardrails, and alert channels
* Review intervention events such as budget limits or policy violations

Instead of discovering problems after costs spike or tools are abused, ActGuard surfaces them **while the agent is executing**.

<img src="https://mintcdn.com/mailiolabsllc/1y7BDSHD05cDaXex/assets/dashboard_screenshot_1.png?fit=max&auto=format&n=1y7BDSHD05cDaXex&q=85&s=441d31aeaeabe58d6b170453b3d08e59" alt="Dashboard" width="100%" data-path="assets/dashboard_screenshot_1.png" />

<Columns cols={2} spacing="2rem">
  <Card title="Agent Management" icon="server" href="/gateway/index">
    Configure budgets and alerts, manage workspace keys, and inspect spend and guard interventions.
  </Card>

  <Card title="Python SDK" icon="square-code" href="/python-sdk/index">
    Start with `budget_guard`, then layer tool decorators. TypeScript support is coming soon.
  </Card>
</Columns>
