{
  "manifest_version": "1.0.0",
  "template": {
    "id": "bf5c2ba5-bb78-4d08-973d-e71ec9eec07d",
    "slug": "n8n-2",
    "name": "n8n",
    "description": "Deploy n8n workflow automation on Railway with one Docker service.",
    "url": "https://railway.com/deploy/n8n-2",
    "upstream": {
      "repo_url": "https://github.com/vergissberlin/railwayapp-n8n"
    }
  },
  "services": [
    {
      "name": "railwayapp-n8n",
      "source": {
        "repo": "https://github.com/vergissberlin/railwayapp-n8n"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "n8n-2"
      }
    },
    "cli": "railway deploy --template n8n-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "bf5c2ba5-bb78-4d08-973d-e71ec9eec07d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "be014e76-4c8e-4f3e-9be1-c4fbca6c7be2": {
                  "icon": null,
                  "name": "railwayapp-n8n",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/vergissberlin/railwayapp-n8n",
                    "rootDirectory": null
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T19:12:17.169Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b7558748cae1433d90fe",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 154,
    "typical_build_seconds": 71,
    "typical_start_seconds": 30,
    "slowest_service": "railwayapp-n8n"
  }
}
