{
  "manifest_version": "1.0.0",
  "template": {
    "id": "44b83189-c29c-4fbb-9674-f68aced95a6c",
    "slug": "vast-red",
    "name": "Route47 Server",
    "description": "Route47 Admin Company Server",
    "url": "https://railway.com/deploy/vast-red",
    "upstream": {
      "repo_url": "https://github.com/sreeranj065/route47-server"
    }
  },
  "services": [
    {
      "name": "route47-server",
      "source": {
        "repo": "https://github.com/sreeranj065/route47-server"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT ",
      "service": "route47-server",
      "description": "Provide a value for PORT .",
      "secret": false,
      "strategy": "default",
      "default": "4700"
    },
    {
      "key": "ROUTE47_ADMIN_API_KEY",
      "service": "route47-server",
      "description": "Provide a value for ROUTE47_ADMIN_API_KEY.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vast-red"
      }
    },
    "cli": "railway deploy --template vast-red",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "44b83189-c29c-4fbb-9674-f68aced95a6c",
            "serializedConfig": {
              "services": {
                "4bc795ac-7ba4-4f1f-beb6-345d1fe44d08": {
                  "name": "route47-server",
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "repo": "sreeranj065/route47-server",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT ": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "4700"
                    },
                    "ROUTE47_ADMIN_API_KEY": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ROUTE47_ADMIN_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4700": {
                        "port": 4700
                      }
                    }
                  },
                  "volumeMounts": {
                    "4bc795ac-7ba4-4f1f-beb6-345d1fe44d08": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "route47-server",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-22T17:01:53.912Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_618386f1f0c34e47a078",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": false,
        "detail": "got 502, expected 200"
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ]
  }
}
