Hey,
I built a conformance test CLI for the protocol while working through
the v1.0-draft spec. Figured it might be useful for people building servers.
https://github.com/Rishabjs03/agent-auth-verify
npx agent-auth-verify https://yourserver.com
It currently checks:
- Discovery (§5.1) — required fields, issuer, Ed25519, endpoints object
- Capabilities (§5.2) — response shape, name + description on each entry
- Registration (§5.3) — Host JWT flow, response fields, capability grants
- Revocation (§5.7) — revoke succeeds, revoked agent gets 403
- Error format (§5.13) — 401 on missing/invalid auth, machine-readable error field
Ships with a local demo server so you can try it without a real backend.
Hey,
I built a conformance test CLI for the protocol while working through
the v1.0-draft spec. Figured it might be useful for people building servers.
https://github.com/Rishabjs03/agent-auth-verify
It currently checks:
Ships with a local demo server so you can try it without a real backend.