{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e1c59af5-d1bd-4be7-94ed-df1ec56cf3fb",
    "slug": "CObZnk",
    "name": "ethereum-rpc-pool",
    "description": "Stop paying for Ethereum nodes!",
    "url": "https://railway.com/deploy/CObZnk",
    "upstream": {
      "repo_url": "https://github.com/itxtoledo/ethereum-rpc-pool"
    }
  },
  "services": [
    {
      "name": "ethereum-rpc-pool",
      "source": {
        "repo": "https://github.com/itxtoledo/ethereum-rpc-pool"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "ethereum-rpc-pool",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "RPC_LIST",
      "service": "ethereum-rpc-pool",
      "description": "Provide a value for RPC_LIST.",
      "secret": false,
      "strategy": "default",
      "default": "https://ethereum.publicnode.com,https://eth.llamarpc.com,https://rpc.ankr.com/eth"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "CObZnk"
      }
    },
    "cli": "railway deploy --template CObZnk",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e1c59af5-d1bd-4be7-94ed-df1ec56cf3fb",
            "serializedConfig": {
              "services": {
                "c1627756-ea77-4037-b0ba-41c9cd980b5d": {
                  "name": "ethereum-rpc-pool",
                  "source": {
                    "repo": "itxtoledo/ethereum-rpc-pool",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "80"
                    },
                    "RPC_LIST": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "https://ethereum.publicnode.com,https://eth.llamarpc.com,https://rpc.ankr.com/eth"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T09:13:03.936Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_f28e72b9f2e54a58b3ff",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 98,
    "typical_build_seconds": 32,
    "typical_start_seconds": 10,
    "slowest_service": "ethereum-rpc-pool"
  }
}
