Your CTO probably cannot open the customer database on a whim. There is a login, a role, an approval trail, and someone who would notice. 

The support chatbot on your website may have no such friction. It was connected once, granted broad permissions to be useful, and nobody has looked at those permissions since. That is not a hypothetical. It is the default state of most AI deployments right now. 

What It Takes for a Human to Get Access 

Start with the human side, because it shows how much process we normally consider reasonable. 

A senior engineer joining a company gets access in stages. Someone approves it. It is tied to a named person, logged, reviewed periodically, and revoked the moment they leave. Even executives operate inside that structure. The whole system assumes access is a privilege that expires. 

That system is imperfect, and the data shows it. Analysis drawing on the OWASP Non-Human Identities Top 10 reports that privileged accounts, and 26% of organizations estimate that more than half of their service accounts hold more permission than they need. 

Security bodies have already concluded that software agents belong inside this same structure. The  

But notice what still applies to humans and rarely applies to software. Someone approved it. Someone owns it. Someone can turn it off. Hold onto those three ideas, because the next part is about what happens when all three quietly disappear. 

Why Agentic AI Never Joined the Approval Line 

Here is the gap, and it is a structural problem rather than a case of anyone being careless. 

Chatbots did not start out dangerous. They answered questions from a fixed knowledge base and could not do much else, so nobody thought hard about permissions. What changed is that they gained tools. Modern assistants read live records, write to systems, call APIs, and chain several steps together without a person confirming each one along the way. 

That shift is exactly what Ory’s work on AI agents addresses, and it is why agentic AI has become its own security discipline rather than a footnote inside regular access management. An agent that can act needs its own identity, its own narrow permissions .

The uncomfortable part is that most companies never made a decision here. There was no meeting where anyone weighed giving a chatbot database access. It arrived through a series of small, sensible-looking integrations. 

The Ladder Most Companies Climbed Without Noticing 

The access problem did not arrive all at once. It escalated in steps, and each step felt small. 

Step one: reading. The bot needs product information to answer questions. Harmless, and genuinely useful. 

Step two: reading customer data. Now it can check an order status or account history. Still reasonable, but it is now touching personal information that would require justification for a human employee. 

Step three: writing. It can update a record, issue a refund, or change a booking. This is where the risk profile shifts entirely, because mistakes now persist in your systems instead of just being awkward replies. 

Step four: acting across systems. It triggers workflows in your CRM, your billing platform, and your email. Nobody explicitly approved this combination. It accumulated one integration at a time. 

Security researchers make the same distinction. As one analysis of the OWASP list put it, a manipulated chatbot produces an embarrassing response, while a  

Auditors Have Already Noticed 

If the security argument does not move you, the compliance one might, because this is arriving whether companies prepare or not. 

Frameworks including the EU AI Act, ISO 42001, SOC 2, and the NIST AI Risk Management Framework increasingly reach automated decision-making and credential handling. According to  

Those are the same three questions from earlier. Who approved it, who owns it, who can turn it off. Companies that can answer them for humans but not for their chatbot are going to find that gap uncomfortable. 

What Actually Fixes This 

None of this requires abandoning AI tools, and the fix is less technical than people expect. 

Give each agent its own identity rather than letting it borrow a human’s credentials or share a generic API key. When an agent runs on a person’s session, permissions become excessive by default and the audit trail becomes meaningless, because every action looks like that person did it. 

Scope permissions to the specific task. An agent handling order lookups does not need write access to billing. The narrower the grant, the smaller the blast radius when something goes wrong, and something eventually will. 

Review connections on a schedule. Most organizations have more AI integrations running than anyone has inventoried, because individual employees can approve them without review. A quarterly pass catches the ones nobody remembers enabling. 

And know where the off switch is before you need it. If your answer to “how fast can we revoke this” is uncertain, that uncertainty is the actual finding. 

The Real Point 

The headline is not really about chatbots outranking executives. It is that we built decades of careful process around human access and then connected autonomous software to the same systems without applying any of it. 

Your CTO earned their access through a process. Your chatbot got its access through an integration screen someone clicked through on a Tuesday. Closing that gap is not about trusting AI less. It is about extending the discipline you already have to the software that is now doing the work.