{
  "manifest_version": "1.0.0",
  "template": {
    "id": "3236d793-fccd-4cba-8723-c0e66078f3c2",
    "slug": "4uLt1s",
    "name": "Livebook",
    "description": "Automate code & data workflows with interactive notebooks",
    "url": "https://railway.com/deploy/4uLt1s",
    "upstream": {
      "image": "ghcr.io/livebook-dev/livebook:latest"
    }
  },
  "services": [
    {
      "name": "Livebook",
      "source": {
        "image": "ghcr.io/livebook-dev/livebook:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "Livebook",
      "description": "Port that Livebook listens on",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    },
    {
      "key": "LIVEBOOK_PASSWORD",
      "service": "Livebook",
      "description": "Default user password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "4uLt1s"
      }
    },
    "cli": "railway deploy --template 4uLt1s",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "3236d793-fccd-4cba-8723-c0e66078f3c2",
            "serializedConfig": {
              "services": {
                "7aa2ba29-8ec1-49ef-b22e-59c710a578dd": {
                  "icon": "https://devicons.railway.app/Livebook?variant=light",
                  "name": "Livebook",
                  "deploy": {
                    "healthcheckPath": "/public/health"
                  },
                  "source": {
                    "image": "ghcr.io/livebook-dev/livebook:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Port that Livebook listens on",
                      "defaultValue": "8080"
                    },
                    "LIVEBOOK_PASSWORD": {
                      "isOptional": false,
                      "description": "Default user password",
                      "defaultValue": "{{LIVEBOOK_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "7aa2ba29-8ec1-49ef-b22e-59c710a578dd": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Livebook",
      "method": "GET",
      "path": "/public/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T22:14:40.394Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T13:06:38.097Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b9faf705d6be42f7acbd",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 104,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Livebook"
  }
}
