{
  "manifest_version": "1.0.0",
  "template": {
    "id": "f55ded85-4946-42e2-8200-973595f3991e",
    "slug": "n8n-starter-1",
    "name": "n8n Starter",
    "description": "[Jun '26] The cheapest n8n instance. Period.",
    "url": "https://railway.com/deploy/n8n-starter-1",
    "upstream": {
      "image": "n8nio/n8n"
    }
  },
  "services": [
    {
      "name": "n8n",
      "source": {
        "image": "n8nio/n8n"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "n8n",
      "description": "The HTTP port on which n8n will run. Default is 5678. Change only if it conflicts with another service.",
      "secret": false,
      "strategy": "default",
      "default": "5678"
    },
    {
      "key": "WEBHOOK_URL",
      "service": "n8n",
      "description": "Public URL where n8n will receive webhook requests. Automatically set if using Railway’s deployment URL, or manually provide it if behind a proxy.",
      "secret": false,
      "strategy": "railway_provided",
      "railway_source": "railway_domain"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "n8n-starter-1"
      }
    },
    "cli": "railway deploy --template n8n-starter-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "f55ded85-4946-42e2-8200-973595f3991e",
            "serializedConfig": {
              "services": {
                "77b27518-4600-4ffe-b6b5-43e536568ee5": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/n8n.svg",
                  "name": "n8n",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "n8nio/n8n"
                  },
                  "variables": {
                    "PORT": {
                      "description": "The HTTP port on which n8n will run. Default is 5678. Change only if it conflicts with another service.",
                      "defaultValue": "5678"
                    },
                    "WEBHOOK_URL": {
                      "isOptional": false,
                      "description": "Public URL where n8n will receive webhook requests. Automatically set if using Railway’s deployment URL, or manually provide it if behind a proxy.",
                      "defaultValue": "https://${{RAILWAY_PUBLIC_DOMAIN}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "77b27518-4600-4ffe-b6b5-43e536568ee5": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-16T04:14:35.474Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-14T02:08:09.205Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_12ac9816d83841098ecb",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 76,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "n8n"
  }
}
