{
  "manifest_version": "1.0.0",
  "template": {
    "id": "0fd100dd-0121-4dea-86cd-b1ab7e821065",
    "slug": "Ddy-Qg",
    "name": "ENSRainbow",
    "description": "Making the unknown, known",
    "url": "https://railway.com/deploy/Ddy-Qg",
    "upstream": {
      "image": "ghcr.io/namehash/ensnode/ensrainbow:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "ENSRainbow",
      "source": {
        "image": "ghcr.io/namehash/ensnode/ensrainbow:latest"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "ENSRainbow",
      "description": "Application HTTP port",
      "secret": false,
      "strategy": "default",
      "default": "3223"
    },
    {
      "key": "LABEL_SET_ID",
      "service": "ENSRainbow",
      "description": "Categorizes the type of ENSRainbow data (e.g., a full production set vs. a minimal test set).",
      "secret": false,
      "strategy": "default",
      "default": "subgraph"
    },
    {
      "key": "DB_SCHEMA_VERSION",
      "service": "ENSRainbow",
      "description": "Version of the physical database layout. It is not related to the application's API version.",
      "secret": false,
      "strategy": "default",
      "default": "3"
    },
    {
      "key": "LABEL_SET_VERSION",
      "service": "ENSRainbow",
      "description": "A non-negative integer representing an incremental update to a dataset within a specific `LABEL_SET_ID`.",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "Ddy-Qg"
      }
    },
    "cli": "railway deploy --template Ddy-Qg",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "0fd100dd-0121-4dea-86cd-b1ab7e821065",
            "serializedConfig": {
              "services": {
                "290bc6fb-9e8a-4b83-875a-809c39e02dc7": {
                  "icon": "https://ensrainbow-evq9wuec1-namehash.vercel.app/favicon.svg",
                  "name": "ENSRainbow",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "ghcr.io/namehash/ensnode/ensrainbow:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "Application HTTP port",
                      "defaultValue": "3223"
                    },
                    "LABEL_SET_ID": {
                      "description": "Categorizes the type of ENSRainbow data (e.g., a full production set vs. a minimal test set).",
                      "defaultValue": "subgraph"
                    },
                    "DB_SCHEMA_VERSION": {
                      "description": "Version of the physical database layout. It is not related to the application's API version.",
                      "defaultValue": "3"
                    },
                    "LABEL_SET_VERSION": {
                      "description": "A non-negative integer representing an incremental update to a dataset within a specific `LABEL_SET_ID`.",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-07T11:54:15.772Z",
  "generator_version": "0.1.0"
}
