{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5b28d952-e8d6-42e9-a43b-8700f8c39cf0",
    "slug": "x7zx_Q",
    "name": "Presearch",
    "description": "Get your node up and running in just a few seconds.",
    "url": "https://railway.com/deploy/x7zx_Q",
    "upstream": {
      "image": "presearch/node"
    }
  },
  "services": [
    {
      "name": "Presearch Node",
      "source": {
        "image": "presearch/node"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "REGISTRATION_CODE",
      "service": "Presearch Node",
      "description": "Provide a value for REGISTRATION_CODE.",
      "secret": false,
      "strategy": "default",
      "default": "XXXXXXX"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "x7zx_Q"
      }
    },
    "cli": "railway deploy --template x7zx_Q",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5b28d952-e8d6-42e9-a43b-8700f8c39cf0",
            "serializedConfig": {
              "services": {
                "004558df-0ca8-40d0-b503-7fa03549d4e2": {
                  "name": "Presearch Node",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "image": "presearch/node"
                  },
                  "variables": {
                    "REGISTRATION_CODE": {
                      "isOptional": false,
                      "defaultValue": "XXXXXXX"
                    }
                  },
                  "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-21T15:24:11.682Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_deef014af7cb4c27b7ac",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 47,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Presearch Node"
  }
}
