{
  "manifest_version": "1.0.0",
  "template": {
    "id": "89388383-fd9c-421d-9ba7-cdcbceb5414c",
    "slug": "webhook-catcher",
    "name": "webhook-catcher",
    "description": "🔍 Developer-friendly webhook debugging tool with real-time capture",
    "url": "https://railway.com/deploy/webhook-catcher",
    "upstream": {
      "repo_url": "https://github.com/BigDaddyAman/webhook-catcher"
    }
  },
  "services": [
    {
      "name": "webhook-catcher",
      "source": {
        "repo": "https://github.com/BigDaddyAman/webhook-catcher"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "webhook-catcher"
      }
    },
    "cli": "railway deploy --template webhook-catcher",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "89388383-fd9c-421d-9ba7-cdcbceb5414c",
            "serializedConfig": {
              "services": {
                "7d6e614b-d80f-4ce6-8a34-4a07f33458b8": {
                  "icon": "https://devicons.railway.app/webhook",
                  "name": "webhook-catcher",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "repo": "https://github.com/BigDaddyAman/webhook-catcher",
                    "rootDirectory": null
                  },
                  "variables": {
                    "ADMIN_TOKEN": {
                      "isOptional": true,
                      "description": "Admin token for sensitive operations (clear logs, replay webhooks). Leave empty to disable protection.",
                      "defaultValue": ""
                    },
                    "FORWARD_WEBHOOK_URL": {
                      "isOptional": true,
                      "description": "Optional: Forward webhooks to another service (bot, processor, etc.)",
                      "defaultValue": ""
                    },
                    "FORWARD_WEBHOOK_TOKEN": {
                      "isOptional": true,
                      "description": "Optional: Authentication token for webhook forwarding security",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "7d6e614b-d80f-4ce6-8a34-4a07f33458b8": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-18T16:14:44.724Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-16T12:41:58.054Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_fd3cc58b55fd4431b474",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 92,
    "typical_build_seconds": 11,
    "typical_start_seconds": 10,
    "slowest_service": "webhook-catcher"
  }
}
