{
  "manifest_version": "1.0.0",
  "template": {
    "id": "611d0f33-659f-4a11-89e5-0015dc77752c",
    "slug": "vi0lxN",
    "name": "Openfort Node Quickstart",
    "description": "Node backend quickstart using Openfort to interact with smart wallets.",
    "url": "https://railway.com/deploy/vi0lxN",
    "upstream": {
      "image": "https://github.com/openfort-xyz/samples"
    }
  },
  "services": [
    {
      "name": "node-backend",
      "source": {
        "image": "https://github.com/openfort-xyz/samples"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OPENFORT_SECRET_KEY",
      "service": "node-backend",
      "description": "Openfort secret key, https://dashboard.openfort.xyz/apikeys",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "vi0lxN"
      }
    },
    "cli": "railway deploy --template vi0lxN",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "611d0f33-659f-4a11-89e5-0015dc77752c",
            "serializedConfig": {
              "services": {
                "ff953eeb-61e4-4cd7-b337-d60824b2c2b2": {
                  "name": "node-backend",
                  "build": {},
                  "deploy": {
                    "healthcheckPath": "/"
                  },
                  "source": {
                    "image": "https://github.com/openfort-xyz/samples",
                    "rootDirectory": "/backend-quickstarts/node"
                  },
                  "variables": {
                    "OPENFORT_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Openfort secret key, https://dashboard.openfort.xyz/apikeys",
                      "defaultValue": "{{OPENFORT_SECRET_KEY}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "node-backend",
      "method": "GET",
      "path": "/",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T15:56:41.989Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_64b6b2d6ef9947219c6d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Invalid docker image for node-backend"
      }
    ]
  }
}
