{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6c56b397-d30c-4ae9-9c52-a6e850455810",
    "slug": "express-webdecoy-bot-detection",
    "name": "Express + WebDecoy Bot Detection",
    "description": "Express app with WebDecoy bot and AI-scraper detection on every route",
    "url": "https://railway.com/deploy/express-webdecoy-bot-detection",
    "upstream": {
      "repo_url": "https://github.com/WebDecoy/railway-express-starter"
    }
  },
  "services": [
    {
      "name": "railway-express-starter",
      "source": {
        "repo": "https://github.com/WebDecoy/railway-express-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "WEBDECOY_API_KEY",
      "service": "railway-express-starter",
      "description": "Your WebDecoy API key. Create one at app.webdecoy.com under Settings > API Keys (free account).",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "express-webdecoy-bot-detection"
      }
    },
    "cli": "railway deploy --template express-webdecoy-bot-detection",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6c56b397-d30c-4ae9-9c52-a6e850455810",
            "serializedConfig": {
              "services": {
                "7e1520fb-f896-46b0-b4f2-2e477a7bb8ab": {
                  "name": "railway-express-starter",
                  "source": {
                    "repo": "WebDecoy/railway-express-starter"
                  },
                  "variables": {
                    "WEBDECOY_API_KEY": {
                      "isOptional": false,
                      "description": "Your WebDecoy API key. Create one at app.webdecoy.com under Settings > API Keys (free account).",
                      "defaultValue": "{{WEBDECOY_API_KEY}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-26T22:14:55.008Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-26T20:17:21.013Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_2eaec2bfe38946c69090",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
