{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fd064fd5-a0f7-4bb9-9be3-a33706f3fc32",
    "slug": "B8vVFQ",
    "name": "Image manipulation",
    "description": "Powerfull image handling and manipulation.",
    "url": "https://railway.com/deploy/B8vVFQ",
    "upstream": {
      "image": "ghcr.io/weserv/images"
    }
  },
  "services": [
    {
      "name": "weserv/images",
      "source": {
        "image": "ghcr.io/weserv/images"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "weserv/images",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "B8vVFQ"
      }
    },
    "cli": "railway deploy --template B8vVFQ",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fd064fd5-a0f7-4bb9-9be3-a33706f3fc32",
            "serializedConfig": {
              "services": {
                "f4685864-2c90-44c9-9a6e-728e038ae42f": {
                  "name": "weserv/images",
                  "source": {
                    "image": "ghcr.io/weserv/images"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T11:57:23.181Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_547b1d90d29e4c9f9b36",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": false,
        "detail": "FAILED"
      }
    ]
  }
}
