Run agent governance on your own infra — Zumie Gateway is now on AWS Marketplace · Deploy Zumie Gateway →
Agent action control plane Limited preview

Trust your agents. Verify every move they make.

Gavrun sits between your agents and the systems they touch. Every tool call gets a verdict in milliseconds — and the dangerous ones wait for a human.

No card · no redeploy · wraps one call

Used for: payment refunds data deletion infra changes model calls outbound email
gavrun · decisions live
1,284
today
96.1%
allowed
38
held
12
blocked
14:32:07
vector.search
support-agent · knowledge_base
allow
14:32:04
http.request
orders-agent · api.internal/v2
allow
14:31:58
db.write
ops-agent · customers · 1,400 rows
held for review
14:31:51
files.delete
ops-agent · /exports/* · recursive
block
14:31:46
model.completion
support-agent · gpt-4o · 3,210 tok
allow
Every call · keyed by decision ID · metered by tokens

Sits in front of the frameworks and runtimes your agents already use

LangChain CrewAI LlamaIndex OpenAI Agents SDK Anthropic Claude Pydantic AI n8n
The problem

Your agents are in production. Who's watching?

The moment an agent can call a tool, it can move money, delete data, email a customer, or spin down a server — without asking. Most teams have no idea what their agents actually do until something goes wrong.

No control at the point of action

Input guardrails check the prompt, not the call. By the time an agent fires a tool, the refund is sent and the rows are gone — there's nothing between intent and impact.

Gavrun decides on every call, before it runs — stripe.refund held, files.delete blocked

No record of what happened

When an agent does something it shouldn't, you're reconstructing it from scattered logs. No decision trail, no token accounting, no answer for audit or your security team.

One trail, keyed by decision ID — every allow, hold, and block on record

Spend and risk run unbounded

A looping agent can burn thousands in tokens overnight, or leak sensitive data to a model, before anyone notices. Adoption stalls because no one can sign off on the risk.

Token ceilings & safety controls by policy — agent capped before the overnight bill lands
The console

One workspace for the whole governed fleet.

Onboard agents, author policies, clear approvals, and read the activity trail — from a single developer control plane. Metering and risk on the front page, decision history one click away.

app.gavrun.ai/overview live
For developers

Wrap one call. Ship your agent unchanged.

Register an agent, pull its scoped credentials, and configure once. Gavrun intercepts each tool call — deciding, recording, and routing for approval whenever your policy says so.

1

Install & configure

pip install langman (PyPI), then Gavrun.from_config() with a scoped agent_id and client secret — set once per agent.

2

Run your agent as-is

Every tool call is intercepted automatically — no changes to your agent loop, no redeployment.

3

Set policies in the dashboard

Configure rules per tool — thresholds, token budgets, and human-approval requirements. Changes take effect immediately.

agent.py python
from gavrun import Gavrun, GavrunDecisionDenied

gavrun = Gavrun.from_config(
    config_path="~/.gavrun/gavrun-governance.yaml",
    agent_id="agent_76f70164eb79",
)

# Wrap any tool or model call — Gavrun
# decides before it ever runs.
try:
    result = gavrun.guard_execution(
        action_type="tool",
        action_name="stripe.issue_refund",
        payload={"amount": 3180, "customer": "cus_5521"},
        callback=lambda: issue_refund(amount=3180),
    )
except GavrunDecisionDenied as e:
    logger.warning("Denied: %s", e.reasons)

# → allow · block · held for a human
Self-host

Run agent governance on your own infrastructure.

Zumie Gateway brings the full agent monitoring and policy enforcement stack to your AWS environment. Same decisions, same audit trail — on infra you control, behind your own VPC.

Your infra

Deploy inside your VPC

Zumie Gateway runs in your AWS account. No agent call data leaves your environment — full control over where it lands.

AWS Marketplace1-click deploy
Track every call

Monitor agent activity

Every tool call, token spend, policy hit, and approval request — logged and searchable inside your own stack.

decisions · tokens · policieslogged
Same Langman SDK

No code changes

Point your existing Langman config at your Gateway endpoint. Same SDK, same policies — no agent changes needed.

pip install langmancompatible
Deploy Zumie Gateway on AWS Available on AWS Marketplace · runs in your account

Put a verdict in front of every action.

Open a preview workspace, point your agents at Gavrun, and watch the first decisions land in minutes. Sign in to pick up where you left off, or start fresh — no card, no redeploy.

Preview access · no card, no redeploy