← all appsagentshield.ogbuilds.aicoming soon

agent.shield

a human in the loop for your ai agents

agent.shield is a security firewall for AI agents. It sits in front of your systems as a transparent HTTP proxy: every request your agent makes runs through it, gets matched against your policies — plain regex on method, path, and body — and safe traffic is forwarded the instant it arrives. Nothing slows down until something dangerous shows up.

When a request looks destructive — a DELETE, a drop table, an rm -rf, a kubectl delete — agent.shield holds it in an approval queue and waits for a human to approve or deny, then forwards or blocks accordingly. Every decision, held or passed, lands in an audit log you can read later. Point your agent at one url and you have a human in the loop for anything that can't be undone.

get in touch
agentshield.ogbuilds.ai
agent.shield
dashboardrequestspolicies
+ new proxy

pending review

1

approved

312

denied

7

intercepted

1,284

held for approvalwaiting on you
DELETE/api/customers/all
matched rule “destructive delete”
body drop table customers

your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.

approve & forwarddeny
recent decisions
GET/api/ordersapprovednow
POST/api/refundsapproved1m
kubectldelete deploy/apidenied4m
DROPtable sessionsdenied9m
active proxyforwarding

agentshield.ogbuilds.ai/p/prod-agent

3 policies · 14ms median overhead

how it works

  1. 01

    point your agent at the proxy

    Change one base url so your agent's traffic flows through agent.shield — no rewrite, no sdk.

  2. 02

    write a policy or two

    Match on method, path, or body with plain regex; decide what passes and what gets held for review.

  3. 03

    approve from the queue

    Safe traffic forwards instantly. Destructive calls wait in the queue for an approve or deny — and every decision is logged.

a look inside

a few of the screens you'll actually use.

  • transparent proxy, one url to change
  • holds destructive calls for approval
  • every decision logged
agentshield.ogbuilds.ai/dashboard
agent.shield
dashboardrequestspolicies
+ new proxy

pending review

1

approved

312

denied

7

intercepted

1,284

held for approvalwaiting on you
DELETE/api/customers/all
matched rule “destructive delete”
body drop table customers

your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.

approve & forwarddeny
recent decisions
GET/api/ordersapprovednow
POST/api/refundsapproved1m
kubectldelete deploy/apidenied4m
DROPtable sessionsdenied9m
active proxyforwarding

agentshield.ogbuilds.ai/p/prod-agent

3 policies · 14ms median overhead

agentshield.ogbuilds.ai/requests
agent.shield
dashboardrequestspolicies
+ new proxy

pending review

1

approved

312

denied

7

intercepted

1,284

held for approvalwaiting on you
DELETE/api/customers/all
matched rule “destructive delete”
body drop table customers

your agent is trying to wipe every customer record. agent.shield is holding it until a human decides.

approve & forwarddeny
recent decisions
GET/api/ordersapprovednow
POST/api/refundsapproved1m
kubectldelete deploy/apidenied4m
DROPtable sessionsdenied9m
active proxyforwarding

agentshield.ogbuilds.ai/p/prod-agent

3 policies · 14ms median overhead

agent.shield is on the way.