{
  "manifest_version": "1.0.0",
  "template": {
    "id": "ec6e327e-0c25-41eb-bb12-fe1b7734ca33",
    "slug": "metube-1",
    "name": "YouTube Video & Playlist Downloader | MeTube",
    "description": "Easily download high-quality videos from Youtube and other sites.",
    "url": "https://railway.com/deploy/metube-1",
    "upstream": {
      "repo_url": "https://github.com/bilalnawaz072/metube"
    }
  },
  "services": [
    {
      "name": "metube",
      "source": {
        "repo": "https://github.com/bilalnawaz072/metube"
      },
      "needs_volume": true,
      "volume_mount_path": "/downloads",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "metube-1"
      }
    },
    "cli": "railway deploy --template metube-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "ec6e327e-0c25-41eb-bb12-fe1b7734ca33",
            "serializedConfig": {
              "services": {
                "f851e7d9-4d11-427b-a0d2-b12d96a5a15f": {
                  "name": "metube",
                  "source": {
                    "repo": "bilalnawaz072/metube",
                    "branch": null,
                    "rootDirectory": "/metube-railway"
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  },
                  "volumeMounts": {
                    "f851e7d9-4d11-427b-a0d2-b12d96a5a15f": {
                      "mountPath": "/downloads"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T17:39:05.497Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_30987fcd95124dbfb2a8",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 86,
    "typical_build_seconds": 26,
    "typical_start_seconds": 11,
    "slowest_service": "metube"
  }
}
