{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d975a80c-3417-4a3b-9391-cecf72596ec9",
    "slug": "playwright-ts-puppet",
    "name": "Playwright + Ts (puppeteer-stealth)",
    "description": "Playwright starter template with typescript and puppeteer-stealth",
    "url": "https://railway.com/deploy/playwright-ts-puppet",
    "upstream": {
      "repo_url": "https://github.com/railtools/playwright-stealth-basic-ts"
    }
  },
  "services": [
    {
      "name": "Headless browser",
      "source": {
        "repo": "https://github.com/railtools/playwright-stealth-basic-ts"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "playwright-ts-puppet"
      }
    },
    "cli": "railway deploy --template playwright-ts-puppet",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d975a80c-3417-4a3b-9391-cecf72596ec9",
            "serializedConfig": {
              "services": {
                "98c64acd-df0f-4818-ac1b-13c809f95214": {
                  "name": "Headless browser",
                  "source": {
                    "repo": "railtools/playwright-stealth-basic-ts",
                    "branch": null,
                    "rootDirectory": null
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T06:49:02.974Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2294aae1b34146c9b749",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 129,
    "typical_build_seconds": 51,
    "typical_start_seconds": 25,
    "slowest_service": "Headless browser"
  }
}
