TLDRocket
Sign in

Six identity capabilities for securing autonomous AI agents

The New Stack Ory Team

Autonomous AI agents are forcing a rethink of identity and access rules. Old IAM tools fit people or scripts; agents act like both at once.

Based on reporting by The New Stack, Ory Team — read the original for the full story.

Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error

Autonomous AI agents are pushing security teams into awkward territory. They reason, call tools, run multi-step workflows and make decisions in real time, but they do it at machine speed and without a human watching every move. That breaks the old IAM split between people using MFA, SSO and interactive sessions, and workloads using static API keys or fixed tokens.

The New Stack’s argument is simple: if agents are going into production, identity has to become agent-aware. The piece says the goal is continuous Zero Trust governance built around the way agents actually behave, not the way traditional software used to behave. That means treating a delegated agent action less like a normal service call and more like a traceable event with a chain of responsibility.

The first two capabilities are about proving who or what the agent is, and limiting how long it can stay authenticated. The article calls for cryptographically signed agent identities tied to the model version, execution environment and deployment origin, plus an immutable delegation chain when a human hands off work or a primary agent spawns sub-agents. It also pushes just-in-time tokens, short-lived credentials, bound OAuth flows and PKCE instead of long-lived keys that hang around waiting to be stolen.

Then comes access control that understands intent. Traditional role-based access control is too broad for non-deterministic tool use, the piece argues, so teams need finer-grained policies based on relationships and attributes. In the example given, an agent can read a document only if a named human owns it and the active workflow is data summarization. The point is to check not just whether access is allowed, but whether the specific sub-task is allowed.

The last three capabilities move enforcement into the runtime. Security systems should watch for rapid parallel tool calls, loops and odd endpoint use, then trigger automated circuit breakers if behavior crosses a line. High-risk actions like code deployments or financial transactions should require human approval at execution time. And because these workflows can generate a lot of identity traffic, the underlying control plane has to handle token validation, policy checks, sub-agent teardown and cleanup without choking.

The old model assumed identity was mostly about login. Agents make identity part of execution, which is the part many teams still seem eager to hand-wave away until the first weird tool call lands in production.

My take — AI-written commentary, not fact-checked reporting

This is the part of agentic AI people skip because it isn’t shiny. The model isn’t the hard bit; the identity plumbing is. Anyone shipping autonomous agents without short-lived credentials, runtime checks and real delegation tracking is basically leaving the front door open and calling it a strategy.

Read more about this at: The New Stack

Related stories

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.