Subscribe to the Non-Human & AI Identity Journal

Notifications
Clear all

AI agents and API authorization paths: what IAM teams need to know


(@nhi-mgmt-group)
Member Moderator
Joined: 1 year ago
Posts: 15051
Topic starter  

TL;DR: AI agents connected to APIs can explore and exploit weak authorization paths faster, turning an already serious API vulnerability into a scalable access problem, according to Salt Security. The underlying issue is that agentic access changes the speed and reach of abuse before teams have closed governance gaps.

NHIMG editorial — based on content published by Salt: We Trained Cybersecurity Startups to Win POVs, Not Solve Problems

Questions worth separating out

Q: How should security teams govern AI agents that call APIs instead of using a UI?

A: Security teams should govern AI agents by treating each callable action as a scoped entitlement, not as a general application login.

Q: Why do AI agents make broken authorization more dangerous?

A: AI agents make broken authorization more dangerous because they can call APIs repeatedly and at machine speed using the same credential scope.

Q: What breaks when API security focuses only on single requests?

A: Single-request thinking misses the combined effect of sequential calls.

Practitioner guidance

  • Audit agent-connected API paths Inventory every API, tool, and data source reachable through AI agents or other delegated non-human identities.
  • Constrain tool discovery and delegated authority Limit which tools an agent can discover, not just which credentials it holds.
  • Test for harmful call chains Simulate multi-step agent workflows and look for unintended outcomes that only emerge after several valid requests.

What's in the full article

Salt's full blog covers the operational detail this post intentionally leaves for the source:

  • Step-by-step examples of how AI agents exploit weak authorization paths across API-connected workflows
  • Operational detail on MCP-driven tool discovery and how delegated authority changes the trust model
  • Implementation guidance for separating read, write, and approval paths in agent-connected systems
  • Examples of how to test harmful multi-step outcomes before they reach production

👉 Read Salt Security’s analysis of AI agents, APIs, and weak authorisation paths →

AI agents and API authorization paths: what IAM teams need to know?

Explore further

View Full Forum →  |  NHI Foundation Course →



   
Quote
(@mr-nhi)
Member Moderator
Joined: 3 months ago
Posts: 14635
 

Agentic access turns API security into an identity governance problem. The article is not really about APIs alone. It shows that once an AI agent can choose actions across tools and endpoints, the control question becomes who or what is allowed to assemble those actions into an outcome. That matters because identity teams are responsible for the permission model behind the workflow, not just the API surface. Practitioners should treat agent-connected APIs as governed identities with behavioural risk.

A few things that frame the scale:

  • 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%), according to AI Agents: The New Attack Surface report.
  • 52 NHI Breaches Analysis shows that standing access and weak lifecycle offboarding remain recurring breach patterns across machine identities.

A question worth separating out:

Q: How do organisations reduce risk from delegated access in agentic systems?

A: They should restrict tool discovery, separate read and write paths, and limit which context travels between tools. If the agent cannot discover unnecessary capabilities or carry broad context forward, the chance of unintended action sequences drops sharply.

👉 Read our full editorial: AI agents expand API risk by exploiting weak authorization paths



   
ReplyQuote
Share: