{
  "manifest_version": "1.0.0",
  "template": {
    "id": "08989aa9-b0f7-4746-84e6-75ab669ee374",
    "slug": "nodered",
    "name": "nodered",
    "description": "NodeRED with data stored in volume",
    "url": "https://railway.com/deploy/nodered",
    "upstream": {
      "repo_url": "https://github.com/techmanufaktur-io/railway-nodered"
    }
  },
  "services": [
    {
      "name": "railway-nodered",
      "source": {
        "repo": "https://github.com/techmanufaktur-io/railway-nodered"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_PASSWORD",
      "service": "railway-nodered",
      "description": "NodeRED UI password (username is \"admin\")",
      "secret": true,
      "strategy": "default",
      "default": "password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodered"
      }
    },
    "cli": "railway deploy --template nodered",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "08989aa9-b0f7-4746-84e6-75ab669ee374",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "fe1e693b-fb2c-41ac-93f8-f5d5acaa8ef3": {
                  "name": "railway-nodered",
                  "source": {
                    "repo": "techmanufaktur-io/railway-nodered",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "NodeRED UI password (username is \"admin\")",
                      "defaultValue": "password"
                    }
                  },
                  "volumeMounts": {
                    "fe1e693b-fb2c-41ac-93f8-f5d5acaa8ef3": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-13T22:14:35.692Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T01:12:19.532Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e3e25dd9af2947b5bcc9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 100,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "railway-nodered"
  }
}
