TL;DR: AI is shifting from answering questions to completing multi-step work across systems, and that makes secure access the gating issue, according to 1Password. The real challenge is not just provisioning credentials, but ensuring human and AI actors can act without exposing secrets or breaking workflow continuity.
At a glance
What this is: This is an analysis of AI agents moving into real workflows, with secure access at execution time emerging as the central governance problem.
Why it matters: It matters because IAM, PAM, and NHI programmes now have to govern human, machine, and agent access in the same control model without leaking credentials or adding manual login friction.
👉 Read 1Password's analysis of secure access for AI agent workflows
Context
The primary problem is secure access at the exact moment an AI agent needs to act. Traditional access models assume a human logs in, uses a session, and stays within a fairly stable permission envelope; agentic workflows break that assumption because the actor can touch multiple systems in sequence at machine speed. For identity teams, that turns access from a convenience layer into a governance boundary across human, machine, and AI agent identities.
In practice, this means access provisioning, credential exposure, and auditability have to be designed for runtime execution rather than static enrolment. When an AI agent can research, navigate applications, and complete work across systems, the old choice between manual authentication and credential sprawl is no longer acceptable. That is why the access model itself becomes the control surface.
Key questions
Q: How should security teams govern AI agents that need access to multiple systems?
A: Security teams should govern AI agents with task-scoped access, explicit approval boundaries, and full audit trails across each system the agent touches. The key is to broker access at execution time so credentials are not exposed to the model and so each action can be tied back to a governed workflow. That is the only practical way to preserve control without breaking automation.
Q: Why do AI agents complicate traditional access review processes?
A: AI agents complicate access review because their permissions may exist only briefly, often for a single workflow, while traditional reviews assume access persists long enough to be certified later. That means review cadences, evidence collection, and entitlement ownership all need to move closer to runtime decisions. Static recertification alone cannot govern ephemeral agent activity.
Q: What breaks when credentials are exposed to AI models or prompts?
A: When credentials are exposed to AI models or prompts, the secret itself becomes part of the data path and can be copied, logged, or reused outside the intended workflow. That breaks the trust boundary identity teams rely on and increases the chance of credential sprawl. The safer pattern is to keep the model outside secret handling and let an access broker issue authority only when needed.
Q: How can organisations balance AI productivity with identity security?
A: Organisations can balance AI productivity with identity security by making secure access the easiest path, not the exception path. That means using governed access workflows, limiting credential visibility, and designing controls that work at machine speed. If the process is too manual, users bypass it; if it is too open, secrets proliferate.
Technical breakdown
Why secure access at execution time matters for AI agents
Secure access at execution time means the actor receives only the access needed for the current task, at the moment it is needed, without exposing secrets to the model or requiring a human to interrupt the workflow. In agentic workflows, the identity may traverse browser sessions, SaaS logins, tokens, and service credentials in sequence. The control problem is not just authentication, but preserving authority, scope, and auditability across each step of the workflow.
Practical implication: identity teams need to treat workflow execution as the policy boundary, not the login screen.
How agentic workflows differ from human access patterns
AI agents do not behave like humans because they operate probabilistically, persist across workflows, and act at machine speed. That changes the access problem in two ways. First, the actor can chain actions faster than a human review cycle. Second, the actor may need multiple credentials across different systems in one session, which makes static permission grants a poor fit for real-time governance. The access model has to account for dynamic task progression, not just role assignment.
Practical implication: separate human approval logic from machine execution logic so permission scope can change with the task.
Why credential exposure is the wrong tradeoff
When organisations try to make agents productive without a secure access layer, they usually end up with one of two failures: manual friction that breaks automation, or credential sprawl that spreads risk across prompts, sessions, and tools. The article’s key design point is that credentials should never be exposed to models or prompts. That matters because the model is not the trust boundary; the access broker is. In NHI terms, the identity must be governed without making secrets visible to the reasoning layer.
Practical implication: route credentials through an access broker and keep the model outside the secret handling path.
Breaches seen in the wild
- Moltbook AI agent keys breach — Moltbook breach exposed 1.5M AI agent keys.
- AI LLM hijack breach — attackers used stolen AWS access keys to hijack Anthropic LLM models on Bedrock.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
AI agent access has become a governance problem, not just a usability problem. Once an actor can move from answer generation into multi-step execution, access decisions can no longer be treated as static enrolment events. The policy question is whether the actor can reach the right application or credential at the exact moment of action without revealing the secret itself. Practitioners should read this as a control-plane shift across human, machine, and AI agent identities.
The old assumption that access can be granted, then reviewed later, is breaking down. Access review cycles were designed for stable entitlements that persist long enough to be observed. Agentic workflows are shorter, faster, and more variable, so the entitlement may exist only for the duration of a task. That means the governance model is not just insufficient, it is temporally mismatched to the behaviour being governed. Practitioners need to rethink review, certification, and audit evidence around runtime access events.
Shared governance across human, machine, and AI agent identities is now the baseline. The article points to a future where one access model has to handle people, service credentials, and AI agents without exposing secrets to the model layer. That aligns directly with NHI governance, but it also widens the blast radius of weak policy because the same control plane now spans multiple actor types. Practitioners should stop treating AI access as a separate silo and align it with their broader identity operating model.
Credential invisibility to the model is the new minimum trust requirement. If the model can see secrets, prompts become part of the attack surface. If the access broker holds the secrets and only exposes task-scoped authority, the trust boundary stays where identity teams can govern it. The implication is not simply better secrets handling, but a redesign of where authority lives in the workflow. Practitioners should treat prompt exposure of credentials as a design failure, not an implementation detail.
From our research:
- Organizations maintain an average of 6 distinct secrets manager instances, creating fragmentation that undermines centralised control, according to The State of Secrets in AppSec.
- 43% of security professionals are concerned about AI systems learning and reproducing sensitive information patterns from codebases.
- That concern maps directly to the agentic access problem, which is why readers should also review Ultimate Guide to NHIs , Lifecycle Processes for Managing NHIs for the governance model behind provisioning, review, and offboarding.
What this signals
Credential brokerage is becoming the control point that separates usable AI from unsafe AI. Once agentic systems start touching enterprise applications, the issue is not whether access exists, but where authority is enforced and whether the model ever sees reusable secrets. That is why the broader NHI programme needs to absorb AI agent workflows instead of creating a parallel exception process. For practitioners, the near-term signal is to unify access governance across humans, service accounts, and AI agents before the exceptions become the operating model.
Ephemeral access needs lifecycle discipline, even when the actor is not human. The lesson here is not that AI agents are unique in every respect, but that existing identity processes were built for slower, more observable entitlement lifecycles. When access lives only for the duration of a task, audit, ownership, and revocation have to be engineered differently. Teams should expect their access review and secrets workflows to move closer to runtime, with OWASP Non-Human Identity Top 10 concerns showing up in agentic use cases as well.
For practitioners
- Map agentic workflows to access decision points Identify every place an AI agent touches a browser session, application login, token, or service credential, then define the governing control at each point. Treat those transitions as identity events, not application convenience steps.
- Keep credentials out of the model path Require an access broker or equivalent control so secrets are never placed in prompts, chat history, or model-visible context. The model can request access, but it should not receive reusable credentials.
- Replace static entitlement thinking with task-scoped authority Review whether your current role model can support access that exists only for the lifetime of a workflow. Where it cannot, separate human approval, credential release, and audit logging so the agent never inherits broad standing access.
- Align AI access with NHI governance controls Use the same governance disciplines you apply to service accounts and other non-human identities, including lifecycle ownership, audit trails, and least-privilege scope definition. The actor may be different, but the governance discipline is the same.
Key takeaways
- AI agents create an access-governance problem because they need to act across systems at machine speed without exposing secrets to the model.
- The evidence from current NHI research shows that secrets management is already fragmented, which makes agentic access control harder to centralise.
- Practitioners should treat secure access as the runtime control plane for human, machine, and AI agent identities, not as a login convenience.
Key terms
- Agentic Workflow: A workflow in which an AI system can carry out multi-step tasks across applications rather than only generating text. In identity terms, the important point is that access must be governed at runtime, because the actor can move through several systems before a human notices anything has changed.
- Secure Access: Secure access is the control that lets the right actor reach the right application or credential at the exact moment an action is taken. For AI agents, it means keeping secrets out of the model path, limiting authority to the task, and preserving auditability across every step.
- Access Broker: An access broker is the control point that issues or mediates credentials without exposing them directly to the requesting actor. For non-human and agentic workflows, it becomes the trust boundary between policy and execution, especially when reusable secrets must stay invisible to prompts and models.
- Task-Scoped Authority: Task-scoped authority is access that exists only for the duration and purpose of a specific workflow. It is narrower than standing privilege and more practical for agentic systems, because it ties permission to execution context instead of leaving broad access in place after the job is done.
Deepen your knowledge
AI agent access at execution time is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for human, machine, and AI agent identities together, this is a practical place to start.
This post draws on content published by 1Password: secure access for AI agents in enterprise workflows. Read the original.
Published by the NHIMG editorial team on 2026-04-30.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org