{
  "ok": true,
  "activePath": {
    "workerRoutingCore": true,
    "outerAIGatewayPrimaryConfigured": false,
    "outerAIGatewaySecondaryConfigured": false,
    "safeModeActive": false
  },
  "configuredProviders": [
    "aimlapi",
    "cometapi",
    "native1api"
  ],
  "readiness": {
    "aiml_ready": true,
    "comet_ready": true,
    "cloudflare_fallback_ready": false,
    "native1_ready": true,
    "ready": true
  },
  "governance": {
    "authRequired": false,
    "allowedOrigin": "*",
    "safeMode": {
      "enabled": false,
      "blockUpstream": false,
      "responseMode": "normal"
    },
    "upstreamTimeoutMs": 15000,
    "economics": {
      "targetSavingsPctHi": 70,
      "maxPublicSavingsPctHi": 72,
      "native1Ready": true
    },
    "limits": {
      "maxInputTokensEstimate": null,
      "maxOutputTokens": null,
      "maxEstimatedCostUsd": null
    }
  },
  "infrastructure": {
    "activeWorkerPath": {
      "vectorizeBound": false,
      "d1Bound": false,
      "queueBound": false,
      "kvBound": false,
      "durableStateBound": false
    },
    "legacyOrDormantHints": {
      "vectorizeIndexName": "rememory-index",
      "queueName": "legacy-queue-present-outside-active-path",
      "d1Names": [
        "profitise-leads-db",
        "SHARD_1"
      ],
      "costImplodeVectorizeIndexes": [
        "costimplode-memory",
        "rememory-index"
      ]
    }
  },
  "pressure": {
    "status": "informational-only",
    "vectorize": {
      "activePathBound": false,
      "thresholdCount": 8000000,
      "state": "dormant-or-legacy-bound"
    },
    "database": {
      "activePathBound": false,
      "thresholdCount": 1000000,
      "state": "dormant-or-legacy-bound"
    },
    "queue": {
      "activePathBound": false,
      "state": "not-bound-on-active-path"
    },
    "memory": {
      "durableStateBound": false,
      "state": "no-active-state-binding"
    },
    "warning": "Active routing path is lean; vectorize, d1, queue currently live outside or beyond the primary worker path."
  },
  "observability": {
    "routeOutcomeLogging": {
      "enabled": true,
      "sink": "worker-structured-logs"
    }
  },
  "providerBindings": {
    "aimlapi": {
      "configured": true,
      "directHttp": true
    },
    "cometapi": {
      "configured": true,
      "directHttp": true
    },
    "native1api": {
      "configured": true,
      "directHttpFallbackAvailable": true,
      "serviceBindingReady": true
    }
  }
}