{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d50a30f0-d60d-4c86-b301-1f5457ffcf44",
    "slug": "nodejs-1",
    "name": "Node.js",
    "description": "A minimal Node.js web application for REST APIs or web servers",
    "url": "https://railway.com/deploy/nodejs-1",
    "upstream": {
      "repo_url": "https://github.com/aeither/nodejs-railway"
    }
  },
  "services": [
    {
      "name": "nodejs-railway",
      "source": {
        "repo": "https://github.com/aeither/nodejs-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodejs-1"
      }
    },
    "cli": "railway deploy --template nodejs-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d50a30f0-d60d-4c86-b301-1f5457ffcf44",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c8ad97cc-4dc2-40ba-a7a1-066674376201": {
                  "icon": null,
                  "name": "nodejs-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/aeither/nodejs-railway",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "nodejs-railway",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T16:14:48.926Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-11T18:33:01.813Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_a01a1bea92434f02b551",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102,
    "typical_build_seconds": 36,
    "typical_start_seconds": 10,
    "slowest_service": "nodejs-railway"
  }
}
