{
  "manifest_version": "1.0.0",
  "template": {
    "id": "48268adf-7a5a-4256-8ba2-957c4ee196e0",
    "slug": "github-repo-banner",
    "name": "GitHub Repo Banner",
    "description": "About Generate customizable GitHub repository banners via URL parameters.",
    "url": "https://railway.com/deploy/github-repo-banner",
    "upstream": {
      "repo_url": "https://github.com/warengonzaga/github-repo-banner"
    }
  },
  "services": [
    {
      "name": "Banner API and Website",
      "source": {
        "repo": "https://github.com/warengonzaga/github-repo-banner"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "github-repo-banner"
      }
    },
    "cli": "railway deploy --template github-repo-banner",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "48268adf-7a5a-4256-8ba2-957c4ee196e0",
            "serializedConfig": {
              "services": {
                "ce5a68c0-b141-4063-ac4c-01a10871c02a": {
                  "icon": "https://devicons.railway.app/node",
                  "name": "Banner API and Website",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "warengonzaga/github-repo-banner",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8080": {
                        "port": 8080
                      }
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Banner API and Website",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-18T13:04:01.378Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c388734dfaf9405e9e30",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "healthcheck",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 122,
    "typical_build_seconds": 41,
    "typical_start_seconds": 10,
    "slowest_service": "Banner API and Website"
  }
}
