Agent-DB Safety Gateway With Column-Level Redaction and Per-Session Cost Quotas
Teams are being asked to give AI/ML agents production database access and discovering it's a different beast than BI tools — agents generate unbounded queries, hallucinate seven-way joins, and reason over rows you thought were redacted. The pattern that holds up is column-level redaction at a logical replica, plus hard per-session memory and timeout quotas, but nobody ships this as a packaged product.
The product is a Postgres-wire-protocol proxy. Hash/null PII columns by config, kill any session over X memory or Y seconds, and emit one structured audit event per agent session. Sell to startups before their first ML hire bricks the primary.
landscape (4 existing solutions)
The community is converging on the right pattern (redacted logical replica + connection-pool-level audit + per-session quotas) without anyone packaging it. AI Agent DB Gateway is a real category waiting to be named.