Subscribe to the Non-Human & AI Identity Journal

Agent fleet

A managed population of AI agents or semi-autonomous systems operating inside an organisation. In security terms, the fleet is not just software inventory. It is a set of identities, permissions, workflows, and behavioural boundaries that must be governed like any other high-risk access population.

Expanded Definition

An agent fleet is the operational population of AI agents, copilots, and semi-autonomous workflows that share business objectives but may differ in tools, data access, and authority. In NHI security, the fleet is treated as an identity-bearing access layer, not a simple software deployment. That matters because each agent can carry secrets, inherit permissions, invoke APIs, and trigger downstream actions on behalf of a process or human sponsor.

Definitions vary across vendors, but in practice the term usually includes both the agent runtime and the governance envelope around it: provisioning, credential binding, policy limits, logging, revocation, and behavioural controls. This is closely related to guidance in the OWASP Agentic AI Top 10 and the NIST AI Risk Management Framework, both of which emphasise managing system risk through controls, not just model quality. NHI Management Group treats the fleet as a governable population with lifecycle requirements similar to service accounts and machine identities.

The most common misapplication is to treat an agent fleet as ordinary application code, which occurs when teams ignore per-agent permissions and assume a single platform policy covers every instance.

Examples and Use Cases

Implementing agent fleet governance rigorously often introduces coordination overhead, requiring organisations to weigh speed of deployment against tighter identity, access, and audit controls.

  • A customer-support fleet uses separate identities for billing, refunds, and account updates so a single compromised agent cannot cross functional boundaries.
  • A software-engineering fleet is constrained so code-generation agents can read repositories but cannot merge changes or access production secrets.
  • A finance automation fleet routes payment approval actions through explicit policy checks and immutable logs before any external API call is allowed.
  • A research fleet is segmented by data sensitivity, with one set of agents allowed to summarise public sources and another restricted from regulated datasets.
  • Operational teams map fleet onboarding and revocation to the same lifecycle discipline described in the Ultimate Guide to NHIs — 2025 Outlook and Predictions, while aligning control design with the OWASP Top 10 for Agentic Applications 2026.

Fleet-wide patterns also show up in incident analysis. When AI LLM hijack breach scenarios are reviewed, the decisive failure is often not model capability but uncontrolled tool access spread across many agents.

Why It Matters in NHI Security

Agent fleets concentrate risk because they multiply identities, permissions, and secrets faster than traditional IAM processes can track. That creates a governance gap where one design flaw can propagate across dozens or hundreds of instances. The NHI Management Group data is stark: NHIs outnumber human identities by 25x to 50x in modern enterprises, yet only 5.7% of organisations have full visibility into their service accounts. An agent fleet makes that visibility problem more urgent, not less.

This is why fleet governance must include inventory, ownership, least privilege, secret rotation, revocation, and behavioural monitoring. The threat is not hypothetical. The Ultimate Guide to NHIs reports that 80% of identity breaches involved compromised non-human identities such as service accounts and API keys, and 97% of NHIs carry excessive privileges. For agent fleets, excessive privilege becomes a force multiplier: one compromised agent may be enough to expose many workflows at once. This also aligns with the MITRE ATLAS adversarial AI threat matrix and the CSA MAESTRO agentic AI threat modeling framework, both of which stress tool abuse, escalation paths, and operational containment.

Organisations typically encounter agent fleet governance only after an agent is over-permissioned, a secret leaks, or an automated action causes a production incident, at which point fleet control 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 address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A2 Agent fleets expand tool abuse and privilege risks across many autonomous instances.
NIST AI RMF Defines risk governance for AI systems that operate as a fleet of decision-making entities.
NIST CSF 2.0 PR.AA-1 Identity and access governance applies directly to fleets of non-human actors.

Inventory every agent, constrain tool access, and enforce per-agent policy and logging.