{
  "manifest_version": "1.0.0",
  "template": {
    "id": "271393eb-5858-49fa-b584-501073d09226",
    "slug": "flowise-railway-template",
    "name": "Flowise - Railway Template",
    "description": "Flowise with web UI, auth, and persistent storage. It just works 🤖",
    "url": "https://railway.com/deploy/flowise-railway-template",
    "upstream": {
      "image": "flowiseai/flowise"
    }
  },
  "services": [
    {
      "name": "flowiseai",
      "source": {
        "image": "flowiseai/flowise"
      },
      "needs_volume": true,
      "volume_mount_path": "/root/.flowise",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "flowiseai",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "3000"
    },
    {
      "key": "FLOWISE_PASSWORD",
      "service": "flowiseai",
      "description": "Provide a value for FLOWISE_PASSWORD.",
      "secret": true,
      "strategy": "default",
      "default": "admin"
    },
    {
      "key": "FLOWISE_USERNAME",
      "service": "flowiseai",
      "description": "Provide a value for FLOWISE_USERNAME.",
      "secret": false,
      "strategy": "default",
      "default": "admin"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flowise-railway-template"
      }
    },
    "cli": "railway deploy --template flowise-railway-template",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "271393eb-5858-49fa-b584-501073d09226",
            "serializedConfig": {
              "services": {
                "0f436293-f285-4355-b38a-13a0678fdffa": {
                  "icon": "https://i.imgur.com/PCQwxlP.png",
                  "name": "flowiseai",
                  "source": {
                    "image": "flowiseai/flowise"
                  },
                  "variables": {
                    "PORT": {
                      "defaultValue": "3000"
                    },
                    "FLOWISE_PASSWORD": {
                      "defaultValue": "admin"
                    },
                    "FLOWISE_USERNAME": {
                      "defaultValue": "admin"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:3000": {
                        "port": 3000
                      }
                    }
                  },
                  "volumeMounts": {
                    "0f436293-f285-4355-b38a-13a0678fdffa": {
                      "mountPath": "/root/.flowise"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T20:28:04.022Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_6a3ef3fe43254b63a327",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 84,
    "typical_build_seconds": 0,
    "typical_start_seconds": 32,
    "slowest_service": "flowiseai"
  }
}
