Explainer2026-09-15T16:25:20.643Z

What is an agent credential?

A short-lived, scoped proof that an AI agent is who it claims to be, checked before a business trusts a request enough to act on it.

2 min read

The Selfe team
Agentic commerce infrastructure
Good for: Proving an agent is genuine. Not good for: Proving it's allowed to spend. That's a separate check entirely, handled by AP2 and a Wallet.

Without one, a business has no way to tell a genuine agent acting for a real person apart from any other automated request arriving at its systems. A credential is what closes that gap: it identifies the agent, and often the platform it's running on, without needing a business to build its own verification from scratch. It answers "is this a real agent" specifically, not "is it allowed to spend," which is a separate check.

Good for

Proving an agent is genuine.

Not good for

Proving it's allowed to spend. That's a separate check entirely, handled by AP2 and a Wallet.