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 ๐ฐ
Policy Tester
Test policy evaluation with token + request context
Token Validator
Verify existing tokens and inspect their contents
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