{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5c122baf-09b9-49cb-9958-2eee2d6156eb",
    "slug": "tlbx",
    "name": "tlbx",
    "description": "Browser terminal and coding-agent workstation with a persistent volume",
    "url": "https://railway.com/deploy/tlbx",
    "upstream": {
      "repo_url": "https://github.com/RockinPaul/tlbx_railway_template"
    }
  },
  "services": [
    {
      "name": "caddy",
      "source": {
        "repo": "https://github.com/RockinPaul/tlbx_railway_template"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "tlbx",
      "source": {
        "repo": "https://github.com/RockinPaul/tlbx_railway_template"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TLBX_PASSWORD",
      "service": "tlbx",
      "description": "Provide a value for TLBX_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "tlbx"
      }
    },
    "cli": "railway deploy --template tlbx",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5c122baf-09b9-49cb-9958-2eee2d6156eb",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "0d3674ca-f8bf-4241-ba49-24d7eb253fdf": {
                  "icon": null,
                  "name": "caddy",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/up",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/RockinPaul/tlbx_railway_template",
                    "rootDirectory": "/caddy"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                },
                "8fc3f0b2-41ff-4e54-81b1-90fd890a04c0": {
                  "icon": null,
                  "name": "tlbx",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/RockinPaul/tlbx_railway_template",
                    "rootDirectory": "/tlbx"
                  },
                  "variables": {
                    "TLBX_PASSWORD": {
                      "isOptional": false,
                      "defaultValue": "{{TLBX_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "8fc3f0b2-41ff-4e54-81b1-90fd890a04c0": {
                      "sizeMB": 5120,
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "caddy",
      "method": "GET",
      "path": "/up",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 2,
    "needs_volume": true
  },
  "generated_at": "2026-09-14T16:14:52.837Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T13:38:44.993Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_892b7d8e16e249b6b6a6",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 58,
    "typical_build_seconds": 30,
    "typical_start_seconds": 14,
    "slowest_service": "tlbx"
  }
}
