{
  "manifest_version": "1.0.0",
  "template": {
    "id": "07606f9e-5ff6-4376-be35-5f5b8d836eec",
    "slug": "cool-keen",
    "name": "nuz-dash",
    "description": "Deploy and Host nuz-dash with Railway",
    "url": "https://railway.com/deploy/cool-keen",
    "upstream": {
      "repo_url": "https://github.com/tummyslyunopened/nuz-dash"
    }
  },
  "services": [
    {
      "name": "nuz-dash",
      "source": {
        "repo": "https://github.com/tummyslyunopened/nuz-dash"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "ADMIN_TOKEN",
      "service": "nuz-dash",
      "description": "Provide a value for ADMIN_TOKEN.",
      "secret": true,
      "strategy": "generate",
      "generate": "random_base64_32"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "cool-keen"
      }
    },
    "cli": "railway deploy --template cool-keen",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "07606f9e-5ff6-4376-be35-5f5b8d836eec",
            "serializedConfig": {
              "services": {
                "d5e8b7a0-67bc-4733-ba60-0c642b50c6d8": {
                  "name": "nuz-dash",
                  "source": {
                    "repo": "tummyslyunopened/nuz-dash",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_TOKEN": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{ADMIN_TOKEN}}"
                    }
                  },
                  "volumeMounts": {
                    "d5e8b7a0-67bc-4733-ba60-0c642b50c6d8": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-09T22:14:39.753Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T23:18:27.765Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_9f1078cde8104d75a1c8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 80,
    "typical_build_seconds": 51,
    "typical_start_seconds": 10,
    "slowest_service": "nuz-dash"
  }
}
