tool · validator

Does your manifest hold?.

Paste a URL — we fetch /.well-known/agent-actions.json and grade it against AAM v0.1. Errors stop agents from working. Warnings degrade the experience. Suggestions sharpen discovery. No login. No side effects.

or try:
01what we check
  • aam_version is present and recognised.
  • site.name and site.domain are set; description included.
  • auth, when declared, has a known type and authorize URL.
  • actions array exists; each action has a snake_case id, description, and well-formed pricing/params.
  • x402 pricing fields are sane: amount string, supported network.
  • No duplicate action ids.