{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4555c603-127e-4ea1-b150-d9ea11283386",
    "slug": "codex-box-v0147-or-remote-dev-machine-pi",
    "name": "Codex Box | (Just Updated) Remote Dev Machine Logged In, Persistent",
    "description": "Remote dev machine that stays logged in, with the workspace persisted",
    "url": "https://railway.com/deploy/codex-box-v0147-or-remote-dev-machine-pi",
    "upstream": {
      "image": "ghcr.io/bon5co/codex-box-railway:latest"
    }
  },
  "services": [
    {
      "name": "codex-box",
      "source": {
        "image": "ghcr.io/bon5co/codex-box-railway:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "codex-box-v0147-or-remote-dev-machine-pi"
      }
    },
    "cli": "railway deploy --template codex-box-v0147-or-remote-dev-machine-pi",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4555c603-127e-4ea1-b150-d9ea11283386",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "340f4084-ca16-455d-be82-b39114c066af": {
                  "icon": null,
                  "name": "codex-box",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/bon5co/codex-box-railway:latest"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "340f4084-ca16-455d-be82-b39114c066af": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-19T10:14:38.021Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-17T10:29:32.203Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_7277892a9cab4b89a622",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 56,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "codex-box"
  }
}
