{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9558fd50-a53c-49b7-9483-2a3a955982bb",
    "slug": "dark-wild",
    "name": "dark-wild",
    "description": "Deploy and Host dark-wild with Railway",
    "url": "https://railway.com/deploy/dark-wild",
    "upstream": {
      "repo_url": "https://github.com/FDRIVPN/Code"
    }
  },
  "services": [
    {
      "name": "Code",
      "source": {
        "repo": "https://github.com/FDRIVPN/Code"
      },
      "needs_volume": false,
      "tcp_ports": [
        8080
      ],
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "dark-wild"
      }
    },
    "cli": "railway deploy --template dark-wild",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9558fd50-a53c-49b7-9483-2a3a955982bb",
            "serializedConfig": {
              "services": {
                "abca9a0b-7c23-4d19-8728-d076689db4eb": {
                  "name": "Code",
                  "source": {
                    "repo": "FDRIVPN/Code",
                    "branch": "main",
                    "rootDirectory": null
                  },
                  "networking": {
                    "tcpProxies": {
                      "8080": {}
                    },
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T23:44:20.664Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3c1c70cde9204870b48d",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 120,
    "typical_build_seconds": 40,
    "typical_start_seconds": 10,
    "slowest_service": "Code"
  }
}
