{
  "manifest_version": "1.0.0",
  "template": {
    "id": "a484c044-2bb0-4b26-a8e6-927588219ec7",
    "slug": "lightcrawl",
    "name": "LightCrawl",
    "description": "Playwright-based lightweight scraping API and MCP server",
    "url": "https://railway.com/deploy/lightcrawl",
    "upstream": {
      "repo_url": "https://github.com/yosuke1024/LightCrawl"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "LightCrawl",
      "source": {
        "repo": "https://github.com/yosuke1024/LightCrawl"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "LightCrawl",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "API_KEY",
      "service": "LightCrawl",
      "description": "Enter a secure custom API key to protect your scraper endpoint. (e.g. your-secret-token) ",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "NODE_ENV",
      "service": "LightCrawl",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "lightcrawl"
      }
    },
    "cli": "railway deploy --template lightcrawl",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "a484c044-2bb0-4b26-a8e6-927588219ec7",
            "serializedConfig": {
              "services": {
                "f09eda23-ceea-48be-83c9-e7a40343f04d": {
                  "name": "LightCrawl",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "yosuke1024/LightCrawl",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "API_KEY": {
                      "isOptional": false,
                      "description": "Enter a secure custom API key to protect your scraper endpoint. (e.g. your-secret-token) ",
                      "defaultValue": "{{API_KEY}}"
                    },
                    "NODE_ENV": {
                      "defaultValue": "production"
                    },
                    "ALLOWED_IPS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "LightCrawl",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0"
}
