TL;DR: AI Access Management frames a familiar enterprise problem in a new way: employees, assistants, and enterprise agents need fast access to tools and data, but local setup, shared credentials, and manual approvals keep pushing users toward shadow AI, according to ConductorOne. The governance issue is not speed versus security, but whether policy can sit in the access path without forcing unsafe workarounds.
NHIMG editorial — what this means for NHI practitioners
By the numbers:
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools.
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage.
Questions worth separating out
Q: How should security teams govern AI assistants that need access to business tools?
A: Treat the assistant as a governed identity, not just a workflow feature.
Q: Why do AI access workflows so often create shadow AI?
A: Because users choose the path of least resistance.
Q: What breaks when enterprise agents are not treated as first-class identities?
A: Ownership, lifecycle control, and revocation all become ambiguous.
Practitioner guidance
- Map every AI tool path to an identity owner Require a named business owner and technical owner for each enterprise agent, assistant, or workflow that can call tools or access data.
- Move approvals into the access path Use policy-based auto-approval for low-risk requests and routed human approval for privileged actions, so users do not need local installs or side channels to proceed.
- Vault shared service credentials centrally Keep service credentials out of laptops and chat threads, store them in a central vault, and rotate them automatically.
What's in the full announcement
ConductorOne's full blog covers the operational detail this post intentionally leaves for the source:
- The end-to-end access flow for requesting AI tool access from within Claude or other assistants.
- The identity-aware MCP proxy pattern and how it changes enforcement at each tool call.
- The policy logic for role, department, and agent identity when deciding access and approvals.
- The preview scope and deployment assumptions behind the AI Access Management control plane.
👉 Read ConductorOne's blog on AI access management for enterprise agents →
AI access management for agents and tools: what changes now?
Explore further
AI access management is becoming an NHI governance layer, not just an integration convenience. Once an AI assistant can request and receive access inside the workflow, the identity problem shifts from login friction to governed delegation. That is the same structural issue that sits behind service account sprawl and uncontrolled API key distribution. Practitioners should read this as an access governance pattern, not a UI improvement.
A few things that frame the scale:
- 96% of organisations store secrets outside of secrets managers in vulnerable locations including code, config files, and CI/CD tools, according to Ultimate Guide to NHIs.
- Only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them.
A question worth separating out:
Q: How do IAM and PAM teams evaluate policy-based AI access controls?
A: They should test whether policy can enforce least privilege in real time without blocking legitimate work. The key signals are who approved the access, what data the agent could reach, and whether privileged actions were isolated behind step-up review. If those answers are unclear, the policy model is too loose.
👉 Read our full editorial: AI access management changes the governance model for agents