{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6f592c35-75cc-41d7-a35c-09f1e708d3bc",
    "slug": "automation-scheduling-monitoring-xyops",
    "name": "Automation, Scheduling, monitoring - xyops",
    "description": "Scheduling, automation, server monitoring, alerting, and incident response.",
    "url": "https://railway.com/deploy/automation-scheduling-monitoring-xyops",
    "upstream": {
      "image": "ghcr.io/pixlcore/xyops:latest"
    }
  },
  "services": [
    {
      "name": "pixlcore/xyops:latest",
      "source": {
        "image": "ghcr.io/pixlcore/xyops:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "pixlcore/xyops:latest",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "America/New_York"
    },
    {
      "key": "XYOPS_echo",
      "service": "pixlcore/xyops:latest",
      "description": "Provide a value for XYOPS_echo.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "XYOPS_masters",
      "service": "pixlcore/xyops:latest",
      "description": "Provide a value for XYOPS_masters.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "XYOPS_foreground",
      "service": "pixlcore/xyops:latest",
      "description": "Provide a value for XYOPS_foreground.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "XYOPS_xysat_local",
      "service": "pixlcore/xyops:latest",
      "description": "Provide a value for XYOPS_xysat_local.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "automation-scheduling-monitoring-xyops"
      }
    },
    "cli": "railway deploy --template automation-scheduling-monitoring-xyops",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6f592c35-75cc-41d7-a35c-09f1e708d3bc",
            "serializedConfig": {
              "services": {
                "59558714-250e-484d-b9ea-fc336defca13": {
                  "name": "pixlcore/xyops:latest",
                  "source": {
                    "image": "ghcr.io/pixlcore/xyops:latest"
                  },
                  "variables": {
                    "TZ": {
                      "defaultValue": "America/New_York"
                    },
                    "XYOPS_echo": {
                      "defaultValue": "true"
                    },
                    "XYOPS_masters": {
                      "defaultValue": "${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "XYOPS_foreground": {
                      "defaultValue": "true"
                    },
                    "XYOPS_xysat_local": {
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "59558714-250e-484d-b9ea-fc336defca13": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T19:05:25.905Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d388723428b8433cb33b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 132,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "pixlcore/xyops:latest"
  }
}
