{
  "manifest_version": "1.0.0",
  "template": {
    "id": "9e10ba53-c3d3-4ed5-8fd8-5a3b1b740a62",
    "slug": "courteous-gentleness",
    "name": "n8n-railway-timezone-patcher",
    "description": "n8n Railway Timezone Patcher",
    "url": "https://railway.com/deploy/courteous-gentleness",
    "upstream": {
      "repo_url": "https://github.com/maTheTrainee/n8n-railway-timezone-patcher"
    }
  },
  "services": [
    {
      "name": "n8n-railway-timezone-patcher",
      "source": {
        "repo": "https://github.com/maTheTrainee/n8n-railway-timezone-patcher"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TIMEZONE",
      "service": "n8n-railway-timezone-patcher",
      "description": "Your preferred IANA-compliant timezone (e.g. Europe/London, Asia/Tokyo).",
      "secret": false,
      "strategy": "default",
      "default": "Europe/Stockholm\t"
    },
    {
      "key": "N8N_API_KEY",
      "service": "n8n-railway-timezone-patcher",
      "description": "Personal API key from n8n. Required to access the workflow API.",
      "secret": true,
      "strategy": "default",
      "default": "your-n8n-api-key\t"
    },
    {
      "key": "N8N_API_URL\t",
      "service": "n8n-railway-timezone-patcher",
      "description": "Full URL to your self-hosted n8n instance (including protocol).",
      "secret": false,
      "strategy": "default",
      "default": "https://your-n8n-instance.com\t"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "courteous-gentleness"
      }
    },
    "cli": "railway deploy --template courteous-gentleness",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "9e10ba53-c3d3-4ed5-8fd8-5a3b1b740a62",
            "serializedConfig": {
              "services": {
                "58348cc9-f3a2-4404-81ba-374d2f49565a": {
                  "name": "n8n-railway-timezone-patcher",
                  "source": {
                    "repo": "maTheTrainee/n8n-railway-timezone-patcher",
                    "branch": "edit",
                    "rootDirectory": null
                  },
                  "variables": {
                    "TIMEZONE": {
                      "isOptional": false,
                      "description": "Your preferred IANA-compliant timezone (e.g. Europe/London, Asia/Tokyo).",
                      "defaultValue": "Europe/Stockholm\t"
                    },
                    "N8N_API_KEY": {
                      "isOptional": false,
                      "description": "Personal API key from n8n. Required to access the workflow API.",
                      "defaultValue": "your-n8n-api-key\t"
                    },
                    "N8N_API_URL\t": {
                      "isOptional": false,
                      "description": "Full URL to your self-hosted n8n instance (including protocol).",
                      "defaultValue": "https://your-n8n-instance.com\t"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "degraded",
  "validated_at": "2026-09-21T05:03:46.490Z",
  "success_rate_30d": 0,
  "validation": {
    "last_run_id": "run_7f6307543c1b486ca348",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": false,
        "detail": "Branch 'edit' not found in maTheTrainee/n8n-railway-timezone-patcher"
      }
    ]
  }
}
