{
  "manifest_version": "1.0.0",
  "template": {
    "id": "4ef941ef-bc7d-46a0-9494-84e61c99136e",
    "slug": "youtubetldr",
    "name": "YouTubeTLDR",
    "description": "A lightweight, self-hosted YouTube video summarizer with Gemini AI",
    "url": "https://railway.com/deploy/youtubetldr",
    "upstream": {
      "repo_url": "https://github.com/decoge/YouTubeTLDR-railway"
    }
  },
  "services": [
    {
      "name": "YouTubeTLDR-railway",
      "source": {
        "repo": "https://github.com/decoge/YouTubeTLDR-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "youtubetldr"
      }
    },
    "cli": "railway deploy --template youtubetldr",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "4ef941ef-bc7d-46a0-9494-84e61c99136e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6e447168-4245-435b-9055-512d25421156": {
                  "icon": null,
                  "name": "YouTubeTLDR-railway",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/decoge/YouTubeTLDR-railway",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-15T22:14:40.394Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T00:01:18.727Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_04b6372974324568bdec",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 153,
    "typical_build_seconds": 91,
    "typical_start_seconds": 10,
    "slowest_service": "YouTubeTLDR-railway"
  }
}
