{
  "manifest_version": "1.0.0",
  "template": {
    "id": "7ae02ef5-8884-4198-9ed5-2f62ca569c79",
    "slug": "checkcle",
    "name": "CheckCle",
    "description": "Deploy and host a CheckCle instance.",
    "url": "https://railway.com/deploy/checkcle",
    "upstream": {
      "image": "operacle/checkcle:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "CheckCle",
      "source": {
        "image": "operacle/checkcle:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/mnt/pb_data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_EMAIL",
      "service": "CheckCle",
      "description": "Email the admin account should be using.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "ADMIN_PASSWORD",
      "service": "CheckCle",
      "description": "Admin password for the checkcle service.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "checkcle"
      }
    },
    "cli": "railway deploy --template checkcle",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "7ae02ef5-8884-4198-9ed5-2f62ca569c79",
            "serializedConfig": {
              "services": {
                "8ea719b9-835f-47cc-8007-ae2bea9d85a8": {
                  "icon": "https://docs.checkcle.io/uploads/logo-checkcle.ico",
                  "name": "CheckCle",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "image": "operacle/checkcle:latest"
                  },
                  "variables": {
                    "ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Email the admin account should be using.",
                      "defaultValue": "{{ADMIN_EMAIL}}"
                    },
                    "ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Admin password for the checkcle service.",
                      "defaultValue": "{{ADMIN_PASSWORD}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "8ea719b9-835f-47cc-8007-ae2bea9d85a8": {
                      "mountPath": "/mnt/pb_data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "CheckCle",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
