{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c68f4cc9-258f-402d-870b-bce4518bbf0f",
    "slug": "10iW1q",
    "name": "erpc",
    "description": "Fault-tolerant EVM RPC Proxy",
    "url": "https://railway.com/deploy/10iW1q",
    "upstream": {
      "repo_url": "https://github.com/erpc/railway-deployment"
    }
  },
  "services": [
    {
      "name": "erpc",
      "source": {
        "repo": "https://github.com/erpc/railway-deployment"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "monitoring",
      "source": {
        "repo": "https://github.com/erpc/railway-deployment"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "erpc",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4000"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "erpc",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.erpc"
    },
    {
      "key": "PORT",
      "service": "monitoring",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "SERVICE_PORT",
      "service": "monitoring",
      "description": "Provide a value for SERVICE_PORT.",
      "secret": false,
      "strategy": "default",
      "default": "4001"
    },
    {
      "key": "SERVICE_ENDPOINT",
      "service": "monitoring",
      "description": "Provide a value for SERVICE_ENDPOINT.",
      "secret": false,
      "strategy": "default",
      "default": "erpc.railway.internal"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "monitoring",
      "description": "Provide a value for RAILWAY_DOCKERFILE_PATH.",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile.monitoring"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "10iW1q"
      }
    },
    "cli": "railway deploy --template 10iW1q",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c68f4cc9-258f-402d-870b-bce4518bbf0f",
            "serializedConfig": {
              "services": {
                "647911da-afd1-475d-9820-2fdf9beb286e": {
                  "icon": null,
                  "name": "erpc",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/erpc/railway-deployment",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "4000"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Dockerfile.erpc"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                },
                "c78dfa92-6b1c-48da-8d31-62bf91259083": {
                  "icon": null,
                  "name": "monitoring",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/erpc/railway-deployment",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "3000"
                    },
                    "SERVICE_PORT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "4001"
                    },
                    "SERVICE_ENDPOINT": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "erpc.railway.internal"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "Dockerfile.monitoring"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-13T04:14:39.446Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-12T08:57:54.159Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_cb89ac123e1e4a22b03f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102,
    "typical_build_seconds": 41,
    "typical_start_seconds": 10,
    "slowest_service": "monitoring"
  }
}
