{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d4712f04-2ece-4e96-b3c8-38569343b4b5",
    "slug": "o3MbZe",
    "name": "NGINX Static Site",
    "description": "Static website served with NGINX",
    "url": "https://railway.com/deploy/o3MbZe",
    "upstream": {
      "repo_url": "https://github.com/railwayapp-templates/nginx"
    }
  },
  "services": [
    {
      "name": "site",
      "source": {
        "repo": "https://github.com/railwayapp-templates/nginx"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "site",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "80"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "o3MbZe"
      }
    },
    "cli": "railway deploy --template o3MbZe",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d4712f04-2ece-4e96-b3c8-38569343b4b5",
            "serializedConfig": {
              "services": {
                "72b2b6b0-cad9-48b6-bade-08b3e33b748c": {
                  "name": "site",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "https://github.com/railwayapp-templates/nginx"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "80"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:53:11.340Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3224d93e8a624a1e8ad2",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 80,
    "typical_build_seconds": 11,
    "typical_start_seconds": 0,
    "slowest_service": "site"
  }
}
