{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6a9161cd-3dcd-4b6a-9f59-6cbff79ac434",
    "slug": "tdgyuV",
    "name": "Simple Log Server",
    "description": "Realtime logs via websocket",
    "url": "https://railway.com/deploy/tdgyuV",
    "upstream": {
      "image": "nxfi/log-server-py"
    }
  },
  "services": [
    {
      "name": "LOGS",
      "source": {
        "image": "nxfi/log-server-py"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PASS",
      "service": "LOGS",
      "description": "Basic Auth Password",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PORT",
      "service": "LOGS",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "USER",
      "service": "LOGS",
      "description": "Basic Auth Username",
      "secret": false,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PYTHONUNBUFFERED",
      "service": "LOGS",
      "description": "Provide a value for PYTHONUNBUFFERED.",
      "secret": false,
      "strategy": "default",
      "default": "1"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tdgyuV"
      }
    },
    "cli": "railway deploy --template tdgyuV",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6a9161cd-3dcd-4b6a-9f59-6cbff79ac434",
            "serializedConfig": {
              "services": {
                "a196d5e4-dcec-4b9b-92ce-8e372d352b5a": {
                  "name": "LOGS",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "image": "nxfi/log-server-py",
                    "rootDirectory": "/"
                  },
                  "variables": {
                    "PASS": {
                      "isOptional": false,
                      "description": "Basic Auth Password",
                      "defaultValue": "{{PASS}}"
                    },
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "5000"
                    },
                    "USER": {
                      "isOptional": false,
                      "description": "Basic Auth Username",
                      "defaultValue": "{{USER}}"
                    },
                    "PYTHONUNBUFFERED": {
                      "isOptional": false,
                      "defaultValue": "1"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "LOGS",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T06:49:33.178Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9c9d442f1a784803b38f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 51,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "LOGS"
  }
}
