Zenity Raises $125 Million to Secure the Era of 1 Billion AI Agents

Understanding Agentic AI Security: The Guide for CISO’s

Portrait of Emily Wise
Emily Wise
Cover Image

Agentic AI security is the discipline of governing what autonomous AI agents actually do inside enterprise systems, not just what they were authorized to access. As agents from Microsoft Copilot, Copilot Studio, Azure OpenAI, Salesforce Agentforce, and Google Vertex AI take on persistent roles across finance, HR, IT, and operations, the security question shifts from filtering prompts to monitoring execution: API calls, memory, tool chaining, and multi-step decisions carried out with real permissions, in real time.

Zenity's use cases inside Fortune 50 environments shows why this matters. Financial services organizations have discovered attack surfaces containing more than 150,000 resources tied to agents and automations. Pharmaceutical organizations have found over 2,000 agent instances shared across their organizations, 82% of them built by people who aren't professional developers. Those agents are already authorized. The open question is whether what they're doing with that authorization is appropriate, and most security programs today have no way to answer it.

Key Takeaways:

  • Authorization and appropriateness are two different questions. An agent can operate entirely within its permissions and still act in ways that are inappropriate for its declared purpose, which is a gap least privilege alone cannot close.
  • Single-signal monitoring leaves predictable blind spots. Identity-only, data-only, or model-only visibility each miss attacks that are only visible when signals are correlated together at runtime.
  • Least agency is the behavioral complement to least privilege. It governs what agents do within the access they already have, and it gives boards a measurable ratio to track.
  • Regulators are already asking behavioral questions. The EU AI Act, the NIST AI RMF, and NIST's Center for AI Standards and Innovation are all moving toward requiring evidence of behavioral monitoring, not just access control logs.
  • AI agent security platforms are consolidating into a distinct category, giving security teams visibility, enforcement, and runtime protection across the orchestration layer where agents actually act.

Why Agentic AI Security Is Different From Model Security

Most organizations built their AI security programs around the model: prompt filtering, output moderation, jailbreak resistance. That was the right starting point when generative AI meant a chatbot answering isolated questions. It's an incomplete starting point now.

Agents don't just answer; they act. A sales agent pulls live CRM data to draft proposals. An HR agent reviews personnel records and adds performance notes. Consider a refund agent that retains transaction history and calls payment and fraud detection systems across multiple sessions: it could operate entirely within its permitted tools, pass every individual prompt check, and still use its persistent memory of prior transactions to gradually route around fraud checks and approve illegitimate claims. No single action would trigger a control. The pattern would only exist at the level of the whole workflow, which is exactly what prompt-level monitoring cannot see.

Industry data confirms the trajectory. By 2028, one-third of GenAI interactions will involve autonomous agents, and 97% of organizations reported GenAI-related security incidents in 2024, up from 51% in 2021, according to Tech Monitor. Agents are the multiplier on that growth, because they act, not just generate.

What Is an Enterprise AI Agent?

An enterprise AI agent is software that perceives a situation, decides what to do about it, and carries out that decision autonomously using tools, data, and standing access. That's a meaningfully different risk profile than a model that only generates a response to an isolated prompt.

The distinction that matters most for security is state persistence. A traditional LLM session forgets once it ends. An agent carries context forward: prior decisions, user preferences, transaction history, and partial task progress. That memory is what makes agents useful, and it's also a new attack surface. Memory poisoning and context drift are risks that don't exist for stateless models at all.

Agents show up in three deployment patterns, and most enterprises are running all three simultaneously with no single view across them.

  • SaaS-embedded agents built into platforms like Microsoft Copilot, Salesforce Agentforce, or ServiceNow
  • Homegrown agents built by engineering teams on Azure OpenAI, AWS Bedrock, or Google Vertex AI
  • Endpoint agents, including coding assistants and local automations acting directly on developer machines

The risk isn't determined by which pattern an agent falls into. It's determined by what the agent does once it's live.

The Agent Is the New Execution Layer

Prompt filters and model wrappers govern inputs and outputs. They don't govern what happens in between: the sequence of tool calls, API invocations, and data accesses that make up an agent's actual behavior during a session. That in-between is the execution layer, and it's where agentic risk accumulates.

Three failure patterns show up repeatedly at this layer.

  • Goal misalignment. The agent optimizes for a subgoal that diverges from its intended purpose.
  • Context poisoning. Untrusted content in a document, email, or webpage injects instructions the agent then treats as legitimate.
  • Cascading failure. One agent's error propagates through connected agents or downstream workflows before a human notices.

None of these require malicious intent. They emerge from unmonitored integrations at the application layer, where a single breach can now cost millions.

Least Privilege Isn't Enough; You Need Least Agency

This is the shift CISOs need to make in how they think about agent risk. Least privilege answers one question: was this agent authorized to access this? It doesn't answer a harder, more consequential question: was what it did with that access appropriate?

