{
  "ok": true,
  "service": "Destiny Integration Gateway",
  "phase": "A/B — connectivity + read-only ISN. No write routes exist yet.",
  "routes": {
    "phaseA": [
      "GET  /health",
      "GET  /connectivity/isn   (calls ISN /me)",
      "GET  /connectivity/quo",
      "POST /webhook/quo/test-inspect",
      "POST /webhook/quo  (observation only — no ISN write)"
    ],
    "phaseB": [
      "GET /isn/me",
      "GET /isn/offices  (permission/capability test)",
      "GET /isn/users",
      "GET /isn/ordertypes",
      "GET /isn/agents?search=",
      "GET /isn/agencies?search=",
      "GET /isn/clients?search=",
      "GET /isn/orders?...",
      "GET /isn/order/:id[?controls=1]",
      "GET /isn/order/:id/history",
      "GET /isn/order/:id/fees",
      "GET /isn/availableslots?...",
      "GET /isn/discover"
    ]
  }
}