Stop AI agents before they drop your production database.
Block the catastrophic deterministically.Coach the recoverable.
It physically can't run the destructive call, even when your agent tries. With your own LLM key, the block becomes a coached recovery: the agent revises and finishes instead of dying on a 403.
Start free, on your machine. No LLM key, nothing leaves your laptop. Add your own LLM key to unlock Recover; connect the cloud control plane for team HITL & SOC.
Watch AgentX block a live attack
Four agent attacks blocked, then the live policy-coverage suite.
Live across the protected network
--
Irreversible / exfiltration actions stopped pre-execution.
--
Share of challenged agents that self-corrected.
--
Runs that self-corrected vs. crashed.
--
~est. 20 min saved per protected run.
pip install agentx-security-sdkfrom agentx_sdk import agentx_protect
@agentx_protect(agent_id="crm_worker")
def dispatch_update(client_id, notes, db=None):
return db.execute(notes) # blocked before this line runs
# a prompt-injected DROP TABLE, blocked keyless and in-process:
dispatch_update("c-99401", "...; DROP TABLE users;")That's the keyless Shield: it blocks the blatant catastrophic calls (DROP TABLE, secret exfiltration, SSRF) before they run, no key required.
Two ways to add it: a decorator on a Python tool, or one line in your mcp.json to wrap any MCP server (Claude Code, Cursor).
Full quickstart for both stacks → pick your stack, protect, handle a block, and run the gateway.
pip install, then one decorator on a Python tool or one line in your mcp.json to wrap any MCP server. The keyless Shield blocks the blatant catastrophic calls (DROP TABLE, secret exfiltration, SSRF) before they run. No LLM key, no signup, runs on your machine.
block + nudge
The block becomes a coached, recoverable challenge: your agent revises and finishes the task instead of dying on a 403. Runs the full deterministic floor through the gateway with your own Gemini key.
guide + continue
Connect the cloud control plane for team human-in-the-loop and SOC approvals, shared dashboards, and a fleet-wide audit trail. Central oversight for when one machine isn't the whole story.
review + govern
Request access—we'll send your gateway keys to run the floor locally, plus the cloud control plane (team HITL, SOC & shared dashboards) when you're ready.