{
  "manifest_version": "1.0.0",
  "template": {
    "id": "341e9ded-9a2e-46d1-a570-d26397d0c659",
    "slug": "flowise-or-build-a-2",
    "name": "Flowise | Build AI Agents",
    "description": "[Jun '26] Low-code developer tool for building LLM Applications",
    "url": "https://railway.com/deploy/flowise-or-build-a-2",
    "upstream": {
      "image": "flowiseai/flowise"
    }
  },
  "services": [
    {
      "name": "FlowiseAI",
      "source": {
        "image": "flowiseai/flowise"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "FLOWISE_PASSWORD",
      "service": "FlowiseAI",
      "description": "Default passwordfor Flowise login. Can be changed in variables.",
      "secret": true,
      "strategy": "default",
      "default": "user"
    },
    {
      "key": "FLOWISE_USERNAME",
      "service": "FlowiseAI",
      "description": "Default username for Flowise login. Can be changed in variables.",
      "secret": false,
      "strategy": "default",
      "default": "1234"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "flowise-or-build-a-2"
      }
    },
    "cli": "railway deploy --template flowise-or-build-a-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "341e9ded-9a2e-46d1-a570-d26397d0c659",
            "serializedConfig": {
              "services": {
                "5f3fffbe-3f57-41c4-b4de-ec57bd20a5b5": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/flowise.svg",
                  "name": "FlowiseAI",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "flowiseai/flowise"
                  },
                  "variables": {
                    "FLOWISE_PASSWORD": {
                      "isOptional": false,
                      "description": "Default passwordfor Flowise login. Can be changed in variables.",
                      "defaultValue": "user"
                    },
                    "FLOWISE_USERNAME": {
                      "isOptional": false,
                      "description": "Default username for Flowise login. Can be changed in variables.",
                      "defaultValue": "1234"
                    }
                  },
                  "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": "validated",
  "validated_at": "2026-09-21T01:33:40.262Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3e624970b38c420d809f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 64,
    "typical_build_seconds": 0,
    "typical_start_seconds": 30,
    "slowest_service": "FlowiseAI"
  }
}
