{"name":"ag3nt-email-lists","description":"Agent-native email list provisioning: discover, wallet-auth, x402-pay, and receive a public email capture endpoint.","x402":{"rail":"x402-usdc-base","asset":"USDC","network":"base-sepolia","amount":"5.00","mode":"sim"},"capabilities":["provision_paid_email_list","public_browser_email_ingest","owner_signed_subscriber_export"],"routes":[{"method":"POST","path":"/lists","auth":"wallet-signature","payment":"x402","body":{"name":"optional","owner_site":"optional"}},{"method":"POST","path":"/lists/:id/subscribers","auth":"public","cors":true,"body":{"email":"required","source":"optional"}},{"method":"GET","path":"/lists/:id/subscribers","auth":"wallet-signature owner-only"},{"method":"GET","path":"/lists/:id","auth":"public metadata"}],"how_to_provision":["Mint a wallet with identity.generateKeypair() or agent-client mint.","POST /lists with x-agent-pub, x-agent-nonce, and x-agent-sig over the request.","Receive 402 Payment Required with an x402 invoice challenge.","Build and sign an X-Payment voucher for the invoice.","Retry POST /lists with the same signed owner request and header X-Payment: <base64 voucher>.","Receive ingest_url and set it as your HTML form action."]}