Identity may be the design primitive you're overlooking

Lessons from 18 months of AI at scale

About the Author

18 September 2026 Time to read: ~

TL;DR

Why is identity the primary rate limiter for enterprise AI scaling? 

Traditional IAM systems are static, whereas agentic AI systems exhibit dynamic, runtime behaviors that spawn delegation chains and consume 5–30x (up to 1,000x) more permission events than standard interactions. Organizations scale AI 12x faster by embedding identity governance (attenuation, context-aware scoping, and automated rotation) into the architecture stage rather than treating security as a post hoc compliance gate.

Eighteen months ago, we started sitting in the rooms where AI scaling decisions actually get made. Not the keynote stages, but the working sessions where security leaders, platform architects, and business sponsors negotiate what ships and what stalls. The pattern we kept seeing was consistent and surprising: the organizations reaching production fastest weren't the ones with the best models or the most data. They were the ones who treated identity as a core AI design primitive from day one.

Identity determines whether you ship to production or stay stuck in pilot. It's the enterprise AI adoption rate limiter that almost nobody is designing for early enough.

We know this because we've spent 18 months watching it break in real time—across financial services, healthcare, retail, and enterprise software, to name a few sectors. The failure mode is remarkably consistent regardless of industry, model choice, or cloud platform.

One human intent, one thousand permission events

A security leader at a financial services firm crystallized the problem for us a few months ago. Her team had deployed three AI agents in January as part of a controlled pilot—scoped, documented, and approved. By March, they'd found 17 more running across the org that nobody had sanctioned. Connected to production data. Making API calls. Operating on employee credentials.

"I don't even know what they're connected to anymore," she said. She wasn't an edge case. She was the median.

A single agentic task consumes 5-30 times as many identity events as a standard interaction. Stack agent flows together—one agent calling another, delegating subtasks, spawning sub-agents—and Stanford researchers found the upper bound reaches 1,000x for complex reasoning workflows with retry loops and self-correction.

One human intent. One thousand permission events. Every one of those events is an attack surface, a compliance exposure, and a governance decision that traditional IAM was never designed to handle.

Only 24.4% of organizations have full visibility into their AI agents. By 2028, the average Fortune 500 company will deploy more than 150,000 agents. Today, 90% of those agents are over-permissioned. And this extends beyond discrete agents to fine-tuned models making inference calls, RAG pipelines pulling from sensitive stores, prompt chains invoking tools, and multi-agent orchestrations where permissions cascade through delegation layers nobody explicitly granted.

Fifty-three percent access sensitive data without appropriate governance. The shadow AI problem extends beyond agents. Every unsanctioned inference carries inherited permissions that compound at machine speed.

"The identity event explosion isn't a side effect of agentic AI—it's the defining characteristic. Every agent you deploy without governance isn't just a risk. It's a multiplier on every other risk in your environment."
- Sai Lolayekar, Business Innovation Leader, Security Partners, AWS

Most governance frameworks are solving yesterday’s problem

The industry is converging on a comfortable narrative: “redesign your workflows, bring security in early, govern your agents.” Major analyst firms and cloud providers say it. And while correct, this approach is insufficient.

The problem is that most governance frameworks being deployed today are static policy engines trying to govern dynamic systems. They define permissions at deployment time. But agentic AI doesn’t work that way. An agent’s behavior emerges at runtime. It reasons for what tool to call next. It decides whether to delegate. It determines what data it needs based on context that didn’t exist when the policy was written.

Static governance for dynamic agents is like writing traffic laws for a city that redesigns its roads every hour.

What’s needed—and what almost nobody has fully built yet—is identity governance that operates at the same speed and adaptability as the agents themselves

  • Permissions that attenuate downstream as delegation chains grow longer 
  • Context-aware access that narrows as sensitivity increases 
  • Kill switches that don’t require a human to notice the problem first

This is the gap. And it’s why identity isn’t just “important” to the AI scaling story—it’s the rate-limiting factor. The organizations that solve this first don’t just avoid risk. They move faster than everyone else because they can deploy agents to production while competitors are still stuck in pilot mode, waiting for perfect policies.

The four main security failure patterns we actually see breaking (from the room, not the report)

From conversations across hundreds of enterprises, we see four recurring patterns that keep organizations trapped. Here's what they look like when you're sitting at the table:

1. The opportunity blind spot

A healthcare company spent $4 million building AI-powered claims processing agents with proper access controls. The highest-value opportunity was actually the upstream prior authorization workflow, where clinicians shared credentials and agents inherited admin-level permissions by default. They secured the wrong thing because they never mapped where identity risk concentrated.

2. The strategy-execution disconnect

A retail org where the CEO announced "AI-first" in January, the CTO funded three platform initiatives, and the CISO launched a governance framework—all pointing in different directions. By Q3, 12 teams were building agents on four runtimes with zero coordination on identity. They were building 12 versions of the same technical debt, and none of them could pass a unified security review.

3. Experiments that never graduate

One enterprise software company launched 47 AI agent pilots in 18 months; only three reached production. Every stalled pilot hit the same wall: the security review. Each had invented its own authentication, credential storage, and permission model. Forty-four bespoke identity implementations, zero reusable governance infrastructure. The pilots didn't fail because of AI capability. They failed because nobody built the identity platform that would let them graduate. 

4. When guardrails become roadblocks

Okta’s Global CISO Insights 2026 found that just 31% of CISOs feel fully aligned with their C-suite and board on acceptable AI risk, and less than half say their board sees AI security as a business enabler rather than a compliance checkbox. The result: security teams become the Department of No—not because they want to be, but because the process puts them there.  

