{
  "version": 1,
  "document": "agentisend/status",
  "description": "Where to read availability. This file is static and carries no live state; the two endpoints below do. Neither needs a key.",
  "page_url": "https://agentisend.com/status",
  "live_url": "https://api.agentisend.com/status",
  "history_url": "https://api.agentisend.com/status/history",
  "history_window_days": 90,
  "sample_interval_seconds": 60,
  "components": [
    "api",
    "database",
    "send-queue",
    "transport",
    "smtp-relay",
    "inbound",
    "provider-events"
  ],
  "component_states": {
    "operational": "checked and answering",
    "degraded": "answering, slower or partially; sends are still accepted",
    "down": "not answering",
    "unknown": "this instance cannot check it, so it claims nothing either way"
  },
  "availability_rule": "operational and degraded samples count as available; unknown samples are excluded from the denominator, so a day nobody measured reports no samples rather than 100%.",
  "uptime_commitment_percent": 99.9,
  "sla_url": "https://agentisend.com/sla.json"
}
