{
  "ok": true,
  "service": "prism-v1",
  "mode": "development",
  "storeBackend": "postgres",
  "authRequired": true,
  "dbHealthPath": "/api/health/db",
  "aocBridge": {
    "enabled": false,
    "mode": "mock",
    "projectRoot": "/app",
    "aocBin": "aoc",
    "aocHyperframesBin": "aoc-hyperframes",
    "aocHtmlVideoBin": "aoc-html-video",
    "ompBin": "omp",
    "ompAgentExecution": "mock"
  },
  "agentRuntime": "deterministic",
  "agentIds": [
    "deterministicGraph"
  ],
  "ompBridge": {
    "enabled": false,
    "runtime": false,
    "cwd": "/app",
    "bin": "omp"
  },
  "integrations": {
    "resend": false,
    "resendWebhooks": false,
    "openDesign": false,
    "aocBridge": false
  },
  "liveAdapterProfiles": [
    {
      "name": "resend",
      "mode": "mock",
      "configured": false,
      "details": {
        "from": "Intrface Prism <prism@intrface.eu>",
        "webhookConfigured": false
      }
    },
    {
      "name": "ompBridge",
      "mode": "disabled",
      "configured": false,
      "details": {
        "bin": "omp",
        "cwd": "/app"
      }
    },
    {
      "name": "aocBridge",
      "mode": "disabled",
      "configured": false,
      "details": {
        "projectRoot": "/app",
        "bin": "aoc",
        "hyperframesBin": "aoc-hyperframes",
        "htmlVideoBin": "aoc-html-video"
      }
    },
    {
      "name": "openDesign",
      "mode": "mock",
      "configured": false,
      "details": {
        "projectDir": "./open-design"
      }
    },
    {
      "name": "apifyIngestion",
      "mode": "mock",
      "configured": false,
      "details": {
        "contentIntelligenceEnabled": false
      }
    }
  ],
  "ops": {
    "status": "local",
    "warnings": [],
    "env": {
      "DATABASE_URL": "set",
      "PRISM_API_TOKEN": "set",
      "RESEND_API_KEY": "optional",
      "RESEND_WEBHOOK_SECRET": "optional"
    },
    "liveModes": {
      "store": "live",
      "auth": "live",
      "resend": "mock",
      "resendWebhooks": "disabled",
      "agentRuntime": "local",
      "ompBridge": "disabled"
    },
    "queues": {
      "queued": 0,
      "running": 0,
      "failed": 0
    }
  },
  "time": "2026-08-07T14:32:40.440Z"
}