{
  "manifest_version": "1.0.0",
  "template": {
    "id": "e9ee13f4-9d72-4f00-b281-62568125ac34",
    "slug": "playwright-with-nodejs",
    "name": "Playwright Node.js Browser Automation",
    "description": "[Jul'26] Playwright with TypeScript, Express, OpenAPI & validation stack",
    "url": "https://railway.com/deploy/playwright-with-nodejs",
    "upstream": {
      "repo_url": "https://github.com/codestorm-official/playwright-with-nodejs"
    }
  },
  "services": [
    {
      "name": "playwright-nodejs",
      "source": {
        "repo": "https://github.com/codestorm-official/playwright-with-nodejs"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "playwright-nodejs",
      "description": "Provide a value for HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "playwright-nodejs",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "NODE_ENV",
      "service": "playwright-nodejs",
      "description": "Provide a value for NODE_ENV.",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "LOG_LEVEL",
      "service": "playwright-nodejs",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "CORS_ORIGIN",
      "service": "playwright-nodejs",
      "description": "Provide a value for CORS_ORIGIN.",
      "secret": false,
      "strategy": "default",
      "default": "*"
    },
    {
      "key": "RATE_LIMIT_MAX",
      "service": "playwright-nodejs",
      "description": "Provide a value for RATE_LIMIT_MAX.",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "SCRAPER_BASE_URL",
      "service": "playwright-nodejs",
      "description": "Provide a value for SCRAPER_BASE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://webscraper.io/test-sites"
    },
    {
      "key": "SCRAPER_MAX_LIMIT",
      "service": "playwright-nodejs",
      "description": "Provide a value for SCRAPER_MAX_LIMIT.",
      "secret": false,
      "strategy": "default",
      "default": "50"
    },
    {
      "key": "PLAYWRIGHT_HEADLESS",
      "service": "playwright-nodejs",
      "description": "Provide a value for PLAYWRIGHT_HEADLESS.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "RATE_LIMIT_WINDOW_MS",
      "service": "playwright-nodejs",
      "description": "Provide a value for RATE_LIMIT_WINDOW_MS.",
      "secret": false,
      "strategy": "default",
      "default": "60000"
    },
    {
      "key": "PLAYWRIGHT_TIMEOUT_MS",
      "service": "playwright-nodejs",
      "description": "Provide a value for PLAYWRIGHT_TIMEOUT_MS.",
      "secret": false,
      "strategy": "default",
      "default": "30000"
    },
    {
      "key": "SCRAPER_ECOMMERCE_URL",
      "service": "playwright-nodejs",
      "description": "Provide a value for SCRAPER_ECOMMERCE_URL.",
      "secret": false,
      "strategy": "default",
      "default": "https://webscraper.io/test-sites/e-commerce/allinone"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "playwright-with-nodejs"
      }
    },
    "cli": "railway deploy --template playwright-with-nodejs",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "e9ee13f4-9d72-4f00-b281-62568125ac34",
            "serializedConfig": {
              "services": {
                "f28a4b29-7780-4196-a2d2-2faa497e4622": {
                  "icon": "https://devicons.railway.app/nodejs",
                  "name": "playwright-nodejs",
                  "source": {
                    "repo": "codestorm-official/playwright-with-nodejs",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "NODE_ENV": {
                      "defaultValue": "production"
                    },
                    "LOG_LEVEL": {
                      "defaultValue": "info"
                    },
                    "CORS_ORIGIN": {
                      "defaultValue": "*"
                    },
                    "RATE_LIMIT_MAX": {
                      "defaultValue": "60"
                    },
                    "SCRAPER_BASE_URL": {
                      "defaultValue": "https://webscraper.io/test-sites"
                    },
                    "SCRAPER_MAX_LIMIT": {
                      "defaultValue": "50"
                    },
                    "PLAYWRIGHT_HEADLESS": {
                      "defaultValue": "true"
                    },
                    "RATE_LIMIT_WINDOW_MS": {
                      "defaultValue": "60000"
                    },
                    "PLAYWRIGHT_TIMEOUT_MS": {
                      "defaultValue": "30000"
                    },
                    "SCRAPER_ECOMMERCE_URL": {
                      "defaultValue": "https://webscraper.io/test-sites/e-commerce/allinone"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T12:40:00.302Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c28d809723ec4ad69a35",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 225,
    "typical_build_seconds": 138,
    "typical_start_seconds": 16,
    "slowest_service": "playwright-nodejs"
  }
}
