{
  "manifest_version": "1.0.0",
  "template": {
    "id": "56d56b3f-ea3c-4123-8aa8-628bdd1a4a24",
    "slug": "woCyed",
    "name": "Smee | Open Source Webhook Forwarding to localhost",
    "description": "Forward webhooks to your laptop — self-hosted smee.io server",
    "url": "https://railway.com/deploy/woCyed",
    "upstream": {
      "image": "ghcr.io/probot/smee.io:v2.0.1"
    }
  },
  "services": [
    {
      "name": "smee",
      "source": {
        "image": "ghcr.io/probot/smee.io:v2.0.1"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "woCyed"
      }
    },
    "cli": "railway deploy --template woCyed",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "56d56b3f-ea3c-4123-8aa8-628bdd1a4a24",
            "serializedConfig": {
              "services": {
                "45d74fbc-5763-4dea-8b69-9f93d98b92a7": {
                  "icon": null,
                  "name": "smee",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/probot/smee.io:v2.0.1"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-19T10:14:38.021Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-19T03:34:49.547Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_7f65e337cb2443f09f83",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": false,
        "detail": "1 service(s) crashed within 30s"
      }
    ]
  }
}
