ProtocolGovGuardFinGuardExplorerPlaygroundAdoptCloudTrustDocsRequest Pilot
Comparison / OAuth

EMILIA Protocol vs OAuth

OAuth authorizes sessions and scopes. EP authorizes a specific action with bound parameters. Both can coexist — and for any consequential workflow involving AI agents or high-value transactions, both are necessary.

The problem OAuth doesn't solve

A correctly issued OAuth access token with the payments:write scope authorizes any payment within scope until the token expires. The token has no opinion about the destination account, the amount, or whether the action that just executed matches what a human authorized.

For an AI agent that earned that token through a legitimate consent flow, a prompt-injected instruction to "wire $50,000 to a new beneficiary" is technically in-scope. The token authorizes it. The downstream system has no way to distinguish authorized action from compromised action.

EMILIA Protocol generates a one-time cryptographic handshake bound to the exact actor, the authority chain, the policy version, and the exact action context — destination, amount, beneficiary, every parameter — before the action proceeds. A captured handshake cannot be replayed against a different action. A compromised agent runtime cannot generate a valid signoff for an action that no named human approved.

Side by side

DimensionOAuth 2.1 / OIDCEMILIA Protocol
Authorization granularitySession + scopeExact action parameters
Replay resistanceRefresh tokens, expiryOne-time consumable per action
Action parameter bindingNoCryptographic — actor, authority, policy, action context
Named human signoffOut of scopeRequired for high-risk actions; bound to action context
Audit evidenceToken issuance / scope claimsSelf-verifying trust receipt (offline verifiable)
Compliance mappingOAuth 2.1, OIDCNIST AI RMF, EU AI Act high-risk system controls
AI agent fitAuthorizes the agent runtimeAuthorizes each consequential agent action

When you need EP on top of OAuth

EP is not a replacement for OAuth. It is the layer that makes OAuth-issued sessions safe for the actions OAuth was never designed to authorize.

See it in practice

Read the protocolTry the live demo
EMILIA Protocol vs OAuth — Why Action Binding Matters