{
  "manifest_version": "1.0.0",
  "template": {
    "id": "121bdd20-172a-43bd-bd06-e22456cb7dec",
    "slug": "O6ga73",
    "name": "LambdaTest Playwright",
    "description": "A scheduled Playwright test runner, using Lambdatest",
    "url": "https://railway.com/deploy/O6ga73",
    "upstream": {
      "repo_url": "https://github.com/rpuls/playwright-sample"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "playwright runner",
      "source": {
        "repo": "https://github.com/rpuls/playwright-sample"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "LT_USERNAME",
      "service": "playwright runner",
      "description": "LambdaTest Username",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "LT_ACCESS_KEY",
      "service": "playwright runner",
      "description": "LambdaTest Access Key",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "O6ga73"
      }
    },
    "cli": "railway deploy --template O6ga73",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "121bdd20-172a-43bd-bd06-e22456cb7dec",
            "serializedConfig": {
              "services": {
                "e807f1d8-10e5-4a45-b7ef-2ec9b167ee0e": {
                  "name": "playwright runner",
                  "source": {
                    "repo": "rpuls/playwright-sample",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "LT_USERNAME": {
                      "description": "LambdaTest Username",
                      "defaultValue": "{{LT_USERNAME}}"
                    },
                    "LT_ACCESS_KEY": {
                      "description": "LambdaTest Access Key",
                      "defaultValue": "{{LT_ACCESS_KEY}}"
                    },
                    "UTC_SCHEDULED_START": {
                      "isOptional": true,
                      "description": "If defined, tests will run once per day at defined time. Example: 14:30. If left Empty, tests will run immediately and only once.",
                      "defaultValue": ""
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T10:14:42.516Z",
  "generator_version": "0.1.0"
}
