{"name":"Agentic Email API","version":"1.0.0","docs":"This is the API root. Use the paths below; do not use GET /send.","baseUrl":"https://xander.mailerastro.com/api/v1","endpoints":{"health":{"GET /health":"Liveness/readiness (no auth)"},"auth":{"POST /api/v1/auth/signup":"Register (email, password, organizationName)","POST /api/v1/auth/login":"Login (email, password)","GET /api/v1/auth/me":"Current user (Bearer JWT)"},"keys":{"GET /api/v1/keys":"List API keys (Bearer JWT)","POST /api/v1/keys":"Create API key (Bearer JWT)","DELETE /api/v1/keys/:id":"Revoke API key (Bearer JWT)"},"email":{"POST /api/v1/email/send":"Send one email (X-API-Key or x402)","POST /api/v1/email/send-batch":"Send multiple emails (X-API-Key or x402)"},"payments":{"POST /api/v1/payments/...":"Payment endpoints (see docs)"},"reputation":{"GET /api/v1/reputation/:address":"Wallet reputation (no auth)"},"wallet":{"GET /api/v1/wallet/balance/:address":"Wallet balance (no auth)"},"webhooks":{"POST /api/v1/webhooks/...":"Webhook endpoints"},"admin":{"GET /api/v1/admin/stats":"Admin stats (X-Admin-Secret)","GET /api/v1/admin/request-logs":"Request logs (X-Admin-Secret)"}},"note":"Email is sent via POST /api/v1/email/send with X-API-Key or x402 payment. There is no GET /send."}