{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ce6ebf41-cd64-4243-8ad4-b90598750038",
    "slug": "T6zOvm",
    "name": "Featbit",
    "description": "Open-source feature flags management tool",
    "url": "https://railway.com/deploy/T6zOvm",
    "upstream": {
      "image": "featbit/featbit-ui:latest"
    }
  },
  "services": [
    {
      "name": "Redis",
      "source": {
        "image": "bitnami/redis"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami",
      "http": false
    },
    {
      "name": "Web UI",
      "source": {
        "image": "featbit/featbit-ui:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "API Server",
      "source": {
        "image": "featbit/featbit-api-server:latest"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "Data Analytics Server",
      "source": {
        "image": "featbit/featbit-data-analytics-server"
      },
      "needs_volume": false,
      "http": false
    },
    {
      "name": "MongoDB",
      "source": {
        "image": "ghcr.io/brody192/mongo-for-featbit"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/db",
      "http": false
    },
    {
      "name": "Evaluation Server",
      "source": {
        "image": "featbit/featbit-evaluation-server"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Public host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Public port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Redis user",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Redis password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Redis",
      "description": "Allow volume access",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDISHOST_PRIVATE",
      "service": "Redis",
      "description": "Private Host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT_PRIVATE",
      "service": "Redis",
      "description": "Private port",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDIS_PRIVATE_URL",
      "service": "Redis",
      "description": "Private URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PORT",
      "service": "Web UI",
      "description": "Server port",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "API_URL",
      "service": "Web UI",
      "description": "Public API URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DEMO_URL",
      "service": "Web UI",
      "description": "Public domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "EVALUATION_URL",
      "service": "Web UI",
      "description": "Public evaluation server URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "API Server",
      "description": "Server port",
      "secret": false,
      "strategy": "default",
      "default": "5000"
    },
    {
      "key": "API_URL",
      "service": "API Server",
      "description": "Public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "Redis__Password",
      "service": "API Server",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MongoDb__Database",
      "service": "API Server",
      "description": "Default database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "OLAP__ServiceHost",
      "service": "API Server",
      "description": "Data analytics private host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "Redis__ConnectionString",
      "service": "API Server",
      "description": "Redis private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MongoDb__ConnectionString",
      "service": "API Server",
      "description": "Private mongo URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PORT",
      "service": "Data Analytics Server",
      "description": "Server port",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "MONGO_URI",
      "service": "Data Analytics Server",
      "description": "Private mongo URI",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGO_HOST",
      "service": "Data Analytics Server",
      "description": "Private mongo host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_HOST",
      "service": "Data Analytics Server",
      "description": "Private redis host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PORT",
      "service": "Data Analytics Server",
      "description": "Private redis port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_USER",
      "service": "Data Analytics Server",
      "description": "Redis user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Data Analytics Server",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DA_HOST_PRIVATE",
      "service": "Data Analytics Server",
      "description": "Data analytics private host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "CHECK_DB_LIVNESS",
      "service": "Data Analytics Server",
      "description": "Check mongo liveness",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "MONGO_INITDB_DATABASE",
      "service": "Data Analytics Server",
      "description": "Default database",
      "secret": false,
      "strategy": "default",
      "default": "featbit"
    },
    {
      "key": "MONGOHOST",
      "service": "MongoDB",
      "description": "Public host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGOPORT",
      "service": "MongoDB",
      "description": "Public port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGOUSER",
      "service": "MongoDB",
      "description": "Mongo user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGO_URL",
      "service": "MongoDB",
      "description": "Public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGOPASSWORD",
      "service": "MongoDB",
      "description": "Mongo password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MONGOHOST_PRIVATE",
      "service": "MongoDB",
      "description": "Private host",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MONGOPORT_PRIVATE",
      "service": "MongoDB",
      "description": "Private port",
      "secret": false,
      "strategy": "default",
      "default": "27017"
    },
    {
      "key": "MONGO_PRIVATE_URL",
      "service": "MongoDB",
      "description": "Private URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "MONGO_INITDB_ROOT_PASSWORD",
      "service": "MongoDB",
      "description": "Mongo password",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "MONGO_INITDB_ROOT_USERNAME",
      "service": "MongoDB",
      "description": "Mongo username",
      "secret": false,
      "strategy": "default",
      "default": "mongo"
    },
    {
      "key": "PORT",
      "service": "Evaluation Server",
      "description": "Server port",
      "secret": false,
      "strategy": "default",
      "default": "5100"
    },
    {
      "key": "EVALUATION_URL",
      "service": "Evaluation Server",
      "description": "Public URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "Redis__Password",
      "service": "Evaluation Server",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MongoDb__Database",
      "service": "Evaluation Server",
      "description": "Default database",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "Redis__ConnectionString",
      "service": "Evaluation Server",
      "description": "Redis private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "MongoDb__ConnectionString",
      "service": "Evaluation Server",
      "description": "Private mongo URL",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "T6zOvm"
      }
    },
    "cli": "railway deploy --template T6zOvm",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ce6ebf41-cd64-4243-8ad4-b90598750038",
            "serializedConfig": {
              "services": {
                "020c076e-ce3b-4816-9eea-7872e98fd841": {
                  "icon": "https://devicons.railway.app/Redis?variant=light",
                  "name": "Redis",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "bitnami/redis"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Public host",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Public port",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Redis user",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Public URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Allow volume access",
                      "defaultValue": "0"
                    },
                    "REDISHOST_PRIVATE": {
                      "isOptional": false,
                      "description": "Private Host",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT_PRIVATE": {
                      "isOptional": false,
                      "description": "Private port",
                      "defaultValue": "6379"
                    },
                    "REDIS_PRIVATE_URL": {
                      "isOptional": false,
                      "description": "Private URL",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:${{REDISPORT_PRIVATE}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "020c076e-ce3b-4816-9eea-7872e98fd841": {
                      "mountPath": "/bitnami"
                    }
                  }
                },
                "116c8bae-4943-409d-a262-9b5879684f8b": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1710887306/icon_kxmpok.svg",
                  "name": "Web UI",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/en/login"
                  },
                  "source": {
                    "image": "featbit/featbit-ui:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Server port",
                      "defaultValue": "80"
                    },
                    "API_URL": {
                      "isOptional": false,
                      "description": "Public API URL",
                      "defaultValue": "${{API Server.API_URL}}"
                    },
                    "DEMO_URL": {
                      "isOptional": false,
                      "description": "Public domain",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "EVALUATION_URL": {
                      "isOptional": false,
                      "description": "Public evaluation server URL",
                      "defaultValue": "${{Evaluation Server.EVALUATION_URL}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "2f11fc53-479f-41b3-999f-d917578efed1": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1710887306/icon_kxmpok.svg",
                  "name": "API Server",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/health/liveness"
                  },
                  "source": {
                    "image": "featbit/featbit-api-server:latest"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Server port",
                      "defaultValue": "5000"
                    },
                    "API_URL": {
                      "isOptional": false,
                      "description": "Public URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "Redis__Password": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDIS_PASSWORD}}"
                    },
                    "MongoDb__Database": {
                      "isOptional": false,
                      "description": "Default database",
                      "defaultValue": "${{Data Analytics Server.MONGO_INITDB_DATABASE}}"
                    },
                    "OLAP__ServiceHost": {
                      "isOptional": false,
                      "description": "Data analytics private host",
                      "defaultValue": "${{Data Analytics Server.DA_HOST_PRIVATE}}"
                    },
                    "Redis__ConnectionString": {
                      "isOptional": false,
                      "description": "Redis private connection string",
                      "defaultValue": "${{Redis.REDISHOST_PRIVATE}}:${{Redis.REDISPORT_PRIVATE}},abortConnect=false"
                    },
                    "MongoDb__ConnectionString": {
                      "isOptional": false,
                      "description": "Private mongo URL",
                      "defaultValue": "${{MongoDB.MONGO_PRIVATE_URL}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "72b998be-f339-4dd9-9cbf-216ad060f38f": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1710887306/icon_kxmpok.svg",
                  "name": "Data Analytics Server",
                  "build": {},
                  "deploy": {
                    "startCommand": "/bin/sh -c \"flask migrate-database && gunicorn flasky:app --bind [::]:$PORT\"",
                    "healthcheckPath": "/health/liveness"
                  },
                  "source": {
                    "image": "featbit/featbit-data-analytics-server"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Server port",
                      "defaultValue": "80"
                    },
                    "MONGO_URI": {
                      "isOptional": false,
                      "description": "Private mongo URI",
                      "defaultValue": "${{MongoDB.MONGO_PRIVATE_URL}}"
                    },
                    "MONGO_HOST": {
                      "isOptional": false,
                      "description": "Private mongo host",
                      "defaultValue": "${{MongoDB.MONGOHOST_PRIVATE}}"
                    },
                    "REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private redis host",
                      "defaultValue": "${{Redis.REDISHOST_PRIVATE}}"
                    },
                    "REDIS_PORT": {
                      "isOptional": false,
                      "description": "Private redis port",
                      "defaultValue": "${{Redis.REDISPORT_PRIVATE}}"
                    },
                    "REDIS_USER": {
                      "isOptional": false,
                      "description": "Redis user",
                      "defaultValue": "${{Redis.REDISUSER}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDISPASSWORD}}"
                    },
                    "DA_HOST_PRIVATE": {
                      "isOptional": false,
                      "description": "Data analytics private host",
                      "defaultValue": "http://${{RAILWAY_PRIVATE_DOMAIN}}:${{PORT}}"
                    },
                    "CHECK_DB_LIVNESS": {
                      "isOptional": false,
                      "description": "Check mongo liveness",
                      "defaultValue": "true"
                    },
                    "MONGO_INITDB_DATABASE": {
                      "isOptional": false,
                      "description": "Default database",
                      "defaultValue": "featbit"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {}
                },
                "94aff3c7-1758-46fb-a3b6-0751ddbacfdf": {
                  "icon": "https://devicons.railway.app/MongoDB?variant=light",
                  "name": "MongoDB",
                  "build": {},
                  "deploy": {
                    "startCommand": "docker-entrypoint.sh mongod --ipv6 --bind_ip ::,0.0.0.0",
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/brody192/mongo-for-featbit"
                  },
                  "variables": {
                    "MONGOHOST": {
                      "isOptional": false,
                      "description": "Public host",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "MONGOPORT": {
                      "isOptional": false,
                      "description": "Public port",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "MONGOUSER": {
                      "isOptional": false,
                      "description": "Mongo user",
                      "defaultValue": "${{MONGO_INITDB_ROOT_USERNAME}}"
                    },
                    "MONGO_URL": {
                      "isOptional": false,
                      "description": "Public URL",
                      "defaultValue": "mongodb://${{MONGO_INITDB_ROOT_USERNAME}}:${{MONGO_INITDB_ROOT_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "MONGOPASSWORD": {
                      "isOptional": false,
                      "description": "Mongo password",
                      "defaultValue": "${{MONGO_INITDB_ROOT_PASSWORD}}"
                    },
                    "MONGOHOST_PRIVATE": {
                      "isOptional": false,
                      "description": "Private host",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "MONGOPORT_PRIVATE": {
                      "isOptional": false,
                      "description": "Private port",
                      "defaultValue": "27017"
                    },
                    "MONGO_PRIVATE_URL": {
                      "isOptional": false,
                      "description": "Private URL",
                      "defaultValue": "mongodb://${{MONGO_INITDB_ROOT_USERNAME}}:${{MONGO_INITDB_ROOT_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:${{MONGOPORT_PRIVATE}}"
                    },
                    "MONGO_INITDB_ROOT_PASSWORD": {
                      "isOptional": false,
                      "description": "Mongo password",
                      "defaultValue": "{{MONGO_INITDB_ROOT_PASSWORD}}"
                    },
                    "MONGO_INITDB_ROOT_USERNAME": {
                      "isOptional": false,
                      "description": "Mongo username",
                      "defaultValue": "mongo"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "94aff3c7-1758-46fb-a3b6-0751ddbacfdf": {
                      "mountPath": "/data/db"
                    }
                  }
                },
                "b8d9f71c-c85a-4b56-8a0a-9d1af47b3696": {
                  "icon": "https://res.cloudinary.com/h5kvzw/image/upload/v1710887306/icon_kxmpok.svg",
                  "name": "Evaluation Server",
                  "build": {},
                  "deploy": {
                    "startCommand": "",
                    "healthcheckPath": "/health/liveness"
                  },
                  "source": {
                    "image": "featbit/featbit-evaluation-server"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "Server port",
                      "defaultValue": "5100"
                    },
                    "EVALUATION_URL": {
                      "isOptional": false,
                      "description": "Public URL",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "Redis__Password": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDIS_PASSWORD}}"
                    },
                    "MongoDb__Database": {
                      "isOptional": false,
                      "description": "Default database",
                      "defaultValue": "${{Data Analytics Server.MONGO_INITDB_DATABASE}}"
                    },
                    "Redis__ConnectionString": {
                      "isOptional": false,
                      "description": "Redis private connection string",
                      "defaultValue": "${{Redis.REDISHOST_PRIVATE}}:${{Redis.REDISPORT_PRIVATE}},abortConnect=false"
                    },
                    "MongoDb__ConnectionString": {
                      "isOptional": false,
                      "description": "Private mongo URL",
                      "defaultValue": "${{MongoDB.MONGO_PRIVATE_URL}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Web UI",
      "method": "GET",
      "path": "/en/login",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 6,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T14:33:54.113Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_97b0b86a047342a3ae06",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "CRASHED,QUEUED,DEPLOYING,SUCCESS,QUEUED,QUEUED"
      }
    ]
  }
}
