Every term in this hub.
This hub collects the identity and access terms in the Prefactor glossary. The identity group covers the core concepts: unique agent identity, non-human identity, and agent passports, the mechanisms that give each agent a name that survives across systems. Attribution starts here; everything else in this hub assumes it.
The credentials group covers what agents carry: access tokens, API keys, and client secrets, along with the trade-offs between static secrets that are easy to use and short-lived credentials that are easy to revoke. The access control group covers what those credentials unlock: scoped access, least privilege, and the role and attribute models that decide it.
The trust group deserves a specific mention: trust chains and trust boundaries are how a final agent action traces back to its original human or organisational authorisation, across every delegation in between. They are the difference between an audit trail that answers questions and one that raises them.
A scope note in the interest of honesty: several classical authentication terms in this cluster are deliberately kept as subject-matter definitions only. This glossary defines OAuth because agents use it, not because identity infrastructure is the product; the entries say what each term is and stop there.
Identity
Credentials & tokens
Access control
Authentication
Trust
More agent identity & access terms
Common questions.
What is agent identity?
The mechanisms that give each AI agent a distinct, verifiable name across systems, so every action is attributable to a specific agent, its owner, and its authorising context.
Why do service accounts fall short for AI agents?
Service accounts assume a static service with fixed behaviour. Agents act autonomously, delegate to sub-agents, and change behaviour with prompts and models, which breaks the assumptions service-account controls rely on.