{
  "ok": true,
  "service": "ASEL Recruit OS v4.0",
  "routes": [
    "GET  /",
    "POST /inbound/email      → Postmark webhook → WF1",
    "POST /inbound/whatsapp   → Twilio webhook   → WF1",
    "POST /email-intake       → WF1 (Bearer token)",
    "POST /whatsapp-intake    → WF1 (Bearer token)",
    "POST /wf2                → manual fallback",
    "POST /wf3                → manual fallback",
    "POST /wf4                → manual fallback",
    "POST /wf5                → manual fallback",
    "POST /api/wf5            → alias /wf5",
    "POST /wf6                → eSign (Dropbox Sign)",
    "POST /wf7                → Analytics + Reports",
    "POST /wf8                → Retention Review + Blacklist + Availability",
    "POST /search",
    "POST /cv/generate",
    "POST /contract/generate",
    "POST /esign/send"
  ],
  "env_detected": {
    "has_airtable": true,
    "has_openai": true,
    "has_source_ids": true,
    "has_webhook_secret": true,
    "has_kv": true,
    "has_queue": true,
    "has_pii_key": true,
    "has_nat_options": true,
    "has_country_options": true,
    "has_lang_options": true,
    "has_activity_log": true,
    "has_blacklist": true,
    "has_stats_table": false,
    "tenant_name": "ASEL Recruit OS",
    "app_name": "ASEL Recruit OS",
    "company_market": "European staffing",
    "company_country": "Netherlands",
    "worker_url": "https://blend-recruitment-os.stan-alexia25.workers.dev",
    "openai_model": "gpt-4.1-mini",
    "wf8_review_days": 180,
    "wf8_blacklist_days": 180,
    "wf8_reminder_days": 14,
    "has_circuit_breaker": true,
    "has_rate_limiter": false,
    "circuit_threshold": 5,
    "circuit_open_ttl": 120
  },
  "reqId": "de5335cb-4a3f-4cb3-afe5-126e5e3d720c"
}