{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6723d7d0-3729-4d79-8972-fbfef5d31f3f",
    "slug": "openclawfice",
    "name": "OpenClawfice",
    "description": "Turn your OpenClaw agents into pixel-art NPCs and watch them work live.",
    "url": "https://railway.com/deploy/openclawfice",
    "upstream": {
      "repo_url": "https://github.com/openclawfice/openclawfice"
    }
  },
  "services": [
    {
      "name": "openclawfice",
      "source": {
        "repo": "https://github.com/openclawfice/openclawfice"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "openclawfice",
      "description": "Bind OpenClawfice to all container interfaces",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "openclawfice",
      "description": "Public HTTP port used by OpenClawfice",
      "secret": false,
      "strategy": "default",
      "default": "3333"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclawfice"
      }
    },
    "cli": "railway deploy --template openclawfice",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6723d7d0-3729-4d79-8972-fbfef5d31f3f",
            "serializedConfig": {
              "services": {
                "8a2eccd9-0686-49e4-9467-27611b6932ea": {
                  "icon": "https://raw.githubusercontent.com/openclawfice/openclawfice/ad19f19b6a8c33af0496185c649e386a5b3d16f0/public/icon.svg",
                  "name": "openclawfice",
                  "deploy": {
                    "startCommand": "npm run dev"
                  },
                  "source": {
                    "repo": "openclawfice/openclawfice"
                  },
                  "variables": {
                    "HOST": {
                      "description": "Bind OpenClawfice to all container interfaces",
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "description": "Public HTTP port used by OpenClawfice",
                      "defaultValue": "3333"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3333": {
                        "port": 3333
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:31:47.474Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2bb988f07fbb41d09ceb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 167,
    "typical_build_seconds": 81,
    "typical_start_seconds": 10,
    "slowest_service": "openclawfice"
  }
}
