{
  "schema_version": "v1",
  "name_for_human": "rail",
  "name_for_model": "rail_email",
  "description_for_human": "Transactional email server with mTLS authentication, DKIM signing, and webhook-based inbound delivery.",
  "description_for_model": "Send and receive transactional email. Outbound: POST JSON to /api/v1/send with mTLS client certificate (from address must match cert email SAN). Inbound: rail POSTs JSON webhook payloads to client webhook URLs (type inbound/reply/bounce). Reply tracking via VERP; hard bounces of sent mail POST a type-bounce webhook and auto-suppress the recipient. All outbound mail is DKIM-signed. Auth: mTLS client certificates, no API keys.",
  "api": {
    "type": "openapi",
    "url": "https://smtp.ataca.io/openapi.yaml"
  },
  "auth": {
    "type": "none"
  },
  "logo_url": "https://smtp.ataca.io/logo.png"
}
