{
  "manifest_version": "1.0.0",
  "template": {
    "id": "c803e2e1-0b48-4e95-8569-ea6d87dcfe1f",
    "slug": "xyops",
    "name": "xyOps",
    "description": "xyOps: jobs, workflows, monitoring, schedules, triggers & REST API.",
    "url": "https://railway.com/deploy/xyops",
    "upstream": {
      "image": "ghcr.io/pixlcore/xyops:latest"
    }
  },
  "services": [
    {
      "name": "xyOps",
      "source": {
        "image": "ghcr.io/pixlcore/xyops:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TZ",
      "service": "xyOps",
      "description": "Provide a value for TZ.",
      "secret": false,
      "strategy": "default",
      "default": "America/New_York"
    },
    {
      "key": "XYOPS_masters",
      "service": "xyOps",
      "description": "Provide a value for XYOPS_masters.",
      "secret": false,
      "strategy": "default",
      "default": "xyops01.internal.mycompany.com"
    },
    {
      "key": "XYOPS_xysat_local",
      "service": "xyOps",
      "description": "Provide a value for XYOPS_xysat_local.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xyops"
      }
    },
    "cli": "railway deploy --template xyops",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "c803e2e1-0b48-4e95-8569-ea6d87dcfe1f",
            "serializedConfig": {
              "services": {
                "c1d29298-e017-4ecf-b7d2-e55f0add4c7c": {
                  "icon": "https://docs.xyops.io/images/logo-256.png",
                  "name": "xyOps",
                  "source": {
                    "image": "ghcr.io/pixlcore/xyops:latest"
                  },
                  "variables": {
                    "TZ": {
                      "defaultValue": "America/New_York"
                    },
                    "XYOPS_masters": {
                      "defaultValue": "xyops01.internal.mycompany.com"
                    },
                    "XYOPS_xysat_local": {
                      "defaultValue": "true"
                    }
                  },
                  "volumeMounts": {
                    "c1d29298-e017-4ecf-b7d2-e55f0add4c7c": {
                      "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-09T06:06:41.332Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ba9b0836e4d447249384",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 114,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "xyOps"
  }
}
