Know Your Customer is designed to verify people, using human identity evidence and legal documentation. Know Your Agent is designed for autonomous software, using digital checkpoints such as developer attestation, behaviour history, and transaction context. The distinction matters because AI agents need machine-usable trust signals that support automated onboarding, access control, and payment flows.
Why Know Your Customer and Know Your Agent Are Not the Same Trust Problem
Know Your Customer is built around verifying a person, usually through legal identity evidence, sanctions screening, and compliance checks. know your agent is built around verifying an autonomous software actor that can initiate actions, call tools, and move value without a human in the loop. That difference changes the trust signal: customer identity is about who the person is, while agent identity is about what the software is allowed to do, under which conditions, and with what accountability.
In agentic commerce, the distinction matters because a human-approved workflow can still be unsafe if the agent has broad permissions, poor scope controls, or unverified delegation. A KYC process may tell you the customer exists, but it does not establish whether the agent acting on that customer’s behalf is authentic, constrained, or still operating within the expected task boundary. For the agentic side, current guidance suggests using machine-verifiable evidence such as developer attestation, workload identity, transaction context, and behavioural history.
That is why the two concepts are complementary rather than interchangeable: one manages regulatory and customer trust, the other manages autonomous execution trust. In practice, many teams discover the gap only after an agent has already taken an action that was authorised in principle but not bounded well enough in execution.
How Trust Works in Agentic Commerce
In practice, KYC and KYA sit at different layers of the transaction stack. KYC answers whether the customer can be accepted into the commercial relationship at all. KYA answers whether a specific agentic system may act, what scope it has, and how its requests should be interpreted in real time. That means the agent needs its own identity posture, not just a reference to the customer it represents.
A workable agentic commerce flow usually separates onboarding, authorization, and execution. Onboarding establishes that the agent is associated with a known developer, platform, or business process. Authorization then decides whether the agent can access a payment rail, pricing engine, inventory system, or order workflow. Execution adds context checks such as task intent, transaction amount, destination, and behavioural consistency. The point is not to treat the agent like a human user with a password, because static role-based IAM breaks down when the actor can make goal-driven decisions and chain actions unpredictably.
Practitioners should expect KYA to rely on signals that are machine-usable and continuously checkable:
- Workload identity bound to the specific agent or runtime
- Ephemeral credentials with short time-to-live rather than long-lived secrets
- Attestation or provenance evidence showing who built or delegated the agent
- Behavioural baselines for unusual tool use, spend patterns, or escalation paths
- Real-time policy evaluation tied to the transaction context
That is also why agent trust is not just an access-control issue. It affects payment fraud prevention, delegated authority, and auditability. KYC can satisfy customer onboarding requirements, but KYA governs whether the machine actor can safely participate in commerce without becoming an unbounded proxy for the user. The OWASP Top 10 for Agentic Applications 2026 is useful here because it frames the control problem around agent behaviour, not just identity enrollment, while NHIMG research on AI agents as an attack surface shows how often agents already exceed intended scope.
These controls tend to break down when organisations reuse human-account onboarding for agents, because the resulting trust model cannot reliably distinguish a legitimate customer action from an autonomous overreach.
Common Variations and Edge Cases in Real Deployments
Tighter agent verification often increases friction, so organisations have to balance commerce speed against the risk of letting an under-scoped agent transact on behalf of a customer. Best practice is evolving, and there is no universal standard for this yet, especially where the agent is partially delegated, multi-tenant, or operating across several merchants or platforms.
One common edge case is the “customer-facing assistant” that initiates a purchase but does not hold funds or complete payment itself. In that model, KYC still applies to the customer relationship, while KYA may only need limited action rights and strong transaction-step confirmation. Another edge case is an enterprise procurement agent acting for an employee: the employee may be known, but the agent still needs separate controls because its tool access can extend beyond the employee’s normal privileges.
Teams also need to distinguish between identity proofing and authorization depth. A strong KYC process does not justify broad agent permissions, and a strong KYA process does not replace customer compliance obligations. The safest interpretation is to treat them as different trust gates with different evidence types. For commerce workflows that move money or sensitive order data, the policy question is not “is this a known user?” but “is this specific autonomous actor still operating within the authorised commercial context?”
Risk and Threat Considerations
The main risk is trust substitution: organisations assume customer verification is enough to govern an agent that can act independently. That creates exposure to over-privileged automation, hidden delegation, and transactions that are valid in form but unsafe in scope. Agentic systems also widen the blast radius of credential misuse because one compromised or overbroad agent can act faster and more consistently than a human.
Failure mechanism: A customer-approved flow is converted into machine execution without separate checks on agent identity, tool scope, or step-up authorisation. Attackers then target the weaker layer by abusing delegated access, exploiting prompt or workflow manipulation, or stealing credentials that let an agent operate as if it were trusted. NHIMG reporting indicates that 80% of organisations say their AI agents have already performed actions beyond intended scope, which is a strong signal that this failure mode is already operational, not theoretical.
Impact: Orders can be altered, payments redirected, sensitive data exposed, and audit trails weakened because the organisation cannot clearly prove whether a transaction was authorised by the customer, the agent, or neither. In commerce environments, that becomes both a fraud problem and an accountability problem.
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, OWASP Non-Human Identity Top 10, CSA MAESTRO and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A1 — Agent Identity and Trust | Agentic commerce depends on authenticating autonomous software actors, not just people. |
| Recommendation — Bind each agent to verifiable identity and constrain its delegated actions. | ||
| OWASP Non-Human Identity Top 10 | NHI-01 — Secrets and Credential Management | Agents rely on machine credentials that must be scoped and rotated safely. |
| Recommendation — Use short-lived, scoped credentials for agents and revoke them on trust change. | ||
| CSA MAESTRO | GOVERN — Agentic Governance | The question is about governing autonomous commercial actors and delegated trust. |
| Recommendation — Define governance rules that separate human identity proofing from agent authorization. | ||
| NIST AI RMF | GOV 2.0 — Map, Measure, and Manage AI Risks | Agentic commerce needs risk controls for autonomous behaviour and trust decisions. |
| Recommendation — Assess agentic risks continuously and tie access decisions to measured context. | ||
| CIS Controls v8 | 6.3 — Account Access Management | Agents need tightly controlled access paths and revocation for commerce systems. |
| Recommendation — Enforce least privilege and promptly remove agent access when scope changes. | ||
Practitioner Guidance
What to prioritise: Separate customer onboarding controls from agent authorization controls. If the same evidence is being used to approve both the person and the autonomous actor, the model is too weak for agentic commerce.
What to verify: Confirm that every agent can be uniquely identified, scoped to a narrow business purpose, and revoked without affecting the underlying customer account. Verify that the agent’s permissions expire automatically and that transaction logs retain both the customer context and the agent context.
Decision rule: If the workflow can move money, access inventory, or change account state without a human approving each material step, treat it as an agent trust problem first and a customer trust problem second.
Practitioner takeaway: KYC establishes who the commercial relationship belongs to, but KYA determines whether autonomous execution is safe enough to trust with action.
Related resources from NHI Mgmt Group
- What is the difference between human identity governance and AI agent governance?
- What is the difference between governing human access and governing AI agent access?
- What is the difference between OAuth 2.1 and a trust registry in AI agent onboarding?
- What is the difference between an agent acting under a borrowed user session and an agent acting under its own identity?