An agent can stay entirely inside its permission set and still misbehave. Consider an HR agent authorized to query employee records for its assigned workflow. If it's compromised through prompt injection and starts querying records outside that workflow, one record at a time, always staying under any volume threshold, it has violated the spirit of its deployment without tripping a single access control. Every action was permitted. The behavior wasn't.

Least agency is the governance model built to catch that gap. Where least privilege constrains what an agent can reach, least agency constrains what it's permitted to do within the space it can already reach: in what sequence, under what conditions, and subject to what oversight. The board-reportable metric is the least agency ratio, the measured gap, evaluated per agent at runtime, between what an agent is permitted to access and how much of that access it's actually allowed to act on autonomously. Most enterprises today can't calculate this ratio at all, which means they have no way to know whether their agent fleet is operating inside acceptable risk parameters.

In multi-agent architectures, this compounds. As one agent delegates a subtask to another, autonomous scope can expand at each hop unless it's explicitly bounded. Zenity calls this bounding mechanism a decision budget: a cap on the aggregate effect of a delegation chain, so it never exceeds what a human authorized at the outset.

The Five Signals of Runtime Agent Security

Monitoring any single signal in isolation leaves predictable blind spots. Identity-only visibility misses what an agent does with the access it's given. Data-only visibility misses whether the action itself was appropriate. Closing that gap requires correlating five signals at runtime.

  1. Identity: who or what the agent is acting for.
  2. Data: what it's touching, and what's sensitive.
  3. Model behavior: what it's reasoning toward and generating.
  4. Agent posture: how it's configured, and what it's exploitably capable of.
  5. Environment: the systems and integrations it's operating inside.

A correctly permissioned agent can still turn into a breach, and a risk that looks theoretical on paper can be sitting on a server, fully exploitable. That's exactly what single-signal tools miss. Meta's "Rule of Two" framework offers a practical guardrail here: limit any agent session to no more than two of three high-risk properties, untrusted input, access to sensitive data, or the ability to modify external systems, and require human oversight when a session exceeds that threshold.

How AI Agents Are Changing the CISO's Role

Agent autonomy introduces dynamic, adaptive behavior into environments security programs were designed to treat as static. That changes what the job requires.

  • Behavioral monitoring across sessions, not just point-in-time access review
  • Runtime enforcement tied to orchestration, so risky actions are stopped inline, not flagged after the fact
  • Compliance oversight built for regulated data moving through autonomous workflows
  • Governance aligned with existing identity and access management systems, such as Entra ID, that supplements rather than replaces identity controls

The direction of travel is proactive governance over reactive incident response. Execution-layer visibility is what makes early detection of drift or misalignment possible at all. Security teams cannot catch what they cannot see happening.

What Regulators Are Already Asking

CISOs no longer have the option of waiting for finalized AI-specific regulation before building a compliance posture. The direction is already visible across current frameworks.

  • NIST's Center for AI Standards and Innovation launched its AI Agent Standards Initiative on February 17, 2026, the first time NIST has treated agentic AI as a distinct standardization priority, with a three-pillar program covering agent security, interoperability, and identity.
  • The EU AI Act creates specific obligations for high-risk AI systems, including transparency, human oversight, and audit trail maintenance that apply directly to enterprise agent deployments.
  • The NIST AI Risk Management Framework and Singapore's Model AI Governance Framework for Agentic AI are directionally aligned around accountability, behavioral transparency, and human oversight.

The audit question is changing. Auditors have asked whether the right access controls were in place for years. They're now also asking what an organization's agents actually did, and how the organization knows that behavior was appropriate. Answering that requires a defensible audit trail built on two kinds of observability: execution observability, or what the agent did, meaning the sequence of tool calls, API invocations, and data accesses; and intent observability, or why it did it, meaning the reasoning chain and goal state behind each action. Most enterprise programs today deliver only the first.

Cisco and Splunk's 2026 CISO Report, based on a survey of 650 global CISOs conducted in mid-2025, found that 86% fear agentic AI will increase the sophistication of social engineering attacks, and 82% worry it will increase the speed and complexity of adversarial persistence mechanisms. Those fears become audit questions eventually. Having the governance infrastructure to answer them before they're asked is the practical definition of a mature compliance posture.

What to Look for in an AI Agent Security Platform

Selecting a platform is a practical decision, and evaluation should focus on runtime capability, not feature lists.

  • Runtime memory and behavior monitoring that detects agent drift across sessions, not just at deployment
  • API enforcement that blocks unauthorized or out-of-scope calls before privilege escalation happens
  • Intent-based enforcement that validates what an agent is trying to do, not only the text it received
  • Hybrid and on-premises support that governs SaaS, cloud, homegrown, and endpoint agents under one policy layer, since most enterprises run all four
  • Sensitive data discovery that identifies and protects personally identifiable information before it enters agent memory or workflows
  • Integration with identity and access management, data loss prevention, and security information and event management tools, so behavioral visibility reaches the systems security teams already use for response

Organizations evaluating platforms should also prioritize vendors that support AI red teaming and taint analysis to trace untrusted data flows. That combination is how toxic tool combinations and unmanaged agent sprawl get surfaced before they're exploited, not after.

