Instantiate, update, and decommission is an agent lifecycle model that replaces human-oriented joiner, mover, leaver thinking. It starts an agent with a narrow purpose, reviews its permissions as tasks or models change, and removes access immediately when the task ends. The model helps prevent orphaned agent access.
Expanded Definition
Instantiate, update, and decommission is a lifecycle model for agents that treats identity as a managed operational state, not a one-time setup. It is used to scope what an agent may do at launch, what must change when its model, tools, or task changes, and how access is removed when the work ends. This is distinct from human joiner, mover, leaver thinking because an agent may be recreated, retrained, or repurposed far more frequently than a person changes roles. In NHI governance, the model sits alongside controls for provisioning, entitlement review, secret rotation, and offboarding, and it aligns naturally with the NIST Cybersecurity Framework 2.0 emphasis on access management and continuous risk handling. Guidance varies across vendors on how much autonomy an agent should have at each stage, so no single standard governs this yet. NHI Management Group treats the term as a practical governance pattern for reducing standing access and keeping agent authority proportional to live task requirements. The most common misapplication is assuming an agent can inherit a long-lived service account and remain safely unchanged when its task scope or tool chain expands.
Examples and Use Cases
Implementing instantiate, update, and decommission rigorously often introduces more orchestration overhead, requiring organisations to weigh tighter control against slower deployment and more frequent approvals.
- An internal support agent is instantiated with read-only access to ticket data, then updated to use a summarisation tool after model validation, and decommissioned when the pilot ends.
- A CI/CD agent is created for a single release pipeline, its permissions are narrowed after moving from build verification to deployment verification, and its API key is revoked immediately after cutover.
- A customer service agent is re-instantiated after a model upgrade because prior tool bindings are no longer safe, and the old instance is fully offboarded to prevent orphaned access.
- A research assistant agent uses a short-lived credential, then receives a scoped permission update when it begins querying a new data source, consistent with the lifecycle discipline discussed in the Ultimate Guide to NHIs.
- An organisation maps agent creation and shutdown events to identity governance workflows, following the access-review and inventory principles reinforced in NIST Cybersecurity Framework 2.0.
Why It Matters in NHI Security
Lifecycle discipline is one of the fastest ways to reduce the blast radius of agent compromise. When instantiate, update, and decommission is treated casually, agents accumulate unused permissions, stale secrets, and forgotten tool access that persist beyond the intended task. That creates hidden exposure across workflows, especially where autonomous agents can call APIs, move data, or trigger downstream actions without human intervention. NHI Management Group research shows that only 20% have formal processes for offboarding and revoking API keys, and even fewer have procedures for rotating them, which makes decommissioning a governance weak point rather than a routine admin step. The same lifecycle thinking supports better Zero Trust alignment by ensuring each agent keeps only the access needed for its current purpose. It also reduces the chance that an updated model inherits privileges that were acceptable for an earlier version but unsafe under new behaviour. Organisations typically encounter the need for this term only after a task-ending incident, at which point orphaned 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 Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Lifecycle control covers provisioning, update, and offboarding of non-human identities. |
| NIST CSF 2.0 | PR.AC-1 | Access provisioning and revocation are core to identity lifecycle governance. |
| NIST Zero Trust (SP 800-207) | IA, AC | Zero Trust requires continuous verification and least-privilege across changing agent states. |
Reassess trust and permissions whenever an agent is instantiated or updated, then terminate on end of task.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on June 9, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org