AgentOAuth Playground

Build policies and test agent authorization tokens

โš™๏ธ Verifier API
Hosted Verifier
Using AgentOAuth hosted verifier with demo token support

Policy Builder (pol.v0.2)

Create structured authorization policies for programmable consent

Step 1: Basic Information

Step 2: What can the agent do? โœ‹

Comma-separated list of allowed actions
Restrict to specific merchants (comma-separated)

Step 3: Spending Limits ๐Ÿ’ฐ

Maximum total spending over the selected time period

Policy Tester

Test policy evaluation with token + request context

Token Validator

Verify existing tokens and inspect their contents

Validates that the token was issued for this specific recipient. Leave empty to skip audience validation.

About AgentOAuth

AgentOAuth is a neutral protocol that lets AI agents prove who authorized what. It uses JWS tokens with a five-field schema (user, agent, scope, limit, expiry + signature) built on OAuth/JWT patterns.

  • Spec: View Specification
  • SDK: JavaScript/TypeScript (Python coming soon)
  • License: MIT / Apache 2.0