{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b87415e1-f694-43dc-8f0d-e05b3d97f379",
    "slug": "xeb3TM",
    "name": "Node Fastify",
    "description": "A minimal production-ready node HTTP server with fastify and typescript",
    "url": "https://railway.com/deploy/xeb3TM",
    "upstream": {
      "repo_url": "https://github.com/osbytes/template-node-fastify"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "node-fastify",
      "source": {
        "repo": "https://github.com/osbytes/template-node-fastify"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ENV",
      "service": "node-fastify",
      "description": "Provide a value for ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xeb3TM"
      }
    },
    "cli": "railway deploy --template xeb3TM",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b87415e1-f694-43dc-8f0d-e05b3d97f379",
            "serializedConfig": {
              "services": {
                "f583750c-4d61-4326-ac03-208f4d74025b": {
                  "name": "node-fastify",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "osbytes/template-node-fastify",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ENV": {
                      "isOptional": false,
                      "defaultValue": "production"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "node-fastify",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-05T17:54:19.086Z",
  "generator_version": "0.1.0"
}
