{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b04bdb81-0049-4da2-8645-c1ecd121f3ec",
    "slug": "cloak-biz-scraper",
    "name": "cloak-biz-scraper",
    "description": "Anti-detection browser in the cloud for your AI assistant",
    "url": "https://railway.com/deploy/cloak-biz-scraper",
    "upstream": {
      "repo_url": "https://github.com/thisnick/cloak-biz-scraper"
    }
  },
  "services": [
    {
      "name": "cloak-biz-scraper",
      "source": {
        "repo": "https://github.com/thisnick/cloak-biz-scraper"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "APP_SECRET",
      "service": "cloak-biz-scraper",
      "description": "Secret value for app authentication",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cloak-biz-scraper"
      }
    },
    "cli": "railway deploy --template cloak-biz-scraper",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b04bdb81-0049-4da2-8645-c1ecd121f3ec",
            "serializedConfig": {
              "services": {
                "ee24da6e-48f6-4926-ac45-4516d0cdaef0": {
                  "name": "cloak-biz-scraper",
                  "deploy": {
                    "healthcheckPath": "/healthz"
                  },
                  "source": {
                    "repo": "thisnick/cloak-biz-scraper",
                    "branch": "release",
                    "rootDirectory": null
                  },
                  "variables": {
                    "APP_SECRET": {
                      "isOptional": false,
                      "description": "Secret value for app authentication",
                      "defaultValue": "{{APP_SECRET}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "ee24da6e-48f6-4926-ac45-4516d0cdaef0": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "cloak-biz-scraper",
      "method": "GET",
      "path": "/healthz",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T00:40:13.675Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_da0df6ed1c2843e7a447",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 319,
    "typical_build_seconds": 154,
    "typical_start_seconds": 10,
    "slowest_service": "cloak-biz-scraper"
  }
}
