Join our Newsletter — 33% off our NHI Course

Agent-Mediated Access

Access to systems or data that is executed by an AI agent on behalf of a human user. The human may own the credentials, but the machine performs the actions, which creates delegated authority, audit complexity, and a need for identity controls that cover runtime behaviour as well as login events.

Expanded Definition

Agent-mediated access describes a pattern where a human initiates or authorises a task, but an AI agent performs the actual system interactions. The key issue is not simple automation. It is delegated authority with dynamic execution, where the agent may browse, query, write, approve, or call tools in ways that exceed a static login record. In practice, this makes the access path partly human and partly machine, which complicates ownership, attribution, and control design.

For NHI Management Group, the defining question is whether identity controls cover only the login event or also the agent’s runtime behaviour. That distinction matters because an agent can inherit user intent without inheriting user judgement. Guidance from the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10 both reinforces that agent actions need explicit governance, traceability, and bounded authority.

The most common misapplication is treating agent-mediated access as ordinary delegated login, which occurs when teams assume a human approval step alone is enough to constrain tool use and downstream actions.

Examples and Use Cases

Implementing agent-mediated access rigorously often introduces tighter authorization design and more detailed logging, requiring organisations to weigh operational speed against stronger oversight.

  • A procurement agent drafts and submits purchase requests from a user-approved prompt, but only within pre-approved budget and vendor limits.
  • A security operations agent queries SIEM data, opens tickets, and enriches alerts on behalf of an analyst, while preserving a clear activity trail.
  • An internal knowledge agent accesses HR or finance systems to answer employee questions, but only for scoped records and with policy-based redaction.
  • A developer agent creates cloud resources using a human’s delegated session, but it must be constrained by OWASP Non-Human Identity Top 10-style controls for secrets, tokens, and workload identity.
  • An autonomous customer support agent processes refunds or account updates, with approval gates on high-risk actions and step-up checks before final execution.

These use cases are still evolving across vendors, especially where AI agents can chain actions across multiple tools. The strongest implementations define which actions are read-only, which require human confirmation, and which are prohibited entirely. They also align agent permissions to the same assurance expectations used for sensitive identity operations, rather than granting broad access because a human launched the task.

Why It Matters for Security Teams

Security teams need to understand agent-mediated access because traditional IAM reporting often stops at authentication, while the real risk emerges during post-login execution. If an agent misreads context, follows a poisoned instruction, or inherits excessive permissions, it can move quickly across systems with legitimate credentials and minimal friction. That makes containment, auditability, and least privilege central concerns, not secondary ones.

This concept sits at the intersection of AI governance and identity security. The CSA MAESTRO agentic AI threat modeling framework and MITRE ATLAS adversarial AI threat matrix are useful for thinking about how an agent can be manipulated, while NIST SP 800-53 Rev 5 Security and Privacy Controls provides a control-oriented lens for access enforcement, audit logging, and accountability. Organisations typically encounter the consequences only after an agent has approved, accessed, or changed something it should not have, at which point agent-mediated access becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 Agentic AI guidance addresses delegated actions, tool use, and runtime safeguards for this term.
NIST AI RMF The AI RMF covers governance and accountability for AI-enabled decisions and actions.
OWASP Non-Human Identity Top 10 NHI guidance fits agent-run credentials, tokens, and workload identities used during delegated access.
NIST CSF 2.0 PR.AC-4 Access control governance supports least privilege and authorised use of resources.
NIST SP 800-53 Rev 5 AU-2 Audit control requirements help capture what the agent did, not just who logged in.

Define bounded agent actions, approval gates, and traceable execution before granting production access.