{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d4e71dde-8e49-464f-bb75-fcb7357f5d92",
    "slug": "WJuLbj",
    "name": "Webhooks",
    "description": "Simple webhook client and server demo apps.",
    "url": "https://railway.com/deploy/WJuLbj",
    "upstream": {
      "repo_url": "https://github.com/alphasecio/webhook-client-server"
    }
  },
  "services": [
    {
      "name": "webhook-server",
      "source": {
        "repo": "https://github.com/alphasecio/webhook-client-server"
      },
      "needs_volume": false,
      "http": true
    },
    {
      "name": "webhook-client",
      "source": {
        "repo": "https://github.com/alphasecio/webhook-client-server"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "webhook-server",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "PORT",
      "service": "webhook-client",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8501"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "WJuLbj"
      }
    },
    "cli": "railway deploy --template WJuLbj",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d4e71dde-8e49-464f-bb75-fcb7357f5d92",
            "serializedConfig": {
              "services": {
                "1b9de938-719b-490d-9804-3138c27b273f": {
                  "name": "webhook-server",
                  "build": {},
                  "deploy": {},
                  "source": {
                    "repo": "alphasecio/webhook-client-server",
                    "branch": null,
                    "rootDirectory": "/server"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "3000"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                },
                "78e9ca63-abb8-4fa1-8021-ff12455b6140": {
                  "name": "webhook-client",
                  "build": {},
                  "deploy": {
                    "startCommand": "streamlit run app.py",
                    "preDeployCommand": ""
                  },
                  "source": {
                    "repo": "alphasecio/webhook-client-server",
                    "branch": null,
                    "rootDirectory": "/client"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "defaultValue": "8501"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 2,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T18:15:10.825Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_0939a08773274c39bf84",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 137,
    "typical_build_seconds": 56,
    "typical_start_seconds": 5,
    "slowest_service": "webhook-client"
  }
}
