{
  "manifest_version": "1.0.0",
  "template": {
    "id": "991bac78-7e7f-439a-bd68-923ae3d6065e",
    "slug": "chartbrew-bi",
    "name": "Chartbrew",
    "description": "Build live charts and dashboards from your APIs and databases",
    "url": "https://railway.com/deploy/chartbrew-bi",
    "upstream": {
      "repo_url": "https://github.com/gridalpha/chartbrew-railway"
    }
  },
  "services": [
    {
      "name": "Redis",
      "source": {
        "image": "redis:8.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "http": false
    },
    {
      "name": "chartbrew-api",
      "source": {
        "repo": "https://github.com/gridalpha/chartbrew-railway"
      },
      "needs_volume": true,
      "volume_mount_path": "/code/server/uploads",
      "http": true
    },
    {
      "name": "chartbrew",
      "source": {
        "repo": "https://github.com/gridalpha/chartbrew-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "6379"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "Auth password, read by the server",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "Cluster location on the volume",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "default",
      "default": "5432"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Data panel alias, not read by the server",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "Default database created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "Private connection string",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "Superuser created on first boot",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "SSL certificate expiry in days",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "Superuser password, read by the image",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "RAILWAY_DEPLOYMENT_DRAINING_SECONDS",
      "service": "Postgres",
      "description": "Clean shutdown window",
      "secret": false,
      "strategy": "default",
      "default": "60"
    },
    {
      "key": "PORT",
      "service": "chartbrew-api",
      "description": "HTTP port Railway probes",
      "secret": false,
      "strategy": "default",
      "default": "4019"
    },
    {
      "key": "CB_ROLE",
      "service": "chartbrew-api",
      "description": "Run the REST API, queues and crons",
      "secret": false,
      "strategy": "default",
      "default": "api"
    },
    {
      "key": "CB_SECRET",
      "service": "chartbrew-api",
      "description": "Legacy encryption key, keep stable",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CB_DB_HOST",
      "service": "chartbrew-api",
      "description": "Private Postgres hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_DB_NAME",
      "service": "chartbrew-api",
      "description": "Application database name",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_DB_PORT",
      "service": "chartbrew-api",
      "description": "Postgres port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_API_HOST",
      "service": "chartbrew-api",
      "description": "Bind address for the API server",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "CB_API_PORT",
      "service": "chartbrew-api",
      "description": "Port the API server binds",
      "secret": false,
      "strategy": "default",
      "default": "4019"
    },
    {
      "key": "NODE_OPTIONS",
      "service": "chartbrew-api",
      "description": "Cap the Node heap for the container",
      "secret": false,
      "strategy": "default",
      "default": "--max-old-space-size=2048"
    },
    {
      "key": "CB_DB_DIALECT",
      "service": "chartbrew-api",
      "description": "Database engine in use",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "CB_REDIS_HOST",
      "service": "chartbrew-api",
      "description": "Private Redis hostname",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_REDIS_PORT",
      "service": "chartbrew-api",
      "description": "Redis port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_DB_PASSWORD",
      "service": "chartbrew-api",
      "description": "Postgres password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_DB_USERNAME",
      "service": "chartbrew-api",
      "description": "Postgres user",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_ENCRYPTION_KEY",
      "service": "chartbrew-api",
      "description": "AES key for sessions and stored credentials",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "CB_REDIS_PASSWORD",
      "service": "chartbrew-api",
      "description": "Redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "CB_RESTRICT_TEAMS",
      "service": "chartbrew-api",
      "description": "Required so the first account gets a team",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "CB_BULLMQ_PASSWORD",
      "service": "chartbrew-api",
      "description": "Basic auth password for the queue dashboard",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CB_BULLMQ_USERNAME",
      "service": "chartbrew-api",
      "description": "Basic auth user for the queue dashboard",
      "secret": false,
      "strategy": "default",
      "default": "chartbrew"
    },
    {
      "key": "CB_RESTRICT_SIGNUP",
      "service": "chartbrew-api",
      "description": "Only the first account may sign up",
      "secret": false,
      "strategy": "default",
      "default": "1"
    },
    {
      "key": "VITE_APP_CLIENT_HOST",
      "service": "chartbrew-api",
      "description": "Public UI origin for CORS and links",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "CB_INITIAL_ADMIN_NAME",
      "service": "chartbrew-api",
      "description": "Display name of the seeded account",
      "secret": false,
      "strategy": "default",
      "default": "Chartbrew Admin"
    },
    {
      "key": "CB_INITIAL_ADMIN_EMAIL",
      "service": "chartbrew-api",
      "description": "Email of the seeded account",
      "secret": false,
      "strategy": "default",
      "default": "admin@example.com"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "chartbrew-api",
      "description": "Dockerfile used to build this service",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile"
    },
    {
      "key": "CB_INITIAL_ADMIN_PASSWORD",
      "service": "chartbrew-api",
      "description": "Password of the seeded account",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "CB_ALLOW_LEGACY_SHARE_TOKENS",
      "service": "chartbrew-api",
      "description": "Off on new installations",
      "secret": true,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "CB_ALLOW_PRIVATE_NETWORK_CALLS",
      "service": "chartbrew-api",
      "description": "Set true to query private network hosts",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "PORT",
      "service": "chartbrew",
      "description": "HTTP port for the UI service",
      "secret": false,
      "strategy": "default",
      "default": "4018"
    },
    {
      "key": "CB_ROLE",
      "service": "chartbrew",
      "description": "Serve the built frontend bundle",
      "secret": false,
      "strategy": "default",
      "default": "client"
    },
    {
      "key": "VITE_APP_API_HOST",
      "service": "chartbrew",
      "description": "Public URL of the API service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "VITE_APP_CLIENT_HOST",
      "service": "chartbrew",
      "description": "Public URL of this UI service",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "RAILWAY_DOCKERFILE_PATH",
      "service": "chartbrew",
      "description": "Dockerfile used to build this service",
      "secret": false,
      "strategy": "default",
      "default": "Dockerfile"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "chartbrew-bi"
      }
    },
    "cli": "railway deploy --template chartbrew-bi",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "991bac78-7e7f-439a-bd68-923ae3d6065e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "03f51871-d40e-48f0-ad38-07279fe0fbb6": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/redis.svg",
                  "name": "Redis",
                  "deploy": {
                    "startCommand": "/bin/sh -c \"rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH\"",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "redis:8.2"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "6379"
                    },
                    "REDISUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "redis://${{ REDISUSER }}:${{ REDIS_PASSWORD }}@${{ REDISHOST }}:${{ REDISPORT }}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Auth password, read by the server",
                      "defaultValue": "{{REDIS_PASSWORD}}"
                    }
                  },
                  "volumeMounts": {
                    "03f51871-d40e-48f0-ad38-07279fe0fbb6": {
                      "mountPath": "/data"
                    }
                  }
                },
                "847b9717-9efd-4dfb-a40a-5a8f1597b5c4": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/postgresql.svg",
                  "name": "Postgres",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:18"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": false,
                      "description": "Cluster location on the volume",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{RAILWAY_PRIVATE_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "5432"
                    },
                    "PGUSER": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{ POSTGRES_USER }}"
                    },
                    "PGDATABASE": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": false,
                      "description": "Data panel alias, not read by the server",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": false,
                      "description": "Default database created on first boot",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": false,
                      "description": "Private connection string",
                      "defaultValue": "postgresql://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": false,
                      "description": "Superuser created on first boot",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": false,
                      "description": "SSL certificate expiry in days",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": false,
                      "description": "Superuser password, read by the image",
                      "defaultValue": "{{POSTGRES_PASSWORD}}"
                    },
                    "RAILWAY_DEPLOYMENT_DRAINING_SECONDS": {
                      "isOptional": false,
                      "description": "Clean shutdown window",
                      "defaultValue": "60"
                    }
                  },
                  "volumeMounts": {
                    "847b9717-9efd-4dfb-a40a-5a8f1597b5c4": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  }
                },
                "99d0847c-7d8d-4224-8e4c-3f138ee45224": {
                  "icon": "https://raw.githubusercontent.com/chartbrew/chartbrew/v5.3.1/client/src/assets/app_icon.png",
                  "name": "chartbrew-api",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/chartbrew-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port Railway probes",
                      "defaultValue": "4019"
                    },
                    "CB_ROLE": {
                      "isOptional": false,
                      "description": "Run the REST API, queues and crons",
                      "defaultValue": "api"
                    },
                    "CB_SECRET": {
                      "isOptional": false,
                      "description": "Legacy encryption key, keep stable",
                      "defaultValue": "{{CB_SECRET}}"
                    },
                    "CB_DB_HOST": {
                      "isOptional": false,
                      "description": "Private Postgres hostname",
                      "defaultValue": "${{Postgres.PGHOST}}"
                    },
                    "CB_DB_NAME": {
                      "isOptional": false,
                      "description": "Application database name",
                      "defaultValue": "${{Postgres.PGDATABASE}}"
                    },
                    "CB_DB_PORT": {
                      "isOptional": false,
                      "description": "Postgres port",
                      "defaultValue": "${{Postgres.PGPORT}}"
                    },
                    "CB_API_HOST": {
                      "isOptional": false,
                      "description": "Bind address for the API server",
                      "defaultValue": "0.0.0.0"
                    },
                    "CB_API_PORT": {
                      "isOptional": false,
                      "description": "Port the API server binds",
                      "defaultValue": "4019"
                    },
                    "NODE_OPTIONS": {
                      "isOptional": false,
                      "description": "Cap the Node heap for the container",
                      "defaultValue": "--max-old-space-size=2048"
                    },
                    "CB_DB_DIALECT": {
                      "isOptional": false,
                      "description": "Database engine in use",
                      "defaultValue": "postgres"
                    },
                    "CB_REDIS_HOST": {
                      "isOptional": false,
                      "description": "Private Redis hostname",
                      "defaultValue": "${{Redis.REDISHOST}}"
                    },
                    "CB_REDIS_PORT": {
                      "isOptional": false,
                      "description": "Redis port",
                      "defaultValue": "${{Redis.REDISPORT}}"
                    },
                    "CB_DB_PASSWORD": {
                      "isOptional": false,
                      "description": "Postgres password",
                      "defaultValue": "${{Postgres.PGPASSWORD}}"
                    },
                    "CB_DB_USERNAME": {
                      "isOptional": false,
                      "description": "Postgres user",
                      "defaultValue": "${{Postgres.PGUSER}}"
                    },
                    "CB_ENCRYPTION_KEY": {
                      "isOptional": false,
                      "description": "AES key for sessions and stored credentials",
                      "defaultValue": "{{CB_ENCRYPTION_KEY}}"
                    },
                    "CB_REDIS_PASSWORD": {
                      "isOptional": false,
                      "description": "Redis password",
                      "defaultValue": "${{Redis.REDISPASSWORD}}"
                    },
                    "CB_RESTRICT_TEAMS": {
                      "isOptional": false,
                      "description": "Required so the first account gets a team",
                      "defaultValue": "0"
                    },
                    "CB_BULLMQ_PASSWORD": {
                      "isOptional": false,
                      "description": "Basic auth password for the queue dashboard",
                      "defaultValue": "{{CB_BULLMQ_PASSWORD}}"
                    },
                    "CB_BULLMQ_USERNAME": {
                      "isOptional": false,
                      "description": "Basic auth user for the queue dashboard",
                      "defaultValue": "chartbrew"
                    },
                    "CB_RESTRICT_SIGNUP": {
                      "isOptional": false,
                      "description": "Only the first account may sign up",
                      "defaultValue": "1"
                    },
                    "VITE_APP_CLIENT_HOST": {
                      "isOptional": false,
                      "description": "Public UI origin for CORS and links",
                      "defaultValue": "https://${{chartbrew.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "CB_INITIAL_ADMIN_NAME": {
                      "isOptional": false,
                      "description": "Display name of the seeded account",
                      "defaultValue": "Chartbrew Admin"
                    },
                    "CB_INITIAL_ADMIN_EMAIL": {
                      "isOptional": false,
                      "description": "Email of the seeded account",
                      "defaultValue": "admin@example.com"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile used to build this service",
                      "defaultValue": "Dockerfile"
                    },
                    "CB_INITIAL_ADMIN_PASSWORD": {
                      "isOptional": false,
                      "description": "Password of the seeded account",
                      "defaultValue": "{{CB_INITIAL_ADMIN_PASSWORD}}"
                    },
                    "CB_ALLOW_LEGACY_SHARE_TOKENS": {
                      "isOptional": false,
                      "description": "Off on new installations",
                      "defaultValue": "0"
                    },
                    "CB_ALLOW_PRIVATE_NETWORK_CALLS": {
                      "isOptional": false,
                      "description": "Set true to query private network hosts",
                      "defaultValue": "false"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4019": {
                        "port": 4019
                      }
                    }
                  },
                  "volumeMounts": {
                    "99d0847c-7d8d-4224-8e4c-3f138ee45224": {
                      "mountPath": "/code/server/uploads"
                    }
                  }
                },
                "e0c2e7c5-2755-47d7-baff-12d3b8d67119": {
                  "icon": "https://raw.githubusercontent.com/chartbrew/chartbrew/v5.3.1/client/src/assets/app_icon.png",
                  "name": "chartbrew",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ALWAYS",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/gridalpha/chartbrew-railway",
                    "rootDirectory": null
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "description": "HTTP port for the UI service",
                      "defaultValue": "4018"
                    },
                    "CB_ROLE": {
                      "isOptional": false,
                      "description": "Serve the built frontend bundle",
                      "defaultValue": "client"
                    },
                    "VITE_APP_API_HOST": {
                      "isOptional": false,
                      "description": "Public URL of the API service",
                      "defaultValue": "https://${{chartbrew-api.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "VITE_APP_CLIENT_HOST": {
                      "isOptional": false,
                      "description": "Public URL of this UI service",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "RAILWAY_DOCKERFILE_PATH": {
                      "isOptional": false,
                      "description": "Dockerfile used to build this service",
                      "defaultValue": "Dockerfile"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:4018": {
                        "port": 4018
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T13:29:24.013Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b8d255f991e840ffa98b",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 258,
    "typical_build_seconds": 131,
    "typical_start_seconds": 30,
    "slowest_service": "chartbrew"
  }
}
