By NHI Mgmt Group Editorial TeamDomain: Agentic AI & NHIsSource: TailscalePublished August 24, 2026

TL;DR: Organizations need clearer identity, access, and session controls as AI systems, services, and agents reach into private resources, according to Tailscale. The underlying issue is not connectivity alone, but governing non-human access with records, time bounds, and trustable policy.


At a glance

What this is: This is a product preview about extending identity-aware access control from people and devices to AI systems, services, and privileged sessions.

Why it matters: It matters because IAM, PAM, and NHI teams need the same governance discipline for agents and workloads that they already apply to human access, especially where shared keys and permanent credentials are still in use.

👉 Read Tailscale's product preview for AI access control, privileged sessions, and programmable connectivity


Context

The central problem is not simply network connectivity. It is how identity, access, and session governance work when software, services, and AI agents act on behalf of people and need controlled reach into private systems.

That matters for NHI programmes because shared API keys, permanent credentials, and poorly bounded access are still common in machine-to-machine and agentic workflows. Once software becomes the actor, the question shifts from connectivity to accountable, time-bound authority.

The article also reflects a wider programme gap: many organisations can connect systems quickly, but they still cannot explain who or what had access, what it touched, and whether that access should have existed at all.


Key questions

Q: How should security teams govern AI models that can call tools and access data?

A: Security teams should govern AI models as non-human identities with named owners, limited scope, short-lived credentials, and continuous authorization. The critical shift is to treat every tool call, data read, and update path as a privileged action that can be logged, revalidated, and revoked. Without that discipline, model risk becomes identity risk.

Q: Why do shared credentials create more risk in agentic and machine-to-machine access?

A: Shared credentials collapse accountability and expand blast radius. When multiple services or agents use the same secret, teams lose the ability to prove who acted, limit scope cleanly, or revoke access without breaking unrelated workflows. That is why identity-specific access and short-lived authority are more defensible than reusable secrets.

Q: What breaks when privileged access is not continuously governed?

A: When privileged access is not continuously governed, standing privilege persists, dormant accounts remain usable, and the attack surface expands across human and machine identities. In practice, that creates a larger blast radius for credential theft and a weaker ability to prove who had access, when, and why. The result is operational drift, not just security exposure.

Q: Who should own access paths created by programmable connectivity?

A: The team that creates the access path should also own its policy, review, and retirement. If software can create connectivity directly, governance cannot stop at network configuration. It must include classification, logging, lifecycle review, and a clear decision on when that path is no longer needed.


Technical breakdown

Identity-aware connectivity for AI systems and private resources

The article describes a control plane where AI systems, services, and agents are treated as access-bearing actors rather than anonymous traffic sources. In practice, that means each request to repositories, databases, or internal tools needs an identity that can be authenticated, authorised, and logged. The important shift is from network reachability to governed access paths. This is an NHI pattern because the machine actor is the subject of policy, not just the source of a connection.

Practical implication: map every AI and automation path to a distinct identity and policy boundary before it is allowed into private systems.

Time-bound privileged access versus permanent credentials

The preview also points to privileged access that is granted only when needed, with approval and session recording for sensitive systems such as production databases and cloud consoles. That changes the security model from standing access to task-scoped access, where the credential should exist only for the duration of the approved session. The control value is not just revocation, but reducing the window in which a stolen or misused credential can be exploited.

Practical implication: separate routine machine access from high-risk privileged sessions and require time limits plus session evidence for the latter.

Programmable connectivity and governance for software-built access

Tailscale also frames connectivity itself as something software can create and use directly through APIs and embedded primitives. That is useful operationally, but it also increases governance pressure because access is no longer mediated only by human workflows. Programmable connectivity needs policy, inventory, and auditability at the same pace as the software that consumes it. Without that, organisations risk multiplying hidden paths rather than simplifying access.

Practical implication: treat programmable connectivity as an identity governance surface and require logging, review, and ownership for every exposed path.


NHI Mgmt Group analysis

Software acting on behalf of people is now an identity problem, not just an automation problem. When AI systems, services, and agents can reach into internal tools and databases, the security question becomes who or what is authorised to act, not whether the network is reachable. That shifts the centre of gravity from perimeter routing to identity governance for non-human actors. Practitioners should treat these flows as first-class NHI relationships.

Permanent credentials are the wrong default for high-risk machine and agent access. The article's emphasis on time-bound privileged access reflects a deeper governance truth: standing access creates unnecessary exposure for workloads, services, and AI systems that only need short-lived authority. Time limits, approval, and session records matter because they reduce persistence and make abuse easier to investigate. This is a lifecycle and PAM problem as much as an access-control problem.

