{
  "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"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "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-04T17:54:19.363Z",
  "generator_version": "0.1.0"
}
