{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c642b88c-5688-41a0-a43d-319edc237446",
    "slug": "whatsapp-group-monitor",
    "name": "WhatsApp Group Monitor",
    "description": "Tracks user activity in WhatsApp groups",
    "url": "https://railway.com/deploy/whatsapp-group-monitor",
    "upstream": {
      "repo_url": "https://github.com/marinaglancy/whatsapp-group-monitor"
    }
  },
  "services": [
    {
      "name": "whatsapp-group-monitor",
      "source": {
        "repo": "https://github.com/marinaglancy/whatsapp-group-monitor"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "LOG_LEVEL",
      "service": "whatsapp-group-monitor",
      "description": "Logging verbosity: debug, info, warn, or error",
      "secret": false,
      "strategy": "default",
      "default": "warn"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "whatsapp-group-monitor",
      "description": "Password for web access",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "ADMIN_USERNAME",
      "service": "whatsapp-group-monitor",
      "description": "Username for web access",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "whatsapp-group-monitor"
      }
    },
    "cli": "railway deploy --template whatsapp-group-monitor",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c642b88c-5688-41a0-a43d-319edc237446",
            "serializedConfig": {
              "services": {
                "8072b027-ae24-4fb8-bb9c-2a7a46344264": {
                  "name": "whatsapp-group-monitor",
                  "source": {
                    "repo": "marinaglancy/whatsapp-group-monitor",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "LOG_LEVEL": {
                      "isOptional": false,
                      "description": "Logging verbosity: debug, info, warn, or error",
                      "defaultValue": "warn"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Password for web access",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    },
                    "ADMIN_USERNAME": {
                      "isOptional": false,
                      "description": "Username for web access",
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "8072b027-ae24-4fb8-bb9c-2a7a46344264": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T16:41:40.921Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_96ba21359dcf41ceab6c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 141,
    "typical_build_seconds": 94,
    "typical_start_seconds": 10,
    "slowest_service": "whatsapp-group-monitor"
  }
}