Programmable connectivity creates a governance gap if ownership does not move with the API. When software can create access paths directly, the control surface expands faster than most identity programmes can catalogue it. The result is often policy without inventory, or automation without accountable ownership. The named concept here is programmable connectivity debt: access paths proliferate faster than teams can classify, review, and retire them. Practitioners need governance that keeps pace with software-created connectivity.

NHI and PAM controls increasingly converge around the same failure mode. The article shows that AI systems, service accounts, and privileged sessions all depend on the same basic discipline: clear identity, least privilege, time bounds, and reliable audit trails. The difference is operational context, not governance principle. That means teams should stop treating AI access, service access, and admin access as separate universes and instead align them under one lifecycle and control model.

Assumptions built for human-paced access reviews break down when software is the actor. Access review processes were designed for stable, reviewable entitlements that persist long enough for a person to certify them. That assumption weakens when software-built access is created programmatically, used briefly, and then replaced by another path. The implication is not merely more review. It is a rethinking of whether the review model can see and govern access that is created and consumed at software speed.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, which helps explain why access governance often diverges from policy.
  • See also Ultimate Guide to NHIs , Why NHI Security Matters Now for the broader case for treating machine access as a lifecycle problem.

What this signals

Programmable connectivity debt: as software teams gain the ability to create access paths directly, identity governance teams will need a stronger inventory model for machine-created routes, not just for accounts and secrets. That means classification, ownership, and retirement need to become part of the connectivity lifecycle rather than an afterthought.

With 32.4% of security budgets already going to secrets management and code security in the underlying research from The State of Secrets in AppSec, the market signal is clear. Organisations are spending heavily, but the real challenge is controlling which non-human actors can create or consume access in the first place.

Teams that already use NIST SP 800-207 Zero Trust Architecture should now extend least-privilege thinking to software-created access paths and agent-driven sessions. The next governance gap is not perimeter reach, but unowned machine authority.


For practitioners

  • Inventory AI and automation access paths Map every model, agent, service, and workflow that can reach internal repositories, databases, or admin tools, then assign each path a named owner and policy boundary.
  • Replace standing privileged access with task-scoped sessions Require approval, time limits, and session recording for production databases, cloud consoles, and other sensitive systems instead of leaving reusable credentials in place.
  • Separate machine access from privileged access Use different controls for routine service connectivity and high-risk admin actions so that broad machine reach does not implicitly grant elevated authority.
  • Govern programmable connectivity as a lifecycle object Track APIs and embedded connectivity primitives the same way you track secrets and service accounts, including review cadence, retirement criteria, and audit evidence.

Key takeaways

  • AI systems, services, and agents are becoming access-bearing actors, which makes identity governance the central control plane.
  • Standing privileged access and shared secrets remain the weakest patterns when software needs to touch sensitive infrastructure.
  • The programme gap is governance at software speed, where access paths are created, used, and retired faster than traditional review cycles can observe.

Standards & Framework Alignment

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

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

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01The article centers on identities for services, agents, and workloads reaching private systems.
NIST CSF 2.0PR.AC-4Least-privilege access and approval-based sessions map directly to this access control outcome.
NIST Zero Trust (SP 800-207)The article's identity-first connectivity model aligns with zero trust access decisions.
NIST SP 800-53 Rev 5AC-6Time-bound privileged access and least privilege are central to the product changes described.

Classify AI systems and services as governed non-human identities with explicit ownership and policy.


Key terms

  • Programmable Connectivity: Connectivity that software can create, modify, and consume directly through APIs or embedded primitives. In identity terms, it expands the control surface because access paths become programmatic objects that need ownership, policy, logging, and lifecycle retirement, not just network configuration.
  • Task-Scoped Access: Task-scoped access is permission granted for one defined purpose and removed once the task is complete or the session expires. For non-human identities, it reduces standing privilege and limits how long an attacker can exploit a stolen credential.
  • Non-Human Identity (NHI): A digital identity assigned to a non-human entity such as a software application, service account, API key, bot, machine, or AI agent that enables it to authenticate and interact with systems without direct human involvement. NHIs now outnumber human identities in most enterprises by 25 to 50 times.
  • Identity Governance For AI Agents: Identity governance for AI agents is the practice of assigning each agent a managed identity, limiting its privileges, and tracking its actions over time. It extends standard IAM thinking to autonomous systems, so access can be reviewed, audited, and revoked like any other account or workload.

What's in the full article

Tailscale's full product preview covers the operational detail this post intentionally leaves for the source:

  • The specific Aperture changes for model, agent, and tool governance that are only summarised here.
  • The session-control workflow for approved privileged access to production systems.
  • The programmable connectivity primitives and API changes that developers and platform teams can build on.
  • The in-person and virtual TailscaleUp session details, workshops, and keynote coverage.

👉 Tailscale's full post covers the AI gateway updates, privileged access workflow, and programmable connectivity changes in more detail

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 25, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org