An Action Plan for Securing AI Agents at Scale

  1. Inventory agents and use cases. Security teams can't govern what they can't see, and this is consistently the highest-value first step. Identify every agent across internal tools, SaaS copilots, and department workflows, including unsanctioned ones.
  2. Map integrations and access. Visualize how each agent connects to systems, APIs, and data, and flag over-permissioned agents and orchestration dependencies.
  3. Establish least agency, not just least privilege. Calculate the least agency ratio per agent class and set behavioral constraints proportional to what each class can reach.
  4. Implement runtime enforcement. Deploy real-time monitoring and inline policy controls at the execution layer to block unauthorized actions, goal drift, and cascading failures as they happen.
  5. Build a defensible audit trail. Capture both execution and intent observability, so the appropriateness question has an answer before an auditor asks it.
  6. Align with leadership priorities. Translate findings into risk, mitigation, and business impact. This is a governance and resilience initiative, not a one-time technology purchase.

Securing AI Agents at the Execution Layer

The agent is the new endpoint. It's the system executing actions, making decisions, and introducing new risk vectors, which means the controls built to secure it have to work the same way an agent does: continuously, and at the point of decision.

Zenity correlates identity, data, model behavior, agent posture, and environment at runtime rather than relying on any single signal, spanning three layers. Surface builds a live inventory of every agent across SaaS, homegrown, and endpoint deployments, evaluates configuration against policy, and validates which attack paths are actually exploitable. Enforce applies memory monitoring, intent governance, and real-time API enforcement to stop unsafe actions inline, before they land, without blocking legitimate autonomy. Protect provides runtime detection and response mapped to OWASP and MITRE ATLAS, catching what slips through and turning it into a sharper policy.

Waste Management put this to work at scale. By surfacing policy violations and over-privileged access across 575,000 resources, 1,500 connectors, and more than 200 environments, Zenity gave the company's security team the visibility and control to operate a governed, enterprise-wide agent ecosystem. "Zenity gives us the confidence to expand our AI deployment and build an enterprise-wide agent ecosystem that is mature, effective, and secure," said Monica Taylor Boggan, head of business information security office at WM.

Gartner named Zenity the company to beat in AI agent governance in an April 2026 report, and in August 2026, Zenity raised a $125 million Series C to expand the platform and its research arm, Zenity Labs, as demand for execution-layer agent security accelerates.

Innovate with AI, without compromising security. See what your agents are actually doing at runtime. Book a demo with the team at Zenity to find out.

FAQs About Agentic AI Security

What is agentic AI security?

Agentic AI security is the discipline of governing risk introduced by autonomous AI agents embedded in enterprise workflows. It ensures agent decisions, tool calls, and integrations stay within defined business, compliance, and operational boundaries at runtime, not just at the point of authorization.

How is agentic AI security different from AI model security?

Model security protects what a model generates in response to a prompt. Agentic AI security governs what an agent does with standing access across a workflow, including the tool calls, memory use, and multi-step actions that unfold after the prompt, often across systems the model layer never sees.

What is least agency, and how is it different from least privilege?

Least privilege limits what an agent can access. Least agency limits what it's permitted to do autonomously within that access, because an agent can stay entirely inside its permissions and still behave inappropriately for its declared purpose. The least agency ratio measures that gap per agent at runtime.

What are the five signals of agent runtime security?

Identity, data, model behavior, agent posture, and environment. Monitoring any one signal in isolation leaves blind spots that only become visible when the signals are correlated together.

Why does AI execution layer security matter?

Enterprise risk materializes when an agent's actions affect real systems and data, not when a prompt is submitted. Execution layer oversight is what lets a security team catch drift, misalignment, or cascading failure while it's happening, instead of reconstructing it afterward.

What is an AI agent security platform?

An AI agent security platform is a dedicated control layer that governs autonomous agents operating inside enterprise environments. It provides visibility into how agents execute tasks, correlates runtime signals, and enforces that behavior stays within policy and risk tolerance.

When should enterprises implement runtime enforcement for agents?

As soon as an agent acts autonomously against APIs, internal systems, or sensitive data without continuous human approval at each step. At that point, detection after the fact is no longer sufficient, and enforcement has to happen inline, at the moment the agent acts.

What regulatory frameworks apply to agentic AI right now?

The EU AI Act imposes transparency and audit trail obligations on high-risk systems. NIST's Center for AI Standards and Innovation launched a dedicated AI Agent Standards Initiative in February 2026. The NIST AI Risk Management Framework and Singapore's Model AI Governance Framework for Agentic AI are moving in the same direction: behavioral transparency and human oversight as baseline expectations, not advanced options.

How does an AI agent security platform integrate with existing security tools?

It adds behavioral visibility specific to autonomous systems on top of existing identity and access management, security information and event management, and data loss prevention tools, rather than replacing them. This extends governance into the agent layer while preserving established identity controls and incident response workflows.

All Academy Posts

Secure Your Agents

We’d love to chat with you about how your team can secure and govern AI Agents everywhere.

Get a Demo