{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2abc6703-dd2f-4a3e-b37c-cff8c9fc020b",
    "slug": "wild-pure",
    "name": "VoidLLM",
    "description": "Lightweight, privacy-first LLM proxy",
    "url": "https://railway.com/deploy/wild-pure",
    "upstream": {
      "image": "ghcr.io/voidmind-io/voidllm:latest"
    }
  },
  "services": [
    {
      "name": "voidmind-io/voidllm:latest",
      "source": {
        "image": "ghcr.io/voidmind-io/voidllm:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "voidmind-io/voidllm:latest",
      "description": "Run as root for volume access",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "VOIDLLM_ADMIN_KEY",
      "service": "voidmind-io/voidllm:latest",
      "description": "Bootstrap key for initial setup. Creates the first admin user and organization on first start.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "VOIDLLM_ENCRYPTION_KEY",
      "service": "voidmind-io/voidllm:latest",
      "description": "Encryption key for securing upstream API keys in the database. Auto-generated — do not change after first deploy.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "wild-pure"
      }
    },
    "cli": "railway deploy --template wild-pure",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2abc6703-dd2f-4a3e-b37c-cff8c9fc020b",
            "serializedConfig": {
              "services": {
                "a188e02f-cd34-4968-b018-6152a63d9ccf": {
                  "icon": "https://voidllm.ai/logo.svg",
                  "name": "voidmind-io/voidllm:latest",
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "image": "ghcr.io/voidmind-io/voidllm:latest",
                    "autoUpdates": {
                      "type": "disabled"
                    }
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Run as root for volume access",
                      "defaultValue": "0"
                    },
                    "VOIDLLM_ADMIN_KEY": {
                      "isOptional": false,
                      "description": "Bootstrap key for initial setup. Creates the first admin user and organization on first start.",
                      "defaultValue": "{{VOIDLLM_ADMIN_KEY}}"
                    },
                    "VOIDLLM_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "Encryption key for securing upstream API keys in the database. Auto-generated — do not change after first deploy.",
                      "defaultValue": "{{VOIDLLM_ENCRYPTION_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "voidmind-io/voidllm:latest",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T16:14:48.097Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_03cdeb1e39dc47f68ed0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 66,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "voidmind-io/voidllm:latest"
  }
}
