{
  "manifest_version": "1.0.0",
  "template": {
    "id": "5fd2c9e4-64e9-443d-826c-8f1831397cfa",
    "slug": "cobalt-web-ui",
    "name": "Cobalt Web UI",
    "description": "Self-hosted beautiful web interface for your Cobalt Tools API",
    "url": "https://railway.com/deploy/cobalt-web-ui",
    "upstream": {
      "image": "ghcr.io/spotdemo4/cobalt-web:latest"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "cobalt-web",
      "source": {
        "image": "ghcr.io/spotdemo4/cobalt-web:latest"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "cobalt-web",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8787"
    },
    {
      "key": "WEB_HOST",
      "service": "cobalt-web",
      "description": "Provide a value for WEB_HOST.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    },
    {
      "key": "LOG_LEVEL",
      "service": "cobalt-web",
      "description": "Provide a value for LOG_LEVEL.",
      "secret": false,
      "strategy": "default",
      "default": "info"
    },
    {
      "key": "WEB_DEFAULT_API",
      "service": "cobalt-web",
      "description": "Provide a value for WEB_DEFAULT_API.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cobalt-web-ui"
      }
    },
    "cli": "railway deploy --template cobalt-web-ui",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "5fd2c9e4-64e9-443d-826c-8f1831397cfa",
            "serializedConfig": {
              "services": {
                "f68231f6-f98a-4494-9fe4-623827abf1f0": {
                  "icon": "https://res.cloudinary.com/dh2nt6hgh/image/upload/v1759035050/cobalt_logo_zlnnac.png",
                  "name": "cobalt-web",
                  "source": {
                    "image": "ghcr.io/spotdemo4/cobalt-web:latest"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "8787"
                    },
                    "WEB_HOST": {
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    },
                    "LOG_LEVEL": {
                      "defaultValue": "info"
                    },
                    "WEB_DEFAULT_API": {
                      "defaultValue": "{{WEB_DEFAULT_API}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8787": {
                        "port": 8787
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
