Every AI Agent You Deployed Is an Employee With No Manager and a Company Card

Somewhere in your cloud account is a service role an intern created for a demo eighteen months ago. It has broader permissions than it needed, it's never been rotated, and nobody currently employed at your company knows it exists. That used to be a minor, survivable kind of mess — a stale credential sitting quietly in a corner. Now give that same category of thing the ability to act: call APIs on its own schedule, spawn other credentialed processes, write and execute code, chain a dozen systems together in pursuit of a goal a human typed into a prompt box six months ago and forgot about. That's not a stale credential anymore. That's an unmanaged employee with a company card and no one checking the statement.
This is what the "AI agent" conversation quietly turned into over the past year, underneath the productivity headlines: an identity crisis, at a scale most security teams haven't priced in yet.
The Ratio Nobody Budgeted For
In 2026, non-human identities outnumber human ones by roughly 144 to 1 in cloud-native environments — up from about 92 to 1 as recently as 2024, a 56% jump in the ratio in a single year, according to non-human identity governance research compiled by the Cloud Security Alliance. KPMG's Cybersecurity Considerations 2026 puts the average-enterprise figure at more than 80 to 1 and tracks the raw count: machine identities in the average enterprise went from roughly 50,000 in 2021 to 250,000 in 2025. That growth curve predates most companies' current agentic AI rollout. It's about to get steeper, not because anyone decided it should, but because every agent framework defaults to creating a new identity for every tool call, every sub-task, every spun-up worker — and almost nobody is deleting the old ones.
Compare that to how carefully most organizations still handle human provisioning: onboarding checklists, manager sign-off, quarterly access reviews, an offboarding process that (mostly) revokes access the day someone leaves. Non-human identity has none of that maturity, and it's now the majority of the identity surface, not a rounding error on it.
Why This Isn't Just More Service Accounts
The instinct is to file this under "we've always had service accounts, this is more of the same, we'll scale the old process." That instinct is the actual risk. A traditional service account is static: fixed permissions, fixed purpose, provisioned once by a human who (in theory) understood what it needed access to. An AI agent is not a static credential holder — it's an autonomous actor that acquires permissions dynamically at runtime, decides which APIs to call based on context nobody scripted in advance, spawns sub-agents to handle pieces of its own task, and chains actions across systems that can span a dozen internal services in a single session.
Each of those behaviors expands the blast radius of a single compromised credential well past anything a static service account could produce. A stolen service-account key does what it was scoped to do. A compromised agent identity does what the agent decides to do next, using whatever it can reach — and because the whole point of agentic systems is that a human isn't watching each individual action, "whatever it can reach" is frequently broader than whoever provisioned it ever intended or would have approved in the moment.
The Breach Data Is Already Here
This isn't a hypothetical risk analysts are pre-warning you about. It's already showing up in incident data. Sophos's State of Identity Security 2026 report found 71% of organizations suffered at least one identity-related breach in the prior twelve months, and weak non-human identity management was the second-greatest root cause identified, present in 40.6% of security incidents — trailing only phishing and ahead of every other named category, including misconfigured cloud storage and unpatched software.
The visibility numbers explain why that root cause keeps recurring. A Cloud Security Alliance analysis of token sprawl in 2026 found more than 16% of organizations don't track the creation of AI-related identities at all — not "track poorly," don't track. Keeper Security's RSA 2026 survey found only 28% of organizations report full visibility into non-human identities across cloud, on-premises, and SaaS environments combined. And on the maintenance side: only 34% of organizations regularly rotate or audit their service accounts and non-human identities. Two-thirds don't, on a population of credentials that now outnumbers human logins by more than a hundred to one.
Why the Gap Stayed Comfortable This Long
None of this is because security teams are careless. It's because identity governance was built, tool by tool, around a human-shaped assumption: one person, one login, one manager who can vouch for what that person needs and notice when they leave. Every major identity advance of the last two decades — SSO, MFA, conditional access, lifecycle automation — was engineered to solve problems specific to human accounts. None of that tooling was designed with an actor in mind that provisions its own sub-identities mid-task.
So the gap wasn't negligence. It was a category mismatch that stayed survivable right up until the non-human population went from "smaller than the human population" to "144 times larger than it," and from "mostly static and dumb" to "increasingly autonomous and decision-making," in roughly the same eighteen-month window most companies spent shipping their first production agents. The infrastructure that would have made this safe didn't get built in time, because nobody who built the old identity stack was picturing this population as the majority case.
What Actually Closes the Gap
The fix isn't a new dashboard bolted onto the old assumptions — plenty of NHI-discovery tools already exist and the visibility numbers above are proof that discovery alone isn't the bottleneck. The fix is applying the same discipline to agent identities that took human identity twenty years to earn, deliberately and now, rather than waiting for the next incident report to force it: every agent identity mapped to a named human or team owner, the way an employee has a manager; credential rotation and access review on a real schedule, not "when someone remembers"; scoped, task-specific permissions instead of broad standing access, because an agent that only needs to read one API shouldn't be able to write to twelve; and ephemeral credentials by default, so a compromised agent session expires instead of persisting as a standing liability.
None of that is exotic. It's the human-identity playbook, applied to a population that finally outgrew the excuse of being small enough to ignore. Related architectural pattern: our piece on MCP tool-poisoning security covers the adjacent failure mode — an agent trusting a malicious tool description — which compounds fast when the agent executing that tool also happens to be over-permissioned.
The uncomfortable version of the thesis is this: your org chart has a name and a manager for every human who can touch production. It has no equivalent for the quarter-million machine identities that can touch it too, and the ratio between those two populations is only moving in one direction. You wouldn't hand a new hire the keys to everything on day one with no manager, no review date, and no offboarding plan. Most companies are already doing exactly that, a quarter-million times over, and calling it automation.