STATUS

Booth health

Public stub. Mail, Stripe, and jobs — mock flags, no secrets. JSON also at /api/status.

OK

{
  "ok": true,
  "service": "pitch-tax",
  "domain": "pitchtax.lol",
  "db": "ok",
  "mocks": {
    "mail": true,
    "stripe": true
  },
  "checks": [
    {
      "id": "mail",
      "state": "ok",
      "detail": "Mock fixture inbox. Nylas is off."
    },
    {
      "id": "stripe",
      "state": "ok",
      "detail": "Mock Checkout. Connect application fee ~10%."
    },
    {
      "id": "jobs",
      "state": "idle",
      "detail": "No scan/send/block/digest runs yet."
    }
  ],
  "lastJob": null
}