A non-human identity for an AI agent is a unique login for the agent itself, not a copy of yours. NIST 2026: own identifier, credentials, entitlements. If it uses your password, that is impersonation.
A non-human identity for an AI agent is a unique login for the agent itself, not a copy of yours. It has its own identifier, its own credentials, a named owner, a list of what it may touch, a log of what it did, and a way to revoke it without firing a person. If the agent uses your password, you do not have an NHI. You have impersonation.
I am Amelia S. Gagne, CEO of Kief Studio. I study behavioral psychology and I build AI applications. Diffusion of responsibility is the human version of a shared API key: when everyone could have done it, nobody did. This URL defines NHI in operator English. Sequence-level governance is the sibling: AI agent governance that checks the path, not only the click.
NIST's August 2026 identity post is blunt: agents need their own identifiers, credentials, and entitlements, bound to the user or system that operates them. Sharing a human login breaks accountability.
What is a non-human identity for an AI agent?
Put the agent on the org chart. A service account, a workload identity, a certificate, a short-lived token: those are NHIs when they name a thing that is not a person. An AI agent that can refund, post, or query production is one more of those things. NIST (Fisher and Galluzzo, 27 Aug 2026) wrote that credential sharing with agents creates accountability gaps, especially where non-repudiation matters.
Vendor surveys now quote NHI-to-human ratios in the tens to one. Treat those as direction, not your headcount. You do not need the ratio. You need an inventory: every key, bot, and agent that can act.
Five questions: what is it, who owns it, what may it access, what did it do, how do you revoke it. If any answer is "the intern's ChatGPT login," you do not have an NHI.
Five questions that make the definition usable
What is it? Name, purpose, environment (prod or not).
Who owns it? A person on payroll, not "engineering."
What may it access? A short list. Not the founder's inbox by default.
What did it do? Logs that say the agent acted, not that Alice did.
How do you revoke it? A switch that does not require deleting a human account.
I study behavioral psychology because this is a responsibility design. Shared credentials feel efficient. They also spread blame until an incident has no author. That is not a scare story. It is how groups fail at boring tasks.
What NHI is not
It is not a second MFA prompt on your laptop. It is not "we have Okta." It is not a long-lived API key in a markdown file. NIST's same post flags static and long-lived credentials as a pattern that already caused incidents, now scaled by agents. Short-lived, scoped tokens exist today: OAuth, SPIFFE, sender-constrained tokens. You do not wait for a new religion of identity.
Okta's NHI lifecycle explainer is a vendor page, but the lifecycle idea is right: create, review, retire. Humans get an HR offboarding ticket. Agents often do not. That is why keys outlive internships.
If the agent carries your password into a tool, the log will say you did it. That is convenient until you need to prove you did not.
A Monday inventory
List every bot, Zapier-style connection, CI token, and chat agent that can change data or send mail.
Note whether it uses a person's login. Those are impersonations. Schedule replacements.
Assign an owner and an expiry. No owner means it is already orphaned.
Turn logging on so the actor field is the agent name.
NIST also flags local agents running as the user's account: convenient for coding, fatal for non-repudiation. If the agent can open the terminal as you, the log is you. Sandbox it or give it a separate identity that cannot reach payroll. Consumer tools will keep making the insecure path easy. Your job is to make the named-agent path the default for anything that touches money, patients, or production.
OWASP's agentic application work (late 2025) put identity and privilege abuse in the top categories. You do not need the full top ten to start. You need "this bot is not me" in the directory. kief.studio will not sell you a new identity religion. We will put the agent on the chart the same week we put it in production.
Revocation must not require deleting a human account. If turning the agent off also locks a person out, the identities were never separate.
Is a service account a non-human identity for an AI agent?
It can be, if it is unique to the agent, owned, scoped, logged, and revocable. A shared "deploy" account used by people and bots is not an NHI. It is a group password.
Why not just share my login with the agent?
Because the record will say you acted. NIST calls that an accountability gap. Refunds, health data, and money need a named actor.
Do I need a new identity product to start?
No. Start with inventory, named owners, and stop using personal passwords in agents. Buy tooling after you know how many NHIs you already have.
How is this different from least privilege?
Least privilege is how much access. NHI is who the access belongs to. You need both. Privilege on a borrowed human identity still impersonates.
Five Eyes agentic AI guidance for a small business is five moves: low-risk task, distinct identity, least privilege, human gate, logs plus a kill switch. CISA, NSA, and allies published Careful Adoption of Agentic AI Services on 1 May 2026.
AI pilots stall before production for boring reasons: no owner, no definition of done, no data path, no kill switch. CISA 1 May 2026: start low-risk. NIST AI RMF: Govern, Map, Measure, Manage.
AI agent governance fails when you approve each click and miss the path. Five in-policy refunds can still empty the drawer. Store intent, cap the run, gate pay/send/delete.