Every one of these patterns has the same root cause: identity was treated as an afterthought rather than a design primitive. 

The fix isn't better alignment or more policy. It's different ownership—where identity becomes an architecture decision, not an afterthought review gate.

"You can't scale autonomy without scaling accountability - identity is a core design decision that separates compounding advantage from compounding risk."
- Eddie Kim, Head of AI Market Development, AWS ISV North America

To be clear: model quality and data readiness aren't irrelevant—they're necessary. But they're not where organizations are getting stuck. We've watched teams with world-class models and pristine data pipelines stall for months because they couldn't answer basic questions about agent authorization. The bottleneck has shifted.

The enterprise brain problem  

There’s a conversation happening right now in the industry about the “enterprise brain”—the idea that agents need shared memory and context so that what one agent learns is available to others, rather than disappearing when the session ends.

This is the right instinct. Stateless agents that forget everything between sessions are why pilots dazzle, and production systems disappoint. But nobody in that conversation is asking: “Who governs the memory?"

When Agent A learns something about a customer’s financial situation and shares it with Agent B, who’s handling a marketing workflow—was that sharing authorized? When an agent’s accumulated context includes PII, trade secrets, or privileged communications, who decides what gets retained, what gets purged, and who else can access it?

The enterprise brain without identity governance is organizational amnesia replaced by organizational surveillance. You haven’t solved the problem. You’ve created a new one that’s harder to detect and harder to contain.

This is where identity becomes not just a security control but a design primitive for the next generation of AI architecture. The memory layer, the context layer, the shared knowledge layer … all of it needs identity-aware access controls that operate at the same speed as the agents consuming them.

One financial services firm we met had deployed agents with shared memory but no identity-scoped access controls. Within weeks, a marketing agent had ingested customer financial data that a compliance agent had surfaced—data it had no authorization to hold and no mechanism to purge.

How Okta and AWS are securing agentic memory and delegated workflows together

This is precisely why we designed the Okta-AWS integration to govern not just agent actions, but agent memory. For teams running agentic workloads on Amazon Bedrock, every agent you stand up is a new identity that needs to be discovered, scoped, and governed. 

Okta for AI Agents integrates directly with Amazon Bedrock and Amazon Bedrock AgentCore to close the AI governance gap and solve five challenges simultaneously:

  1. Shadow AI discovery across the environment 
  2. Universal registration to assign human ownership to every autonomous identity
  3. Least-privilege enforcement where permissions attenuate as delegation chains grow
  4. Automated credential rotation at machine speed
  5. Full audit logs providing tamper-evident records of every agent action 

Critically, this works with any existing identity provider—Entra ID, Ping, or others—with no rip-and-replace required.

What does this look like in practice? One retail team we advised built its agent governance layer before writing a single agent. Every agent inherits a scoped identity at instantiation. Permissions attenuate automatically when an agent delegates. Their first agent went from concept to production in 11 days. Their 12th agent took three days because the governance infrastructure was already in place.

The business case is a velocity question, not a risk question

Across dozens of organizations we've advised, the pattern holds: teams that integrate identity governance from day one reach production in six-week cycles. Teams that bolt governance on afterward are still in pilot at month 18, because every security review sends them back to re-architect. 

That's a 12x velocity gap between identity-first and identity-last organizations. And it compounds. The identity-first team has shipped 12 iterations and learned from production feedback, while the identity-last team is still negotiating its first deployment approval.

BCG's 2026 data confirms the broader pattern: organizations with a clear AI strategy that includes worlflow redesign see a 25 percentage-point lift in measurable business impact. Eightfold's research puts it at 10-25% EBITDA gains. From what we've seen in the field, identity-first design is the single biggest predictor of whether a workflow redesign reaches production or dies in pilot.

The mechanism is straightforward: identity-first teams build a shared governance layer once, and every subsequent agent inherits it. Identity-last teams rebuild governance bespoke for each agent, each time. The first approach scales linearly. The second scales quadratically in cost and friction, and eventually stops scaling entirely.

Action plan: Three frameworks for AI identity readiness

We believe in "think big, start small, scale fast." Here are three conversations to get started: 

1. The friction audit 

  • Who: You + your operations team
  • Identify 3-5 high-frequency friction points 
  • For each one, ask: "If we designed this from scratch today—with AI as a native capability and identity governance built in—what would it look like?"

2. The identity architecture decision 

  • Who: You + your CISO + your AI platform lead 
  • Three questions: “How many agents are running right now—sanctioned and unsanctioned? Can we revoke any agent's access in less than 60 seconds? If an agent delegates to a sub-agent, do permissions attenuate or inherit?”
  • The diagnosis: If you can't answer all three, you have an architecture problem

3. The velocity conversation 

  • Who: You + your CEO/board 
  • Reframe security from "risk mitigation" to "deployment velocity." 
  • The strategic focus: The question isn't how to govern AI safely—it's how to get to production 12x faster than competitors. Identity-first design is the answer.

The agentic economy is arriving faster than most organizations are prepared for. The industry is converging on the idea that agents need machine-issued identities with least-privilege enforcement and full auditability—a position now codified by NIST's NCCoE in its framework for AI agent identity and authorization. But convergence on the idea isn't the same as convergence on the execution. The gap between knowing identity matters and building it into the architecture is where advantage compounds. The organizations that get this right won't just avoid risk—they'll move faster and ship more.

Identity is the design decision that determines production readiness. Don’t overlook it. Build it first.

About the Author

Continue your Identity journey