{
  "ready": true,
  "service": "kriyai-agent-mail",
  "checks": {
    "store": {
      "ok": true,
      "type": "postgres"
    },
    "email": {
      "ok": true,
      "provider": "direct-mx",
      "deliveryMode": "queue",
      "send": true,
      "outboundWorkerRequired": true,
      "receive": true,
      "inboundHostname": "mail.noinfra.ai",
      "requireTls": false,
      "tlsRejectUnauthorized": false,
      "dkim": {
        "selector": "kriy",
        "publicKeyConfigured": true,
        "privateKeyRequired": false,
        "privateKeyConfigured": false
      },
      "invalid": [],
      "missing": []
    },
    "infrastructure": {
      "ok": true,
      "required": [
        "smtp-edge",
        "outbound-worker",
        "smtp-submission",
        "imap"
      ],
      "staleMs": 120000,
      "components": [
        {
          "component": "smtp-edge",
          "active": true,
          "componentId": "smtp-edge-1",
          "status": "ok",
          "hostname": "d0256160b0fe",
          "lastSeenAt": "2026-06-16T10:21:36.390Z",
          "ageMs": 13781
        },
        {
          "component": "outbound-worker",
          "active": true,
          "componentId": "outbound-worker-1",
          "status": "ok",
          "hostname": null,
          "lastSeenAt": "2026-06-16T10:21:43.991Z",
          "ageMs": 6180
        },
        {
          "component": "smtp-submission",
          "active": true,
          "componentId": "smtp-submission-mail-noinfra-587",
          "status": "ok",
          "hostname": "1d856b3a59f5",
          "lastSeenAt": "2026-06-16T10:21:44.089Z",
          "ageMs": 6082
        },
        {
          "component": "imap",
          "active": true,
          "componentId": "imap-mail-noinfra-1",
          "status": "ok",
          "hostname": "137ef60153af",
          "lastSeenAt": "2026-06-16T10:21:44.497Z",
          "ageMs": 5674
        }
      ]
    },
    "security": {
      "ok": true,
      "requireApiKey": true,
      "rootApiKeyConfigured": true,
      "missing": []
    },
    "webhooks": {
      "ok": true,
      "signingSecretConfigured": true,
      "retryWorkerEnabled": true,
      "retryIntervalMs": 30000,
      "maxAttempts": 5
    },
    "outboundRetries": {
      "ok": true,
      "retryWorkerEnabled": false,
      "deliveryMode": "queue",
      "retryIntervalMs": 30000,
      "retryDelayMs": 60000,
      "maxAttempts": 5
    },
    "requestBody": {
      "ok": true,
      "maxBytes": 12582912
    },
    "outboundRateLimits": {
      "ok": true,
      "windowMs": 3600000,
      "inboxLimit": 100,
      "customerLimit": 1000
    },
    "inboundRateLimits": {
      "ok": true,
      "windowMs": 3600000,
      "inboxLimit": 1000,
      "customerLimit": 10000
    }
  }
}