{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b7e1cd06-0d7d-4f1c-b5b9-85696ec167f4",
    "slug": "JkR0z8",
    "name": "Lago (working)",
    "description": "Open-source software for metering and usage-based billing.",
    "url": "https://railway.com/deploy/JkR0z8",
    "upstream": {
      "image": "getlago/api:v0.49.1-beta"
    }
  },
  "services": [
    {
      "name": "lago-api",
      "source": {
        "image": "getlago/api:v0.49.1-beta"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/storage",
      "http": true
    },
    {
      "name": "Postgres",
      "source": {
        "image": "ghcr.io/railwayapp-templates/postgres-ssl:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/postgresql/data",
      "tcp_ports": [
        5432
      ],
      "http": false
    },
    {
      "name": "Redis",
      "source": {
        "image": "bitnami/redis"
      },
      "needs_volume": true,
      "volume_mount_path": "/bitnami",
      "tcp_ports": [
        6379
      ],
      "http": false
    },
    {
      "name": "lago-front",
      "source": {
        "image": "getlago/front:v0.49.1-beta"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "lago-api",
      "description": "port to listen. it is 3000",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "RAILS_ENV",
      "service": "lago-api",
      "description": "leave it at production",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "REDIS_URL",
      "service": "lago-api",
      "description": "Your redis url",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "DATABASE_URL",
      "service": "lago-api",
      "description": "postgres db url",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_API_URL",
      "service": "lago-api",
      "description": "Where to access your api. you can leave as is",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LAGO_FRONT_URL",
      "service": "lago-api",
      "description": "Where to access your frontend lago. You can leave as is if you deployed from the template",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "lago-api",
      "description": "redis password",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "RSA_PRIVATE_KEY",
      "service": "lago-api",
      "description": "a private rsa key",
      "secret": true,
      "strategy": "default",
      "default": "MIIBOgIBAAJBAI4wdXM9ERVXqMQHiiRDjyvD8PxB6JZ0GtgFX08MMNQnHjn2+IIm2wfYFuQ4ne/nb6RBrJ3odf2oToxXClaC7pMCAwEAAQJAKm7fviJNRNdCMC4n1aarxV3WPxHUPYIsuKbxyH9U2xrU8X1YfNen8eCqq4Z4L+LANXgop6eVun2+2B69lxilYQIhAOx/xNpWTJqawvDtkMV+8HLtk/qYxMGB8IqoNeHP+D5pAiEAmenqXN3P+rf/YwJlGAzsnoUyPFmWnFh9B3xjrokhXZsCIC3xCBGN8CWcaMAatiPXa+g3hKaKpLYegta8pHLwTn35AiAiTpF+wbJqIDk8yHvgMIFNlELuUMnRb6fu0zsk3EwjoQIhANVNhTManM0JgOzjkUsZ6mf3fUKzdtCMMAFxADOyFiSp"
    },
    {
      "key": "SECRET_KEY_BASE",
      "service": "lago-api",
      "description": "64 character secret, leave it autogenerated",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "RAILS_LOG_TO_STDOUT",
      "service": "lago-api",
      "description": "log to console",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "LAGO_RSA_PRIVATE_KEY",
      "service": "lago-api",
      "description": "needed private rsa for lago",
      "secret": true,
      "strategy": "default",
      "default": "MIIBOgIBAAJBAI4wdXM9ERVXqMQHiiRDjyvD8PxB6JZ0GtgFX08MMNQnHjn2+IIm2wfYFuQ4ne/nb6RBrJ3odf2oToxXClaC7pMCAwEAAQJAKm7fviJNRNdCMC4n1aarxV3WPxHUPYIsuKbxyH9U2xrU8X1YfNen8eCqq4Z4L+LANXgop6eVun2+2B69lxilYQIhAOx/xNpWTJqawvDtkMV+8HLtk/qYxMGB8IqoNeHP+D5pAiEAmenqXN3P+rf/YwJlGAzsnoUyPFmWnFh9B3xjrokhXZsCIC3xCBGN8CWcaMAatiPXa+g3hKaKpLYegta8pHLwTn35AiAiTpF+wbJqIDk8yHvgMIFNlELuUMnRb6fu0zsk3EwjoQIhANVNhTManM0JgOzjkUsZ6mf3fUKzdtCMMAFxADOyFiSp"
    },
    {
      "key": "ENCRYPTION_PRIMARY_KEY",
      "service": "lago-api",
      "description": "Primary encryption key. leave autogenerated",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ENCRYPTION_DETERMINISTIC_KEY",
      "service": "lago-api",
      "description": "deterministic key, leave autogenerated",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "ENCRYPTION_KEY_DERIVATION_SALT",
      "service": "lago-api",
      "description": "Salt key. Leave it autogenerated",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    },
    {
      "key": "PGDATA",
      "service": "Postgres",
      "description": "where to mount volume. leave like it is",
      "secret": false,
      "strategy": "default",
      "default": "/var/lib/postgresql/data/pgdata"
    },
    {
      "key": "PGHOST",
      "service": "Postgres",
      "description": "Link to tcp proxy domain",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPORT",
      "service": "Postgres",
      "description": "TCP proxy port",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGUSER",
      "service": "Postgres",
      "description": "Linking variables",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGDATABASE",
      "service": "Postgres",
      "description": "Linking variables.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "PGPASSWORD",
      "service": "Postgres",
      "description": "Just linking variables",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_DB",
      "service": "Postgres",
      "description": "default db name",
      "secret": false,
      "strategy": "default",
      "default": "railway"
    },
    {
      "key": "DATABASE_URL",
      "service": "Postgres",
      "description": "database url if public access allowed. leave as is",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "POSTGRES_USER",
      "service": "Postgres",
      "description": "default postgres user",
      "secret": false,
      "strategy": "default",
      "default": "postgres"
    },
    {
      "key": "SSL_CERT_DAYS",
      "service": "Postgres",
      "description": "time the ssl cert should last",
      "secret": false,
      "strategy": "default",
      "default": "820"
    },
    {
      "key": "POSTGRES_PASSWORD",
      "service": "Postgres",
      "description": "default postgres password",
      "secret": true,
      "strategy": "default",
      "default": "qm5tzQ0aH1DISgLxTwaR67EPMVXL3j1V"
    },
    {
      "key": "DATABASE_PRIVATE_URL",
      "service": "Postgres",
      "description": "Private db url. leave it as is",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "REDISHOST",
      "service": "Redis",
      "description": "proxy domain auto",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPORT",
      "service": "Redis",
      "description": "Port to connect to redis via proxy",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISUSER",
      "service": "Redis",
      "description": "default user",
      "secret": false,
      "strategy": "default",
      "default": "default"
    },
    {
      "key": "REDIS_URL",
      "service": "Redis",
      "description": "default connection url. leave as is",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDISPASSWORD",
      "service": "Redis",
      "description": "just linking variables needed",
      "secret": true,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "REDIS_PASSWORD",
      "service": "Redis",
      "description": "default redis password",
      "secret": true,
      "strategy": "default",
      "default": "BJJx1Ee718eyyeXUUNrPqVNq9sTjq2B9"
    },
    {
      "key": "RAILWAY_RUN_UID",
      "service": "Redis",
      "description": "deploy as root",
      "secret": false,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "REDIS_PRIVATE_URL",
      "service": "Redis",
      "description": "Private url. leave as is",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_private_domain"
    },
    {
      "key": "RAILWAY_RUN_AS_ROOT",
      "service": "Redis",
      "description": "run as root",
      "secret": false,
      "strategy": "default",
      "default": "true"
    },
    {
      "key": "PORT",
      "service": "lago-front",
      "description": "listen port. leave it at 80",
      "secret": false,
      "strategy": "default",
      "default": "80"
    },
    {
      "key": "API_URL",
      "service": "lago-front",
      "description": "default api url",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "APP_ENV",
      "service": "lago-front",
      "description": "leave it as production",
      "secret": false,
      "strategy": "default",
      "default": "production"
    },
    {
      "key": "CODEGEN_API",
      "service": "lago-front",
      "description": "default api url",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "reference_variable"
    },
    {
      "key": "LAGO_DISABLE_SIGNUP",
      "service": "lago-front",
      "description": "disable lago signup",
      "secret": false,
      "strategy": "default",
      "default": "false"
    },
    {
      "key": "LAGO_OAUTH_PROXY_URL",
      "service": "lago-front",
      "description": "default proxy url",
      "secret": false,
      "strategy": "default",
      "default": "https://proxy.getlago.com"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "JkR0z8"
      }
    },
    "cli": "railway deploy --template JkR0z8",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b7e1cd06-0d7d-4f1c-b5b9-85696ec167f4",
            "serializedConfig": {
              "services": {
                "399a331d-320c-4cb4-abd7-e404779895d6": {
                  "name": "lago-api",
                  "build": {},
                  "deploy": {
                    "startCommand": "./scripts/start.sh",
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "getlago/api:v0.49.1-beta"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "port to listen. it is 3000",
                      "defaultValue": "3000"
                    },
                    "RAILS_ENV": {
                      "isOptional": true,
                      "description": "leave it at production",
                      "defaultValue": "production"
                    },
                    "REDIS_URL": {
                      "isOptional": true,
                      "description": "Your redis url",
                      "defaultValue": "${{Redis.REDIS_URL}}"
                    },
                    "DATABASE_URL": {
                      "isOptional": true,
                      "description": "postgres db url",
                      "defaultValue": "${{Postgres.DATABASE_URL}}"
                    },
                    "LAGO_API_URL": {
                      "isOptional": true,
                      "description": "Where to access your api. you can leave as is",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LAGO_FRONT_URL": {
                      "isOptional": true,
                      "description": "Where to access your frontend lago. You can leave as is if you deployed from the template",
                      "defaultValue": "https://${{lago-front.RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": true,
                      "description": "redis password",
                      "defaultValue": "${{Redis.REDIS_PASSWORD}}"
                    },
                    "RSA_PRIVATE_KEY": {
                      "isOptional": true,
                      "description": "a private rsa key",
                      "defaultValue": "MIIBOgIBAAJBAI4wdXM9ERVXqMQHiiRDjyvD8PxB6JZ0GtgFX08MMNQnHjn2+IIm2wfYFuQ4ne/nb6RBrJ3odf2oToxXClaC7pMCAwEAAQJAKm7fviJNRNdCMC4n1aarxV3WPxHUPYIsuKbxyH9U2xrU8X1YfNen8eCqq4Z4L+LANXgop6eVun2+2B69lxilYQIhAOx/xNpWTJqawvDtkMV+8HLtk/qYxMGB8IqoNeHP+D5pAiEAmenqXN3P+rf/YwJlGAzsnoUyPFmWnFh9B3xjrokhXZsCIC3xCBGN8CWcaMAatiPXa+g3hKaKpLYegta8pHLwTn35AiAiTpF+wbJqIDk8yHvgMIFNlELuUMnRb6fu0zsk3EwjoQIhANVNhTManM0JgOzjkUsZ6mf3fUKzdtCMMAFxADOyFiSp"
                    },
                    "SECRET_KEY_BASE": {
                      "isOptional": true,
                      "description": "64 character secret, leave it autogenerated",
                      "defaultValue": "{{SECRET_KEY_BASE}}"
                    },
                    "RAILS_LOG_TO_STDOUT": {
                      "isOptional": true,
                      "description": "log to console",
                      "defaultValue": "true"
                    },
                    "LAGO_RSA_PRIVATE_KEY": {
                      "isOptional": true,
                      "description": "needed private rsa for lago",
                      "defaultValue": "MIIBOgIBAAJBAI4wdXM9ERVXqMQHiiRDjyvD8PxB6JZ0GtgFX08MMNQnHjn2+IIm2wfYFuQ4ne/nb6RBrJ3odf2oToxXClaC7pMCAwEAAQJAKm7fviJNRNdCMC4n1aarxV3WPxHUPYIsuKbxyH9U2xrU8X1YfNen8eCqq4Z4L+LANXgop6eVun2+2B69lxilYQIhAOx/xNpWTJqawvDtkMV+8HLtk/qYxMGB8IqoNeHP+D5pAiEAmenqXN3P+rf/YwJlGAzsnoUyPFmWnFh9B3xjrokhXZsCIC3xCBGN8CWcaMAatiPXa+g3hKaKpLYegta8pHLwTn35AiAiTpF+wbJqIDk8yHvgMIFNlELuUMnRb6fu0zsk3EwjoQIhANVNhTManM0JgOzjkUsZ6mf3fUKzdtCMMAFxADOyFiSp"
                    },
                    "ENCRYPTION_PRIMARY_KEY": {
                      "isOptional": true,
                      "description": "Primary encryption key. leave autogenerated",
                      "defaultValue": "{{ENCRYPTION_PRIMARY_KEY}}"
                    },
                    "ENCRYPTION_DETERMINISTIC_KEY": {
                      "isOptional": true,
                      "description": "deterministic key, leave autogenerated",
                      "defaultValue": "{{ENCRYPTION_DETERMINISTIC_KEY}}"
                    },
                    "ENCRYPTION_KEY_DERIVATION_SALT": {
                      "isOptional": true,
                      "description": "Salt key. Leave it autogenerated",
                      "defaultValue": "{{ENCRYPTION_KEY_DERIVATION_SALT}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "399a331d-320c-4cb4-abd7-e404779895d6": {
                      "mountPath": "/app/storage"
                    }
                  }
                },
                "3e82ba87-9c16-48c6-8d71-8d33f833fea6": {
                  "name": "Postgres",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/railwayapp-templates/postgres-ssl:latest"
                  },
                  "variables": {
                    "PGDATA": {
                      "isOptional": true,
                      "description": "where to mount volume. leave like it is",
                      "defaultValue": "/var/lib/postgresql/data/pgdata"
                    },
                    "PGHOST": {
                      "isOptional": true,
                      "description": "Link to tcp proxy domain",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "PGPORT": {
                      "isOptional": true,
                      "description": "TCP proxy port",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "PGUSER": {
                      "isOptional": true,
                      "description": "Linking variables",
                      "defaultValue": "${{POSTGRES_USER}}"
                    },
                    "PGDATABASE": {
                      "isOptional": true,
                      "description": "Linking variables.",
                      "defaultValue": "${{POSTGRES_DB}}"
                    },
                    "PGPASSWORD": {
                      "isOptional": true,
                      "description": "Just linking variables",
                      "defaultValue": "${{POSTGRES_PASSWORD}}"
                    },
                    "POSTGRES_DB": {
                      "isOptional": true,
                      "description": "default db name",
                      "defaultValue": "railway"
                    },
                    "DATABASE_URL": {
                      "isOptional": true,
                      "description": "database url if public access allowed. leave as is",
                      "defaultValue": "postgres://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}/${{PGDATABASE}}"
                    },
                    "POSTGRES_USER": {
                      "isOptional": true,
                      "description": "default postgres user",
                      "defaultValue": "postgres"
                    },
                    "SSL_CERT_DAYS": {
                      "isOptional": true,
                      "description": "time the ssl cert should last",
                      "defaultValue": "820"
                    },
                    "POSTGRES_PASSWORD": {
                      "isOptional": true,
                      "description": "default postgres password",
                      "defaultValue": "qm5tzQ0aH1DISgLxTwaR67EPMVXL3j1V"
                    },
                    "DATABASE_PRIVATE_URL": {
                      "isOptional": true,
                      "description": "Private db url. leave it as is",
                      "defaultValue": "postgres://${{PGUSER}}:${{POSTGRES_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:5432/${{PGDATABASE}}"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "5432": {}
                    },
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "3e82ba87-9c16-48c6-8d71-8d33f833fea6": {
                      "mountPath": "/var/lib/postgresql/data"
                    }
                  },
                  "haTemplateCode": "postgres-ha",
                  "haConversionConfig": {
                    "edge": {
                      "label": "Reverse Proxy",
                      "options": [
                        2,
                        3,
                        4,
                        5
                      ],
                      "nodeLabel": "HAProxy",
                      "description": "Routes traffic to the primary",
                      "defaultValue": 3
                    },
                    "replica": {
                      "label": "Replicas",
                      "options": [
                        2,
                        3,
                        4,
                        5,
                        6,
                        7
                      ],
                      "nodeLabel": "Postgres",
                      "description": "Streaming replicas for automatic failover",
                      "defaultValue": 2
                    },
                    "internal": {
                      "label": "Coordinator Nodes",
                      "options": [
                        3,
                        5,
                        7,
                        9
                      ],
                      "nodeLabel": "etcd",
                      "defaultValue": 3
                    },
                    "description": "This will convert your Postgres database to an HA cluster with Patroni failover and etcd consensus."
                  }
                },
                "73fc7dab-0072-43e4-8c97-eec63d768b5e": {
                  "name": "Redis",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "bitnami/redis"
                  },
                  "variables": {
                    "REDISHOST": {
                      "isOptional": true,
                      "description": "proxy domain auto",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_DOMAIN}}"
                    },
                    "REDISPORT": {
                      "isOptional": true,
                      "description": "Port to connect to redis via proxy",
                      "defaultValue": "${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "REDISUSER": {
                      "isOptional": true,
                      "description": "default user",
                      "defaultValue": "default"
                    },
                    "REDIS_URL": {
                      "isOptional": true,
                      "description": "default connection url. leave as is",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_TCP_PROXY_DOMAIN}}:${{RAILWAY_TCP_PROXY_PORT}}"
                    },
                    "REDISPASSWORD": {
                      "isOptional": true,
                      "description": "just linking variables needed",
                      "defaultValue": "${{REDIS_PASSWORD}}"
                    },
                    "REDIS_PASSWORD": {
                      "isOptional": true,
                      "description": "default redis password",
                      "defaultValue": "BJJx1Ee718eyyeXUUNrPqVNq9sTjq2B9"
                    },
                    "RAILWAY_RUN_UID": {
                      "isOptional": true,
                      "description": "deploy as root",
                      "defaultValue": "0"
                    },
                    "REDIS_PRIVATE_URL": {
                      "isOptional": true,
                      "description": "Private url. leave as is",
                      "defaultValue": "redis://default:${{REDIS_PASSWORD}}@${{RAILWAY_PRIVATE_DOMAIN}}:6379"
                    },
                    "RAILWAY_RUN_AS_ROOT": {
                      "isOptional": true,
                      "description": "run as root",
                      "defaultValue": "true"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "6379": {}
                    },
                    "serviceDomains": {}
                  },
                  "volumeMounts": {
                    "73fc7dab-0072-43e4-8c97-eec63d768b5e": {
                      "mountPath": "/bitnami"
                    }
                  }
                },
                "c2e2afd7-34e6-4eaa-b8f1-7c5a72fb91e7": {
                  "name": "lago-front",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "getlago/front:v0.49.1-beta"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "listen port. leave it at 80",
                      "defaultValue": "80"
                    },
                    "API_URL": {
                      "isOptional": true,
                      "description": "default api url",
                      "defaultValue": "https://${{lago-api.RAILWAY_STATIC_URL}}"
                    },
                    "APP_ENV": {
                      "isOptional": true,
                      "description": "leave it as production",
                      "defaultValue": "production"
                    },
                    "CODEGEN_API": {
                      "isOptional": true,
                      "description": "default api url",
                      "defaultValue": "https://${{lago-api.RAILWAY_STATIC_URL}}"
                    },
                    "LAGO_DISABLE_SIGNUP": {
                      "isOptional": true,
                      "description": "disable lago signup",
                      "defaultValue": "false"
                    },
                    "LAGO_OAUTH_PROXY_URL": {
                      "isOptional": true,
                      "description": "default proxy url",
                      "defaultValue": "https://proxy.getlago.com"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 4,
    "needs_volume": true
  },
  "generated_at": "2026-09-22T04:14:41.730Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T16:13:13.525Z",
  "success_rate_30d": 0.1667,
  "validation": {
    "last_run_id": "run_61d2fdee86bc47c8b2f0",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "SUCCESS,CRASHED,DEPLOYING,SUCCESS"
      }
    ],
    "typical_ready_seconds": 78,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "lago-api"
  }
}
