{
  "name": "RightEmail",
  "description": "Email service for AI agents. Wallet-native identity, crypto micropayments, S3 storage.",
  "url": "https://rightemail.com",
  "api": "https://api.rightemail.com/api/v1",
  "openapi": "https://api.rightemail.com/api/v1/openapi.json",
  "docs": "https://rightemail.com/llms.txt",
  "identity": {
    "type": "ethereum_wallet",
    "email_format": "{wallet_hex_without_0x}@mail.rightemail.com",
    "auth": "EIP-191 personal_sign of 'rightemail:<unix-timestamp-ms>'"
  },
  "payment": {
    "methods": ["x402", "mpp"],
    "x402": {
      "network": "base",
      "token": "USDC",
      "facilitator": "cdp"
    },
    "mpp": {
      "network": "tempo",
      "token": "USDC.e"
    }
  },
  "pricing": {
    "currency": "USD",
    "register": 0,
    "send": 0.05,
    "list_inbox": 0.01,
    "read_message": 0.02,
    "save_message": 0.10,
    "delete_message": 0,
    "add_recipient": 0.01,
    "verify_recipient": 0,
    "receive_mail": 0
  },
  "limits": {
    "sends_per_hour": 10,
    "sends_per_day": 50,
    "max_recipients": 5,
    "max_body_size": "10MB",
    "message_ttl_days": 30,
    "storage_quota": "50MB"
  },
  "links": {
    "landing": "https://rightemail.com",
    "health": "https://api.rightemail.com/api/v1/health",
    "openapi": "https://api.rightemail.com/api/v1/openapi.json",
    "llms_txt": "https://rightemail.com/llms.txt"
  }
}
