Level 3: Infrastructure Enforcement

Agent Vigil is watching.

Every dangerous action your AI agent attempts requires your explicit approval via push notification. Default-deny. No SDK required. The agent cannot bypass the gate.

See How It Works

Three levels of AI agent safety

Most guardrails operate at Level 1 or 2. Agents eventually ignore prompt rules and skip voluntary gates. Agent Vigil operates at Level 3.

LEVEL 1

Prompt Rules

"Please don't delete important files."

Agent ignores eventually.

LEVEL 2

Voluntary Gates

"Are you sure you want to delete this?"

Agent can skip the gate.

LEVEL 3

Infrastructure Enforcement

Action is physically blocked until a human approves.

Agent cannot bypass the gate.

How it works

One HTTP endpoint. One push notification. One tap. That's the entire integration.

1

Hook fires POST

Your pre-action hook sends the action details to Agent Vigil's API. Any language, any framework.

2

Push notification arrives

Your phone buzzes with what the agent wants to do. Project name, action type, full context.

3

You decide

Approve or deny with a single tap. No response in 5 minutes? Auto-deny. That's the contract.

4

Response flows back

The hook unblocks. Exit code 0 (approved) or 1 (denied). The agent proceeds or stops.

THE ENTIRE INTEGRATION

# Your hook sends one HTTP request. That's it.
curl -X POST https://api.agentvigil.com/v1/review \
  -H "Content-Type: application/json" \
  -d '{"key":"av_your_api_key_here","action":"delete_file","context":"/src/components/legacy"}'

The request blocks until you approve, deny, or the 5-minute timeout expires.

Decide from your lock screen

When an agent attempts a dangerous action, your phone buzzes with the full details. Approve or deny without opening the app. Get back to what you were doing in under 5 seconds.

  • Action type and context visible on the notification
  • Approve/Deny buttons right on the lock screen
  • Haptic feedback confirms your decision
  • Tap the notification body for full details in-app
AGENT VIGIL
now
Client Project
delete_file
/src/components/legacy

Built for developers who don't babysit

Agent Vigil is an infrastructure enforcement layer, not another prompt rule. These are the design decisions that make it work.

🛡

Default-Deny

Allowlist, not blocklist. Missing a rule means the action is blocked, not exposed. The same philosophy that makes firewalls work.

🔌

No SDK Required

One HTTP POST is the entire integration. Use curl, Python, Node, Bash, or anything that speaks HTTP. Works with any agent framework.

5-Minute Timeout

No response in 5 minutes? Action denied. No human available means no action executed. That's the safety contract.

👁

Privacy-First

Action data is transient — held in memory only during the review window. Never stored. Never logged. Never shared with third parties.

Sub-2s Latency

Push notification delivered within 2 seconds. Response back to the hook within 2 seconds of your tap. No perceptible delay.

🤖

Works With Everything

Claude Code, OpenAI Codex, LangChain, custom agents. If it can call a pre-action hook, it works with Agent Vigil.

Simple pricing

One plan. Full access. No tiers, no usage limits, no surprises.

$0.99
per month
  • 7-day free trial, no credit card
  • Unlimited projects
  • Unlimited review requests
  • Push notifications with full action context
  • Lock-screen approve/deny
  • Privacy-first — your data stays transient
Coming Soon

Billed monthly via Apple In-App Purchase. Cancel anytime.

Stop babysitting your agents.

Download Agent Vigil, create a project, and run the curl test. See your first push notification in under 10 minutes.

Coming to the App Store
Feb 24, 2026, 6:19 PM · e513ef8