{"name":"NoForm","description":"Agent-native signup. Apps host a tiny auth.md file; agents read it and register, claim, and email-verify real human users — no form. This site is itself an auth.md app: an agent can sign a human up for NoForm directly.","url":"https://noform.dev","provider":{"organization":"NoForm","url":"https://noform.dev"},"version":"1.0","documentationUrl":"https://noform.dev/docs","capabilities":{"streaming":false,"pushNotifications":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"skills":[{"id":"agent-signup","name":"Sign a human up (user-claimed ceremony)","description":"Register anonymously, claim the human's email (a one-time code is sent to their inbox), and complete with the code. Contract: /auth.md; endpoints advertised in /.well-known/oauth-authorization-server (agent_auth block).","tags":["auth","signup","provisioning","auth.md"],"examples":["Read https://noform.dev/auth.md, then POST https://noform.dev/agent/auth to begin."]},{"id":"agent-verified","name":"Provision a verified account (ID-JAG)","description":"Trusted agent platforms POST a signed JWT (iss/aud/sub/exp/jti) to /agent/auth/verified and receive an active account with no human step. Requires the app to trust the issuer's JWKS.","tags":["auth","jwt","id-jag"]}]}