By NHI Mgmt Group Editorial TeamPublished 2026-04-23Domain: AnnouncementsSource: Cyera

TL;DR: Cyera says its acquisition of Ryft is intended to extend agentic AI security around trusted, governed data, with the company citing a $400 million Series F at a $9 billion valuation and four acquisitions in five years. For practitioners, the signal is that data access, identity context, and agent behaviour are converging into one governance problem.


At a glance

What this is: Cyera’s acquisition of Ryft is framed as a move to tighten governance around data access for AI agents and the identities that act on it.

Why it matters: For IAM and NHI teams, the deal underscores that agentic AI governance now depends on tracing data use, delegation, and access context together rather than as separate controls.

By the numbers:

👉 Read Cyera’s announcement on acquiring Ryft for agentic AI security


Context

Agentic AI security is becoming a data-governance problem as much as an identity problem. When autonomous systems can access, analyze, and act on data, existing IAM models often stop at authentication and coarse authorization, while the real risk sits in delegated access paths, task switching, and what the agent can do with the data once it reaches it. This is the primary NHI governance gap the acquisition points to.

Cyera’s framing suggests that practitioners should stop treating AI agent access as a narrow tool-control issue. The harder question is whether an organisation can trace which non-human identities accessed which data, under what delegation chain, and with what downstream action authority. That is typical of the current market pressure, not an edge case.


Key questions

Q: How should security teams govern AI agent access to sensitive data?

A: Start by binding every agent to a narrow data scope, explicit purpose, and revocation path. Then enforce policy at retrieval time, not just at account provisioning. If you cannot explain why the agent saw a dataset, the control is incomplete. Governance has to cover delegation chains, audit evidence, and downstream action authority, not only authentication.

Q: Why do AI agents increase the blast radius of NHI mistakes?

A: AI agents can inherit access, switch tools, and continue acting across chained workflows, so a single over-permissioned identity can touch more data faster than a human user. The blast radius grows when scope is implicit rather than enforced. That is why least privilege must be contextual, short-lived, and visible at the point of use.

Q: What breaks when agent data access is visible but not traceable?

A: Teams can see that an agent accessed data, but they cannot prove whether the access was authorized, which delegation step approved it, or what the agent did next. That weakens incident response, compliance evidence, and policy enforcement. Visibility without traceability creates a false sense of control because it answers the wrong question.

Q: How do organisations know if agentic AI governance is actually working?

A: Look for three signals: access decisions tied to task context, complete audit records linking agents to datasets, and rapid revocation when scope changes. If reviewers still need manual reconstruction after an incident, the programme is not mature. Effective governance produces explainable access, not just allowed or denied results.


How it works in practice

Why agent identity shifts break static access models

AI agents do not behave like fixed human users or ordinary workloads. Their identity can change with the task, tool, or parent agent in the delegation chain, which makes static role assignment a poor fit for governance. Traditional RBAC is too coarse when the same agent can present different risk depending on context, while ABAC becomes more useful only if the organisation has high-quality attributes for task, data class, and delegation state. The core problem is not just authentication. It is maintaining continuous assurance over what the agent is allowed to do after access is granted.

Practical implication: Practitioners should design controls around task context and delegation state, not just around login events.

Data traceability as a control plane for agentic AI

The central architectural issue is traceability. If an agent can reach multiple data stores, call tools, and pass work to other agents, security teams need a way to see not only access requests but also downstream data use. That is why a control plane for agentic AI has to bind identity, data sensitivity, and action history together. Without that binding, investigators can tell that an agent touched data, but not whether the action was within scope. This creates a blind spot in both prevention and forensics.

Practical implication: Build audit paths that preserve the link between the NHI, the dataset, and the action taken.

Secure data lakes for agents need scoped delegation

A data lake built for AI agents changes the problem from broad data availability to controlled, queryable access. The security requirement is not just storage protection, but limiting which non-human identities can retrieve which slices of data and under what conditions. In practice, that means pairing data classification with policy enforcement, and pairing policy enforcement with short-lived access paths where possible. The architectural goal is to reduce the blast radius if an agent is mis-scoped, over-permissioned, or compromised through a chained delegation path.

Practical implication: Treat agent-facing data access as a least-privilege problem with explicit scope and short-lived permissions.


NHI Mgmt Group analysis

Agentic AI governance is becoming a data authorization problem, not just an AI policy problem. When systems can act on data, the decisive control is whether access is traceable, scoped, and revocable at the point of use. Identity alone is not enough if data handling and delegation chains are opaque. Practitioners should treat data path visibility as a core NHI governance requirement.

