Agentic Data Plane
The infrastructure layer governing data accessed autonomously by AI agents — MCP servers, catalog-enforced authorization, and gateway-level control composed into one policy surface between agents and storage.
Summary
The infrastructure layer governing data accessed autonomously by AI agents — MCP servers, catalog-enforced authorization, and gateway-level control composed into one policy surface between agents and storage.
One level up from the Catalog-Centric Control Plane: the catalog decides *what* a principal may touch; the agentic data plane extends that boundary to autonomous, asynchronous consumers and adds explainability — an audit trail for why an agent read what it read. Redpanda's AI Gateway, Polaris/Gravitino MCP enforcement, and AWS Labs' first-party MCP servers are the same pattern from three directions.
- Not a product — a composition pattern. Buying an "AI gateway" without catalog-level grants leaves the enforcement gap open.
- Text-to-SQL with a service account is the anti-pattern this replaces; restricted MCP tool calls carry the principal's actual grants.
augmentsCatalog-Centric Control Plane — extends catalog governance to autonomous consumersdepends_onMCP Gateway — the enforcement chokepoint for agent tool traffic
Definition
The emerging infrastructure layer that governs, routes, and provides policy explainability for data accessed autonomously by AI agents — the composition of MCP servers, catalog-enforced authorization, and gateway-level control that sits between agents and the storage tier.
The primary consumer of data infrastructure is shifting from human analysts running static queries to autonomous agents traversing data asynchronously. Human-era controls assume a person behind every query; agents need the same authorization boundaries, row-level masking, and policy grants enforced *mechanically* at the data plane — plus an audit trail that can explain, after the fact, why an agent was allowed to read what it read. Vendors are converging on the pattern from different directions: [Redpanda](/node/redpanda)'s AI Gateway governs MCP servers and agents centrally, [Apache Polaris](/node/apache-polaris) and [Apache Gravitino](/node/apache-gravitino) enforce that an agent request respects the same grants as a human principal, and AWS Labs ships first-party MCP servers for its storage services.
Letting AI agents query the lakehouse under enterprise RBAC, centralized governance of MCP server fleets, agent-access audit and explainability, replacing raw text-to-SQL execution with restricted, policy-checked tool calls.
Connections 3
Outbound 3
Resources 3
Names the pattern from the streaming side — R1's AI Gateway centralizing governance, control, and explainability over MCP servers and agents.
The storage-tier half: payloads pass through to S3/GCS while Raft consensus stays local — the data-plane topology agents inherit.
The catalog side: agent requests through the Generic Table API respect the same authorization boundaries as human principals.