When Agents Act on Their Own, Governance Has to Live in the Data Layer

Presented by EDB


As enterprises grant AI agents greater autonomy—the capacity to plan, decide, and act across systems without human approval at every step—a pressing question moves to the forefront of every architecture review: When an agent attempts an action it was never authorized to perform, what actually stops it?

These are your agents, running on your models, accessing your data within your infrastructure. The responsibility for their actions rests with you. That responsibility cannot be fulfilled in hindsight or through abstract policies that exist on paper but not in practice. Agents require rules that are applied contextually in the moment, because they lack the overriding judgment to self-regulate beyond their programming.

Consider a simple rule: Never open the car door. Followed literally, an agent could never enter or exit the vehicle. But if the context changes—a crash, a fire, an injured person needing escape—the rule you actually want is the opposite. Context in the moment is everything. We are asking agents to perform intelligent tasks; that demands intelligent rules.

The natural instinct is to add guardrails around the agent: instructions, policies, and monitoring layered above the model. These mechanisms matter, but they share a structural limitation: The car-door rule seems plausible until the moment you must decide whether to open the door. Controls at the agent layer are only as reliable as the agent's output is predictable, and autonomy is precisely the property that makes such output hard to foresee. Governance that depends on reviewing an action before it occurs cannot keep pace with a system that acts in milliseconds across multiple systems simultaneously.

Governance must become executable, enforced where agents actually operate: at the operational data layer, within the context, and exactly at the moment of action. In 2026, as agentic AI becomes embedded in enterprise workflows, this shift is no longer optional but a foundation for scalable, safe deployment.

The Data Layer Is the Enforcement Point

Agents create value by touching data—querying, retrieving, transforming, and increasingly acting upon it. A policy prohibiting access to a certain class of data is meaningful only if the system can deny that access at the moment the agent requests it. Similarly, a principle of AI auditability is meaningful only if the organization can reconstruct what the agent did, what data it touched, which user it acted for, and what resulted. When governance resides at the data layer, it holds regardless of how the agent was built or behaves, because the control is a property of the database itself—not a promise made by the agent.

Agent Behavior May Be Probabilistic; Governance Cannot Be

The enterprise should not rely on a model choosing to follow policy. The policy must be enforced by the system. This distinction is between hoping an actor stays within bounds and constructing bounds it cannot cross in the first place.

The controls that make this real are ones many enterprises already run at the data layer: role- and attribute-based access control (RBAC/ABAC), row- and column-level security, classification and masking, policy as code, and comprehensive audit trails. In 2026, these mechanisms have matured with the rise of data platforms that integrate governance natively, making them more accessible for AI workloads.

What agents change is not the mechanism itself, but who the mechanism must recognize. Identity management must treat the agent as a principal in its own right, with its own identity and a declared purpose bound when the session opens. Once purpose is linked to identity, the policy engine can evaluate it similarly to role or department today. The audit record can then capture not only who acted and what they touched, but what they declared they were there to do.

In practice, this resolves into nine controls, grouped under three imperatives:

Enforce It

  • Role- and attribute-based access control enforced at query time, for agents as well as users.

  • Dynamic column masking driven by the same policy path.

  • Agent identity as a first-class principal, with declared purpose bound at session start and the acting user preserved.

See It and Prove It

  • Classification and tagging that drives policy decisions.

  • Session-level audit logging that records which agent acted, for which user, and under what declared purpose.

  • Lineage across pipelines, so a result can be traced back to the request that produced it.

Unify and Harden

  • Centralized, portable policy management.

  • Encryption at rest and in transit.

  • Consistent enforcement across on-premises, cloud, and sovereign or air-gapped environments.

"Declared purpose is what makes the difference. It becomes an attribute the access layer already understands, evaluated in the same policy path as role and row-level security. The enforcement mechanism does not change. What changes is that the agent's intention is now subject to the same rigorous controls as any other principal," notes an EDB spokesperson. By anchoring governance in the data layer, enterprises move from hoping agents behave to ensuring they cannot act beyond their bounds—making autonomy a business enabler, not a risk.

via VentureBeat AI

Related