{
  "ok": true,
  "surface": "api-edge-smart-wizard",
  "policy": {
    "ollama": "local_native_only",
    "ollama_host_default": "http://127.0.0.1:11434",
    "never_remote_llm": true,
    "worker_calls_ollama": false,
    "fail_open_if_ollama_down": true,
    "executing_host_sdk": "ops/lib/ollama_local.py",
    "tui_question_wizard": "PLAN_only_separate",
    "metabol": "host_cap for Ollama; cf-worker-req for /v1/wizard/*"
  },
  "flows": [
    {
      "id": "account",
      "title": "User account setup",
      "summary": "Guided lab account fields via local Ollama JSON; secrets never in prompts",
      "commit": "POST /v1/wizard/commit/account"
    },
    {
      "id": "join-mesh",
      "title": "Fog/EDGE join fog mesh",
      "summary": "Request mesh membership; mesh_member only after Fog health-check of public /health",
      "commit": "POST /v1/wizard/commit/join-mesh"
    },
    {
      "id": "register-deps",
      "title": "Register dependency edge nodes",
      "summary": "Build POST /v1/integrations bodies for dependency edges (no secrets)",
      "commit": "POST /v1/wizard/commit/register-deps"
    }
  ],
  "steps": "https://api-edge.calhegasmorais.pt/v1/wizard/steps",
  "prompts": "https://api-edge.calhegasmorais.pt/v1/wizard/prompts/{flow}",
  "parse": {
    "method": "POST",
    "url": "https://api-edge.calhegasmorais.pt/v1/wizard/parse"
  },
  "local_sdk": {
    "ping": "python3 ops/lib/ollama_local.py ping",
    "wizard": "python3 ops/lib/ollama_local.py wizard <account|join-mesh|register-deps>"
  },
  "related": {
    "integrations": "https://api-edge.calhegasmorais.pt/v1/integrations",
    "mesh": "https://api-edge.calhegasmorais.pt/v1/mesh",
    "docs": "https://github.com/StrataMesh-Laboratory/stratamesh-core/blob/main/docs/API-EDGE-OLLAMA-WIZARD.md"
  }
}