TL;DR: When AI agents generate millions of auth requests per second, traditional identity infrastructure breaks, according to Ory's analysis with Cockroach Labs. The real issue is not raw throughput alone but whether identity controls can preserve trust, authorization, and service reliability under agentic scale.
At a glance
What this is: This is an analysis of how agentic AI changes identity infrastructure requirements, with the key finding that existing auth patterns fail under extreme request volume.
Why it matters: It matters because IAM, NHI, and platform teams need identity controls that can absorb machine-paced authentication bursts without collapsing governance or reliability.
👉 Read Ory's analysis of agentic AI scale and identity infrastructure
Context
Agentic AI identity workloads can generate authentication traffic at a pace that is qualitatively different from human or conventional service-to-service traffic. In this model, the problem is not only access control, but whether the identity stack can continue to issue, verify, and audit decisions when request volume becomes continuous and machine-driven.
Traditional IAM designs assume request rates that map to human behaviour or bounded automation. When an agent can create millions of auth requests per second, bottlenecks appear in token issuance, policy evaluation, session handling, and downstream data stores. That makes agentic AI a scaling and governance problem at the same time.
The article frames this as an infrastructure trust issue rather than a feature request. That is the right starting point for teams that must govern AI agents, machine identities, and the operational boundaries between them.
Key questions
Q: How should security teams govern AI agents that generate very high auth volume?
A: Treat AI-agent authentication as a production identity workload, not a special case. Teams should separate proofing, authorization, and delegation controls, then test whether policy evaluation, session handling, and audit logging still work under sustained bursts. If the stack only works with relaxed controls, the governance model is already too brittle.
Q: Why do AI agents stress identity infrastructure more than normal automation?
A: Because they can create continuous, machine-paced access demand that exceeds the assumptions built into most IAM systems. Normal automation is usually bounded and predictable. Agentic systems can vary timing, sequence, and tool use at runtime, which pushes identity services into a reliability and governance problem at the same time.
Q: What should teams monitor to know if agentic identity controls are failing?
A: Watch authorization latency, token churn, policy cache dependence, and any increase in fail-open behaviour. These are the early signs that identity services are bending to load. If audit trails become incomplete or delayed, the control plane is already losing governance fidelity.
Q: When does MCP provide a better governance model than CLI for AI agents?
A: MCP is the better governance model when an agent needs delegated access, structured audit data, and centrally enforced policy across multiple systems or users. At that point, the problem is no longer command execution. It is identity, scope, and accountability at runtime.
Technical breakdown
Why agentic auth load breaks identity control planes
Agentic systems can produce authentication and authorization traffic that behaves like a sustained service burst rather than discrete user login events. That changes the load profile for identity systems, which must evaluate policies, mint tokens, and maintain audit trails at high speed while preserving correctness. The failure mode is often not a single control collapse, but cascading pressure across caches, databases, session state, and policy services. In practice, the identity layer becomes part of the application critical path.
Practical implication: teams need to test identity infrastructure under AI-agent traffic patterns, not only under human or standard API load.
MCP, tool access, and identity context at runtime
Agentic AI often depends on runtime tool use, including MCP-connected systems and other delegated access paths. That creates a harder problem than static machine authentication because the actor may move across tools, data sources, and permission boundaries during the same session. Identity context has to remain consistent while the agent changes tasks, and auditability has to survive those shifts. The architectural question is whether authorisation is still intelligible once tool choice and execution timing are driven by the agent.
Practical implication: map which tools an agent can reach dynamically, and verify that each path has its own authorisation, logging, and revocation boundary.
Authorization throughput is now a reliability control
In agentic environments, authorization performance is not just a security detail. If policy checks lag, systems start caching too aggressively, relaxing controls, or failing open under pressure. That creates governance drift even when the policy model is technically sound. The better framing is identity resilience under machine-speed demand, where security and availability are tightly coupled. For high-volume AI workloads, the trust boundary must be designed as a production service, not an administrative afterthought.
Practical implication: treat authorization latency, token churn, and policy evaluation failures as production risks that require explicit capacity and fail-safe design.
Threat narrative
Attacker objective: The attacker objective is to disrupt identity services or exploit overloaded trust paths to gain unreliable but useful access at machine scale.
- Entry occurs through legitimate agent authentication flows that can be invoked at machine speed, turning high-volume access into a stress test for identity services.
- Escalation happens when request bursts force caching shortcuts, overloaded policy evaluation, or weakened session handling across connected tools and data sources.
- Impact is service degradation, broken trust decisions, and loss of governance visibility across the agentic workload estate.
Breaches seen in the wild
- Meta AI Instagram Account Takeover — 20,225 Instagram accounts hijacked via compromised Meta AI support chatbot with overprivileged access.
- Replit AI Tool Database Deletion — Replit vibe coding AI assistant deletes live production database and creates 4,000 fake user records.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
Agentic auth scale exposes a trust assumption that most IAM stacks still depend on: access requests are expected to arrive at human or bounded automation rates. When AI agents can generate millions of requests per second, that assumption no longer holds. The implication is that identity teams must treat runtime demand as part of the security model, not just the capacity plan.
Identity context becomes unstable once tool selection and execution timing move into the agent runtime: a control model built around fixed session expectations can lose clarity when the same actor repeatedly changes tools, targets, and sequence without human pacing. That does not merely create more traffic. It changes what authorisation means in practice, especially for NHI governance and delegated access.
Agentic scale turns authorization latency into a governance signal: if an identity system needs aggressive caching or soft-fail behaviour to keep up, security posture is already bending to load. That is a stronger warning than a simple uptime metric because it tells practitioners when trust decisions are being simplified to preserve service continuity.
Machine identities and AI agents are converging on the same control plane problem: both are non-human actors, but agentic systems introduce runtime choice, not just credential use. That means NHI governance patterns remain necessary, yet insufficient on their own unless they account for dynamic tool use and autonomous decision paths.
Ory and Cockroach Labs are pointing at a category shift, not a tuning exercise: the next phase of identity engineering is about preserving reliable authorisation under agentic load. Practitioners should read that as a signal to reassess how identity, data, and platform teams share responsibility for trust at scale.
From our research:
- The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
- Organisations maintain an average of 6 distinct secrets manager instances, creating fragmentation that weakens centralised lifecycle control.
- For a broader view of how agentic systems change identity assumptions, see OWASP NHI Top 10 for the runtime risks practitioners should map next.
What this signals
Agentic scale forces identity teams to think in terms of service resilience, not only access policy. If authorization becomes a bottleneck, practitioners need capacity planning, failure-mode testing, and ownership across platform and IAM teams before production agents become business-critical. The issue is no longer just who can access what, but whether the identity layer can survive the access pattern.
Identity stacks that depend on slow secret cleanup create a wider exposure window for non-human actors. Our research shows the average time to remediate a leaked secret is 27 days, which is far too slow for machine-speed access paths. That gap becomes more serious when AI agents and workload identities can reach multiple tools from one compromised credential.
The next governance step is to model agentic access as a living delegation chain rather than a static account list. Teams that can trace tool-level authorisation, revocation, and auditability will be better positioned to control AI agents without forcing every workflow back into human-paced review.
For practitioners
- Load-test identity services with agentic traffic patterns Simulate sustained bursts of authentication, token minting, and authorization checks that resemble AI-agent behaviour, not user login flows. Measure whether policy evaluation, session handling, and audit logging remain correct under pressure.
- Separate dynamic tool access from baseline agent authentication Define distinct controls for initial agent identity proofing, tool-level authorization, and cross-system delegation so that one overloaded path does not flatten all trust decisions into a single gate.
- Set explicit latency budgets for authorization decisions Treat policy lookup time, token issuance time, and revocation propagation as operational thresholds. If the identity platform exceeds those limits, define the fail-safe behavior before production traffic does it for you.
- Review delegated access paths for MCP-connected agents Document every tool and data source an agent can touch through MCP or similar delegation mechanisms, then confirm that each path has revocation, logging, and ownership assigned.
Key takeaways
- Agentic AI changes identity from a request-handling function into a production trust service that must absorb machine-speed demand.
- The core risk is not just volume, but the way dynamic tool use and delegated access can outgrow static IAM assumptions.
- Practitioners should test latency, revocation, and audit fidelity under agentic load before those weaknesses appear in production.
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 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | The article concerns agentic AI identity, runtime tool use, and trust boundaries. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Agent auth traffic still depends on non-human identity lifecycle and secret handling. |
| NIST AI RMF | MANAGE | AI workloads need governance and risk ownership for high-volume identity decisions. |
| NIST Zero Trust (SP 800-207) | Agentic access requires continuous verification across tools and services. | |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege and access management are central to controlling agentic workloads. |
Map agent identity and tool access paths to agentic AI risks before production deployment.
Key terms
- Agentic Identity: An agentic identity is a non-human identity used by an autonomous system that can act, call tools, and access data with execution authority. It needs the same governance discipline as other privileged identities, plus runtime context, ownership mapping, and revocation paths.
- Authorization latency: Authorization latency is the time it takes an identity system to evaluate policy and return an access decision. In agentic environments, this becomes a security signal as well as a performance metric, because slow decisions can trigger caching shortcuts, fail-open behaviour, or broken audit fidelity.
- Delegation Chain: A delegation chain is the sequence of identities, credentials, and tool calls an agent uses to complete a task across systems. It matters because each step may appear acceptable on its own while the combined path produces an outcome no reviewer would have approved directly.
- Machine-Speed Trust Debt: The accumulation of unreviewed assumptions, dependencies, and credentials created faster than governance can assess them. In AI-assisted development, this debt shows up when generated code is merged before teams have verified access control, secrets handling, or supply chain integrity.
What's in the full article
Ory's full post covers the operational detail this analysis intentionally leaves for the source:
- The specific scaling architecture used to support very high agent-authentication throughput.
- The practical trust model for splitting identity, authorization, and data-plane responsibilities.
- The implementation details behind agent-oriented identity patterns across Ory and Cockroach Labs.
- The deployment trade-offs practitioners need to understand when moving from concept to production.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an identity security programme, it is worth exploring.
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org