QueryShieldGuides

What is a query firewall for AI agents?

A query firewall for AI is a runtime enforcement point between an agent and a database. It parses each query the model produces, evaluates it against a policy, and either executes it or rejects it — before anything reaches your data.

How it differs from the firewalls you already have

What it must enforce

QueryShield implements each of these as a proxy in front of your database. Because the agent calls the proxy instead of the database, enforcement cannot be bypassed — there is no direct path around it.

Enforce this automatically with QueryShield

A secure SQL proxy for AI agents: natural language in, SELECT-only validated SQL out, per-agent row-level security, and an append-only audit log. Your agents never see connection strings.

Get an API key — free tier Read the API docs

Related guides