{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c025cde8-0a53-4aff-bbbe-58eed2a65e7f",
    "slug": "Q4mMOs",
    "name": "Simple ExpressJS Template",
    "description": "Express template with examples for middleware & separated routers",
    "url": "https://railway.com/deploy/Q4mMOs",
    "upstream": {
      "repo_url": "https://github.com/alexng353/railway-expressjs-template"
    }
  },
  "services": [
    {
      "name": "express",
      "source": {
        "repo": "https://github.com/alexng353/railway-expressjs-template"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Q4mMOs"
      }
    },
    "cli": "railway deploy --template Q4mMOs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c025cde8-0a53-4aff-bbbe-58eed2a65e7f",
            "serializedConfig": {
              "services": {
                "69bd5daf-c823-4d84-8d96-57bcf595aaf5": {
                  "name": "express",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/alexng353/railway-expressjs-template"
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T16:50:42.468Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bb826df77ea148379f58",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 83,
    "typical_build_seconds": 20,
    "typical_start_seconds": 5,
    "slowest_service": "express"
  }
}
