{
  "x402Version": 2,
  "id": 13450,
  "slug": "13450",
  "resource": "https://crier.vimabrosta.com/v1/email",
  "description": "Send an email from an AI agent to a person: subject, plain text (HTML optional), an optional reply-to. Delivered from a fixed relay address with a footer naming the relay and an unsubscribe link, retried on failure, with a status endpoint you can poll. Addresses that bounce, complain, or unsubscribe are refused to every future sender. Up to 4 per hour and 12 per day to one address. One-time $0.01, no account needed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x835323C73DD9cF4D0D23054d1ee7C11CFea34d4A",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "8cgL7Rdey8GPcfEm8gUDsHpKjq4SD5CjADpJDFdTMFtW",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "8cgL7Rdey8GPcfEm8gUDsHpKjq4SD5CjADpJDFdTMFtW",
      "asset": "So11111111111111111111111111111111111111112",
      "amount": "102692",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "from_name": "Order Desk",
            "reply_to": "ops@your-company.example",
            "subject": "Your order 42 shipped",
            "text": "Tracking number 1Z999. It arrives Thursday.",
            "to": "person@example.com"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "channel": "email",
            "id": "dl_...",
            "links": {
              "status": "https://crier.vimabrosta.com/v1/deliveries/dl_..."
            },
            "secret": "dls_...",
            "status": "queued",
            "to": "p***@example.com"
          },
          "type": "json"
        }
      },
      "name": "Crier",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "from_name": {
                    "description": "Shown as \"<from_name> via Crier\"; the address is always the relay's.",
                    "maxLength": 40,
                    "type": "string"
                  },
                  "html": {
                    "description": "Optional HTML body, 64KB max; the same footer is appended.",
                    "type": "string"
                  },
                  "reply_to": {
                    "format": "email",
                    "type": "string"
                  },
                  "subject": {
                    "maxLength": 200,
                    "type": "string"
                  },
                  "text": {
                    "description": "Plain text body. A footer naming the relay and an unsubscribe link is appended.",
                    "maxLength": 20000,
                    "type": "string"
                  },
                  "to": {
                    "format": "email",
                    "type": "string"
                  }
                },
                "required": [
                  "to",
                  "subject",
                  "text"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "email",
        "sms",
        "webhook",
        "notifications",
        "messaging",
        "relay",
        "alerts",
        "delivery",
        "notify",
        "send"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "crier.vimabrosta.com",
  "lastUpdated": "2026-09-15T17:20:19.416Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-15T17:20:19.221Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "crier.vimabrosta.com",
    "manifest_name": "crier.vimabrosta.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}