Delegated agent identity creates an identity blast radius that existing IAM was not designed to absorb. An agent can inherit context, switch tools, and continue acting without a clean human-style session boundary. That makes standing privilege more dangerous because the scope can expand silently across tool calls. Security teams need to model where delegation becomes an access multiplier, not a convenience.

Traceability is the named concept this market now needs: agentic data traceability. By this, we mean the ability to bind each non-human identity to the exact datasets it accessed, the delegation chain that authorized it, and the action taken. Without that linkage, organisations cannot prove least privilege, investigate misuse, or defend policy decisions. That should become a baseline control objective for any agentic AI programme.

This acquisition signals a broader convergence between data security and NHI governance. The market is moving toward platforms that combine data visibility, identity context, and policy enforcement because practitioners are no longer managing these as separate layers. That convergence may simplify tooling choices, but it also raises the bar for governance design. Teams should expect stronger pressure to unify data and identity controls around agents.

The practical standard is shifting from access approval to access explanation. Security leaders will increasingly need to show why an agent was allowed to see a dataset, not just that a policy existed. That changes audit, legal, and incident response expectations. The organisations that can explain agent behaviour with evidence will be better positioned to scale AI safely.

From our research:

  • 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
  • Only 52% of companies can track and audit the data their AI agents access, leaving 48% with a complete blind spot for compliance and breach investigation.
  • The governance gap widens as organisations scale agent use, so teams should review OWASP Agentic AI Top 10 alongside data-access controls.

What this signals

Agentic data traceability is becoming a programme requirement, not an optional control. With 52% of companies able to track and audit agent data access, the rest are operating with incomplete evidence for compliance and incident response, according to AI Agents: The New Attack Surface report. That gap means identity teams need to coordinate with data owners earlier, because access decisions without traceable context will not satisfy audit or legal review. Align the operating model with the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10.

As agent use scales, expect more pressure to unify data classification, authorization, and delegation logging in one control plane. That is the practical boundary between experimental AI use and governable AI use. Teams that postpone this integration will end up with shadow AI behaviour that is visible only after data leaves the intended scope.

The next control gap is not whether an agent can authenticate, but whether the organisation can explain each data access decision in terms of task, scope, and revocation. That will drive demand for policy engines that work across NHI, data, and session context without creating another blind spot.


For practitioners

  • Define agent-specific data scopes Map each agent to the smallest usable data set and enforce scope at the query or retrieval layer, not just at account creation. Include dataset sensitivity, task purpose, and delegation source in the policy.
  • Bind delegation chains to audit records Record which non-human identity delegated authority, which tool was invoked, and which data objects were touched. Preserve those links in logs so investigators can reconstruct access without guessing.
  • Replace static roles with contextual policy Use attributes such as task type, data class, environment, and session age to decide access. Where the platform allows it, make the decision short-lived and revocable so agent scope cannot drift.
  • Review AI agent data paths before scale-out Before expanding agent use cases, test every retrieval path for overexposure, hidden inheritance, and weak revocation. Focus on where an agent can move from read access to action authority.

Key takeaways

  • Agentic AI governance fails when identity controls stop at authentication and do not follow data use through delegation chains.
  • The scale signal is clear: organisations are expanding AI agent deployment even while many still lack full auditability over data access.
  • Practitioners should move toward traceable, task-scoped access models that can explain why an agent saw a dataset and what it did next.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agent delegation and data use are core agentic AI risks in this announcement.
NIST AI RMFThe article centers on governance, accountability, and traceable AI access decisions.
NIST CSF 2.0PR.AC-4Least-privilege access and control of data reach are central to this acquisition's topic.

Assign owners for agent data access decisions and require explainable evidence for each policy outcome.


Key terms

  • Agentic Data Traceability: Agentic data traceability is the ability to connect each AI agent or other non-human identity to the exact data it accessed, the delegation path that allowed it, and the action it performed. It turns agent governance from a policy statement into an auditable control with investigative value.
  • Identity Blast Radius: Identity blast radius is the amount of data, tools, and downstream systems an over-permissioned identity can reach before controls stop it. In agentic environments, the blast radius grows quickly when delegation is chained, scope is implicit, or revocation is slow.

Deepen your knowledge

Agentic AI data governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for delegated agent access and traceability, it is worth exploring.

This post draws on content published by Cyera: Cyera acquires Ryft to extend its agentic AI security platform. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-04-23.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org