{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c358292e-4923-4803-a77c-5f7a1a808188",
    "slug": "openclaw-with-file-manager",
    "name": "OpenClaw with File Manager",
    "description": "Run OpenClaw with full control to terminal and files via Cloud IDE",
    "url": "https://railway.com/deploy/openclaw-with-file-manager",
    "upstream": {
      "repo_url": "https://github.com/lequanghuylc/Railway-Addition-Domains"
    }
  },
  "services": [
    {
      "name": "Railway-Addition-Domains",
      "source": {
        "repo": "https://github.com/lequanghuylc/Railway-Addition-Domains"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "openclaw-cloud-ide",
      "source": {
        "repo": "https://github.com/lequanghuylc/openclaw-cloud-ide"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "DEFAULT_UPSTREAM",
      "service": "Railway-Addition-Domains",
      "description": "Provide a value for DEFAULT_UPSTREAM.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "VNC_PASSWORD",
      "service": "openclaw-cloud-ide",
      "description": "Connect a domain on port 6080 to use noVNC",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "C9SDK_PASSWORD",
      "service": "openclaw-cloud-ide",
      "description": "Provide a value for C9SDK_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "OPENCLAW_GATEWAY_TOKEN",
      "service": "openclaw-cloud-ide",
      "description": "Provide a value for OPENCLAW_GATEWAY_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "OPENCLAW_ALLOWED_ORIGIN",
      "service": "openclaw-cloud-ide",
      "description": "Provide a value for OPENCLAW_ALLOWED_ORIGIN.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "INITIAL_OPENCLAW_VERSION",
      "service": "openclaw-cloud-ide",
      "description": "You can install a higher version later",
      "secret": false,
      "strategy": "default",
      "default": "latest"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "openclaw-with-file-manager"
      }
    },
    "cli": "railway deploy --template openclaw-with-file-manager",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c358292e-4923-4803-a77c-5f7a1a808188",
            "serializedConfig": {
              "services": {
                "30f91f59-88f9-4605-b089-22565125d0d2": {
                  "name": "Railway-Addition-Domains",
                  "source": {
                    "repo": "lequanghuylc/Railway-Addition-Domains",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "DEFAULT_UPSTREAM": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "http://${{openclaw-cloud-ide.RAILWAY_PRIVATE_DOMAIN}}:18789"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "8bd1c9f1-b9a4-4274-8836-90b111d08397": {
                  "name": "openclaw-cloud-ide",
                  "source": {
                    "repo": "lequanghuylc/openclaw-cloud-ide",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "VNC_PASSWORD": {
                      "isOptional": false,
                      "description": "Connect a domain on port 6080 to use noVNC",
                      "defaultValue": "{{VNC_PASSWORD}}"
                    },
                    "C9SDK_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{C9SDK_PASSWORD}}"
                    },
                    "OPENAI_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "TELEGRAM_BOT_TOKEN": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "CUSTOM_PROVIDER_API": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "CUSTOM_PROVIDER_AUTH": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "CUSTOM_PROVIDER_NAME": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "OPENCLAW_GATEWAY_TOKEN": {
                      "defaultValue": "{{OPENCLAW_GATEWAY_TOKEN}}"
                    },
                    "CUSTOM_PROVIDER_API_KEY": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "OPENCLAW_ALLOWED_ORIGIN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://${{Railway-Addition-Domains. RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "CUSTOM_PROVIDER_BASE_URL": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "CUSTOM_PROVIDER_MODEL_ID": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "INITIAL_OPENCLAW_VERSION": {
                      "isOptional": false,
                      "description": "You can install a higher version later",
                      "defaultValue": "latest"
                    },
                    "CUSTOM_PROVIDER_MODEL_API": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    },
                    "CUSTOM_PROVIDER_MODEL_NAME": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3399": {
                        "port": 3399
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-20T15:00:04.980Z",
  "success_rate_30d": 0.3333,
  "validation": {
    "last_run_id": "run_de097001df424cc097f1",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "BUILDING,CRASHED"
      }
    ],
    "typical_ready_seconds": 403,
    "typical_build_seconds": 348,
    "typical_start_seconds": 21,
    "slowest_service": "openclaw-cloud-ide"
  }
}
