{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b7058f9-e42a-4dda-a744-95ae409c057f",
    "slug": "nodejs-typescript-or-http-service-that-s",
    "name": "Node.js TypeScript | HTTP Service That Stays Running",
    "description": "Node 24 and TypeScript 7 on Railway, with health and graceful shutdown",
    "url": "https://railway.com/deploy/nodejs-typescript-or-http-service-that-s",
    "upstream": {
      "repo_url": "https://github.com/ak40u/node-ts-railway-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "API",
      "source": {
        "repo": "https://github.com/ak40u/node-ts-railway-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "API",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nodejs-typescript-or-http-service-that-s"
      }
    },
    "cli": "railway deploy --template nodejs-typescript-or-http-service-that-s",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b7058f9-e42a-4dda-a744-95ae409c057f",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "cf8f69fe-dad0-4915-bbd4-b3eb82bf2929": {
                  "icon": null,
                  "name": "API",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/ak40u/node-ts-railway-starter",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
