[{"data":1,"prerenderedAt":5401},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api":3,"featureCatalog":4472,"changelog-titles":4866,"blog-all-for-related":5400},{"id":4,"title":5,"authors":6,"body":8,"cta":4452,"date":4453,"description":4454,"extension":4455,"features":4452,"image":4456,"lastUpdated":4452,"meta":4457,"navigation":4463,"path":4464,"release":4452,"seo":4465,"sitemap":4466,"stem":4467,"subtitle":4468,"tags":4469,"tldr":4452,"video":4452,"__hash__":4471},"blog\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api.md","FlowFuse API for Industry: Automating Node-RED Instances, Devices, and CI\u002FCD Tasks",[7],"sumit-shinde",{"type":9,"value":10,"toc":4436},"minimark",[11,15,18,23,35,38,76,79,83,86,98,103,151,162,175,183,187,194,211,219,224,306,310,317,321,331,336,388,404,1082,1085,1321,1325,1328,1331,1339,1350,1356,1374,1378,1381,1386,1407,1412,1480,1487,2099,2104,2117,2122,2134,2191,2194,2222,2225,4410,4414,4417,4420,4423,4432],[12,13,14],"p",{},"FlowFuse includes an API that lets you manage Node-RED instances, edge devices, and deployments directly from your scripts or applications. While most people use the web interface, the API is a great option if you want to automate tasks or connect FlowFuse with other tools.",[12,16,17],{},"In this guide, you’ll learn the basics of the FlowFuse API, along with practical examples you can start using right away.",[19,20,22],"h2",{"id":21},"what-is-the-flowfuse-api-and-why-use-it","What is the FlowFuse API and Why Use It?",[12,24,25,26,30,31,34],{},"The FlowFuse API is a ",[27,28,29],"strong",{},"REST-based interface"," fully described using the ",[27,32,33],{},"OpenAPI 3.0 Specification",", allowing you to explore its capabilities, test endpoints, and even auto-generate client libraries in multiple programming languages. It provides programmatic control over everything available in the FlowFuse platform, so instead of navigating the dashboard, you can manage Node-RED instances, devices, and deployments directly from scripts or applications.",[12,36,37],{},"This is particularly useful when you want to:",[39,40,41,49,55,62,69],"ul",{},[42,43,44,45,48],"li",{},"Manage ",[27,46,47],{},"multiple Node-RED instances or devices"," simultaneously.",[42,50,51,54],{},[27,52,53],{},"Automate repetitive tasks"," such as starting, stopping, or updating instances.",[42,56,57,58,61],{},"Build ",[27,59,60],{},"custom notifications or alerts",".",[42,63,64,65,68],{},"Implement ",[27,66,67],{},"CI\u002FCD pipelines"," for testing and deploying flows automatically.",[42,70,71,72,75],{},"Integrate FlowFuse with ",[27,73,74],{},"external systems"," like monitoring, alerting, or scheduling tools.",[12,77,78],{},"In short, the API provides greater flexibility, simplifies automation, and allows FlowFuse to fit seamlessly into your existing workflows.",[19,80,82],{"id":81},"getting-started-with-the-flowfuse-api","Getting Started with the FlowFuse API",[12,84,85],{},"Before you can use the API, you need:",[87,88,89],"ol",{},[42,90,91,94,97],{},[27,92,93],{},"Your FlowFuse account",[95,96],"br",{},"\nYou will need to authenticate using an API token, which you can generate from the FlowFuse platform.",[99,100,102],"h3",{"id":101},"generating-an-api-token","Generating an API Token",[87,104,105,108,114,124],{},[42,106,107],{},"Log in to the FlowFuse platform.",[42,109,110,111,61],{},"Open ",[27,112,113],{},"User Settings → Security",[42,115,116,117,120,121,61],{},"Switch to the ",[27,118,119],{},"Tokens"," tab and click ",[27,122,123],{},"Add Token",[42,125,126,127],{},"In the form that opens:\n",[39,128,129,137,144],{},[42,130,131,132,136],{},"Give the token a descriptive name (e.g., ",[133,134,135],"code",{},"automation-script",").",[42,138,139,140,143],{},"(Optional) Check ",[27,141,142],{},"Add Expiry Date"," and choose a date if you want the token to automatically expire.",[42,145,146,147,150],{},"Click ",[27,148,149],{},"Create Token"," to generate it.",[12,152,153,159],{},[154,155],"img",{"alt":156,"dataZoomable":157,"src":158},"FlowFuse platform token creation form showing fields for token name, expiry date, and create button.","","\u002Fblog\u002F2025\u002F08\u002Fimages\u002Ftoken-form.png",[160,161,156],"em",{},[12,163,164,165,61,168,170,171,174],{},"After creation, a dialog will open showing your ",[27,166,167],{},"secret token",[95,169],{},"\nClick ",[27,172,173],{},"Copy to Clipboard"," and store this token securely. It will only be shown once and provides full access to your account.",[12,176,177,181],{},[154,178],{"alt":179,"dataZoomable":157,"src":180},"Dialog showing the generated FlowFuse API token with copy-to-clipboard option.","\u002Fblog\u002F2025\u002F08\u002Fimages\u002Fcopy-token.png",[160,182,179],{},[99,184,186],{"id":185},"exploring-the-flowfuse-api-with-swagger","Exploring the FlowFuse API with Swagger",[12,188,189,190,193],{},"FlowFuse provides ",[27,191,192],{},"Swagger\u002FOpenAPI documentation"," that gives you a complete overview of all available endpoints, along with request and response formats.",[195,196,197],"blockquote",{},[12,198,199,202,203,206,207,210],{},[27,200,201],{},"Note:"," The Swagger UI is ",[27,204,205],{},"read-only",". You cannot execute API calls directly from it. Its purpose is to ",[27,208,209],{},"display all endpoints"," after visiting the page, so you can plan and structure your API calls in Node-RED flows, scripts, or other applications.",[12,212,213,217],{},[154,214],{"alt":215,"dataZoomable":157,"src":216},"FlowFuse Swagger\u002FOpenAPI documentation interface displaying endpoints for users, Node-RED instances, devices, deployments, and much more.","\u002Fblog\u002F2025\u002F08\u002Fimages\u002Fflowfuse-swagger-api-docs.gif",[160,218,215],{},[220,221,223],"h4",{"id":222},"how-to-use-the-swagger-docs","How to Use the Swagger Docs",[87,225,226,237,278,295],{},[42,227,228,229,236],{},"Open the ",[230,231,235],"a",{"href":232,"rel":233},"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fstatic\u002Findex.html",[234],"nofollow","FlowFuse API documentation"," in your browser.",[42,238,239,240,243,244],{},"Once loaded, you will see ",[27,241,242],{},"all available endpoints",", organized by category:",[39,245,246,254,262,270],{},[42,247,248,253],{},[27,249,250],{},[133,251,252],{},"\u002Fapi\u002Fv1\u002Fuser\u002F"," – Retrieve user details",[42,255,256,261],{},[27,257,258],{},[133,259,260],{},"\u002Fapi\u002Fv1\u002Finstances\u002F"," – List and manage Node-RED instances",[42,263,264,269],{},[27,265,266],{},[133,267,268],{},"\u002Fapi\u002Fv1\u002Fdevices\u002F"," – Manage edge devices",[42,271,272,277],{},[27,273,274],{},[133,275,276],{},"\u002Fapi\u002Fv1\u002Fdeployments\u002F"," – Trigger or monitor deployments",[42,279,280,283,284],{},[27,281,282],{},"Click on each endpoint"," to expand it and review the details, including:",[39,285,286,289,292],{},[42,287,288],{},"Required parameters",[42,290,291],{},"Headers",[42,293,294],{},"Response schemas",[42,296,297,298,301,302,305],{},"Use this information to construct actual API requests in ",[27,299,300],{},"Node-RED HTTP Request nodes",", ",[133,303,304],{},"curl",", or other scripts.",[99,307,309],{"id":308},"making-your-first-api-call","Making Your First API Call",[12,311,312,313,316],{},"Once you have your API token, you can start interacting with the FlowFuse API. Every request must include your token in the ",[27,314,315],{},"Authorization"," header.",[220,318,320],{"id":319},"example-get-user-information","Example: Get User Information",[12,322,323,324,326,327,330],{},"A good first step is to fetch your user details to verify that your token works. You can use ",[133,325,304],{},", any HTTP client in your preferred programming language, or even do it directly within Node-RED using an ",[27,328,329],{},"HTTP Request"," node, as shown below.",[12,332,333],{},[27,334,335],{},"Steps in Node-RED:",[87,337,338,345,350,378,385],{},[42,339,340,341,344],{},"Drag an ",[27,342,343],{},"Inject"," node onto the canvas.",[42,346,340,347,349],{},[27,348,329],{}," node and connect it to the Inject node.",[42,351,352,353],{},"Double-click the HTTP Request node and configure it:",[39,354,355,361,367],{},[42,356,357,358],{},"Method: ",[27,359,360],{},"GET",[42,362,363,364],{},"URL: ",[133,365,366],{},"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fuser\u002F",[42,368,369,370,373,374,377],{},"Check ",[27,371,372],{},"Use authentication",", select ",[27,375,376],{},"Bearer Authentication",", and enter your API token.",[42,379,380,381,384],{},"Connect a ",[27,382,383],{},"Debug"," node to the HTTP Request node to see the response.",[42,386,387],{},"Deploy the flow and click the Inject button.",[195,389,390],{},[12,391,392,394,395,398,399,403],{},[27,393,201],{}," When using API tokens in Node-RED flows, always store them in ",[27,396,397],{},"environment variables"," instead of directly in the node to prevent accidental exposure when sharing flows. See ",[230,400,402],{"href":401},"\u002Fblog\u002F2023\u002F01\u002Fenvironment-variables-in-node-red\u002F","FlowFuse Environment Variables"," for more details.",[405,406,408],"render-flow",{":height":407},"300",[409,410,414],"pre",{"className":411,"code":412,"language":413,"meta":157,"style":157},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"6fa44538b934438b\",\"type\":\"inject\",\"z\":\"5027784675bcf4ee\",\"name\":\"Get User Details\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":180,\"y\":740,\"wires\":[[\"8c7f13373e29c907\"]]},{\"id\":\"8c7f13373e29c907\",\"type\":\"http request\",\"z\":\"5027784675bcf4ee\",\"name\":\"\",\"method\":\"GET\",\"ret\":\"txt\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fuser\u002F\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"bearer\",\"senderr\":false,\"headers\":[],\"x\":390,\"y\":740,\"wires\":[[\"3a54169dc737b475\"]]},{\"id\":\"3a54169dc737b475\",\"type\":\"debug\",\"z\":\"5027784675bcf4ee\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":570,\"y\":740,\"wires\":[]}]\n","json",[133,415,416],{"__ignoreMap":157},[417,418,421,425,428,432,434,437,439,443,445,448,450,453,455,457,459,462,464,466,468,471,473,475,477,480,482,484,486,489,491,493,495,498,500,502,504,507,509,512,514,517,519,521,524,526,528,531,533,535,537,539,541,544,546,549,551,554,556,558,562,564,566,569,571,573,575,577,579,582,584,586,589,591,593,596,598,600,603,605,607,610,612,615,617,620,622,625,627,629,631,633,635,637,639,641,643,645,647,649,651,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,691,693,695,697,699,701,703,705,708,710,712,714,717,719,721,723,726,728,730,732,735,737,739,741,744,746,748,750,752,754,756,758,761,763,765,767,769,771,774,776,778,780,783,785,787,789,791,793,796,798,800,802,805,807,809,811,814,816,818,820,823,825,827,829,832,834,836,838,840,842,844,847,849,851,853,855,857,859,861,863,865,867,869,871,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,907,909,911,913,915,917,919,921,923,925,927,929,931,933,935,937,940,942,944,946,949,951,954,956,959,961,963,965,968,970,972,974,977,979,981,983,986,988,990,992,995,997,999,1001,1004,1006,1008,1010,1013,1015,1017,1019,1022,1024,1026,1028,1030,1032,1035,1037,1039,1041,1044,1046,1048,1050,1052,1054,1056,1059,1061,1063,1065,1067,1069,1071,1073,1075,1077,1079],"span",{"class":419,"line":420},"line",1,[417,422,424],{"class":423},"sMK4o","[{",[417,426,427],{"class":423},"\"",[417,429,431],{"class":430},"spNyl","id",[417,433,427],{"class":423},[417,435,436],{"class":423},":",[417,438,427],{"class":423},[417,440,442],{"class":441},"sfazB","6fa44538b934438b",[417,444,427],{"class":423},[417,446,447],{"class":423},",",[417,449,427],{"class":423},[417,451,452],{"class":430},"type",[417,454,427],{"class":423},[417,456,436],{"class":423},[417,458,427],{"class":423},[417,460,461],{"class":441},"inject",[417,463,427],{"class":423},[417,465,447],{"class":423},[417,467,427],{"class":423},[417,469,470],{"class":430},"z",[417,472,427],{"class":423},[417,474,436],{"class":423},[417,476,427],{"class":423},[417,478,479],{"class":441},"5027784675bcf4ee",[417,481,427],{"class":423},[417,483,447],{"class":423},[417,485,427],{"class":423},[417,487,488],{"class":430},"name",[417,490,427],{"class":423},[417,492,436],{"class":423},[417,494,427],{"class":423},[417,496,497],{"class":441},"Get User Details",[417,499,427],{"class":423},[417,501,447],{"class":423},[417,503,427],{"class":423},[417,505,506],{"class":430},"props",[417,508,427],{"class":423},[417,510,511],{"class":423},":[],",[417,513,427],{"class":423},[417,515,516],{"class":430},"repeat",[417,518,427],{"class":423},[417,520,436],{"class":423},[417,522,523],{"class":423},"\"\"",[417,525,447],{"class":423},[417,527,427],{"class":423},[417,529,530],{"class":430},"crontab",[417,532,427],{"class":423},[417,534,436],{"class":423},[417,536,523],{"class":423},[417,538,447],{"class":423},[417,540,427],{"class":423},[417,542,543],{"class":430},"once",[417,545,427],{"class":423},[417,547,548],{"class":423},":false,",[417,550,427],{"class":423},[417,552,553],{"class":430},"onceDelay",[417,555,427],{"class":423},[417,557,436],{"class":423},[417,559,561],{"class":560},"sbssI","0.1",[417,563,447],{"class":423},[417,565,427],{"class":423},[417,567,568],{"class":430},"topic",[417,570,427],{"class":423},[417,572,436],{"class":423},[417,574,523],{"class":423},[417,576,447],{"class":423},[417,578,427],{"class":423},[417,580,581],{"class":430},"x",[417,583,427],{"class":423},[417,585,436],{"class":423},[417,587,588],{"class":560},"180",[417,590,447],{"class":423},[417,592,427],{"class":423},[417,594,595],{"class":430},"y",[417,597,427],{"class":423},[417,599,436],{"class":423},[417,601,602],{"class":560},"740",[417,604,447],{"class":423},[417,606,427],{"class":423},[417,608,609],{"class":430},"wires",[417,611,427],{"class":423},[417,613,614],{"class":423},":[[",[417,616,427],{"class":423},[417,618,619],{"class":441},"8c7f13373e29c907",[417,621,427],{"class":423},[417,623,624],{"class":423},"]]},{",[417,626,427],{"class":423},[417,628,431],{"class":430},[417,630,427],{"class":423},[417,632,436],{"class":423},[417,634,427],{"class":423},[417,636,619],{"class":441},[417,638,427],{"class":423},[417,640,447],{"class":423},[417,642,427],{"class":423},[417,644,452],{"class":430},[417,646,427],{"class":423},[417,648,436],{"class":423},[417,650,427],{"class":423},[417,652,653],{"class":441},"http request",[417,655,427],{"class":423},[417,657,447],{"class":423},[417,659,427],{"class":423},[417,661,470],{"class":430},[417,663,427],{"class":423},[417,665,436],{"class":423},[417,667,427],{"class":423},[417,669,479],{"class":441},[417,671,427],{"class":423},[417,673,447],{"class":423},[417,675,427],{"class":423},[417,677,488],{"class":430},[417,679,427],{"class":423},[417,681,436],{"class":423},[417,683,523],{"class":423},[417,685,447],{"class":423},[417,687,427],{"class":423},[417,689,690],{"class":430},"method",[417,692,427],{"class":423},[417,694,436],{"class":423},[417,696,427],{"class":423},[417,698,360],{"class":441},[417,700,427],{"class":423},[417,702,447],{"class":423},[417,704,427],{"class":423},[417,706,707],{"class":430},"ret",[417,709,427],{"class":423},[417,711,436],{"class":423},[417,713,427],{"class":423},[417,715,716],{"class":441},"txt",[417,718,427],{"class":423},[417,720,447],{"class":423},[417,722,427],{"class":423},[417,724,725],{"class":430},"paytoqs",[417,727,427],{"class":423},[417,729,436],{"class":423},[417,731,427],{"class":423},[417,733,734],{"class":441},"ignore",[417,736,427],{"class":423},[417,738,447],{"class":423},[417,740,427],{"class":423},[417,742,743],{"class":430},"url",[417,745,427],{"class":423},[417,747,436],{"class":423},[417,749,427],{"class":423},[417,751,366],{"class":441},[417,753,427],{"class":423},[417,755,447],{"class":423},[417,757,427],{"class":423},[417,759,760],{"class":430},"tls",[417,762,427],{"class":423},[417,764,436],{"class":423},[417,766,523],{"class":423},[417,768,447],{"class":423},[417,770,427],{"class":423},[417,772,773],{"class":430},"persist",[417,775,427],{"class":423},[417,777,548],{"class":423},[417,779,427],{"class":423},[417,781,782],{"class":430},"proxy",[417,784,427],{"class":423},[417,786,436],{"class":423},[417,788,523],{"class":423},[417,790,447],{"class":423},[417,792,427],{"class":423},[417,794,795],{"class":430},"insecureHTTPParser",[417,797,427],{"class":423},[417,799,548],{"class":423},[417,801,427],{"class":423},[417,803,804],{"class":430},"authType",[417,806,427],{"class":423},[417,808,436],{"class":423},[417,810,427],{"class":423},[417,812,813],{"class":441},"bearer",[417,815,427],{"class":423},[417,817,447],{"class":423},[417,819,427],{"class":423},[417,821,822],{"class":430},"senderr",[417,824,427],{"class":423},[417,826,548],{"class":423},[417,828,427],{"class":423},[417,830,831],{"class":430},"headers",[417,833,427],{"class":423},[417,835,511],{"class":423},[417,837,427],{"class":423},[417,839,581],{"class":430},[417,841,427],{"class":423},[417,843,436],{"class":423},[417,845,846],{"class":560},"390",[417,848,447],{"class":423},[417,850,427],{"class":423},[417,852,595],{"class":430},[417,854,427],{"class":423},[417,856,436],{"class":423},[417,858,602],{"class":560},[417,860,447],{"class":423},[417,862,427],{"class":423},[417,864,609],{"class":430},[417,866,427],{"class":423},[417,868,614],{"class":423},[417,870,427],{"class":423},[417,872,873],{"class":441},"3a54169dc737b475",[417,875,427],{"class":423},[417,877,624],{"class":423},[417,879,427],{"class":423},[417,881,431],{"class":430},[417,883,427],{"class":423},[417,885,436],{"class":423},[417,887,427],{"class":423},[417,889,873],{"class":441},[417,891,427],{"class":423},[417,893,447],{"class":423},[417,895,427],{"class":423},[417,897,452],{"class":430},[417,899,427],{"class":423},[417,901,436],{"class":423},[417,903,427],{"class":423},[417,905,906],{"class":441},"debug",[417,908,427],{"class":423},[417,910,447],{"class":423},[417,912,427],{"class":423},[417,914,470],{"class":430},[417,916,427],{"class":423},[417,918,436],{"class":423},[417,920,427],{"class":423},[417,922,479],{"class":441},[417,924,427],{"class":423},[417,926,447],{"class":423},[417,928,427],{"class":423},[417,930,488],{"class":430},[417,932,427],{"class":423},[417,934,436],{"class":423},[417,936,427],{"class":423},[417,938,939],{"class":441},"Result",[417,941,427],{"class":423},[417,943,447],{"class":423},[417,945,427],{"class":423},[417,947,948],{"class":430},"active",[417,950,427],{"class":423},[417,952,953],{"class":423},":true,",[417,955,427],{"class":423},[417,957,958],{"class":430},"tosidebar",[417,960,427],{"class":423},[417,962,953],{"class":423},[417,964,427],{"class":423},[417,966,967],{"class":430},"console",[417,969,427],{"class":423},[417,971,548],{"class":423},[417,973,427],{"class":423},[417,975,976],{"class":430},"tostatus",[417,978,427],{"class":423},[417,980,548],{"class":423},[417,982,427],{"class":423},[417,984,985],{"class":430},"complete",[417,987,427],{"class":423},[417,989,436],{"class":423},[417,991,427],{"class":423},[417,993,994],{"class":441},"payload",[417,996,427],{"class":423},[417,998,447],{"class":423},[417,1000,427],{"class":423},[417,1002,1003],{"class":430},"targetType",[417,1005,427],{"class":423},[417,1007,436],{"class":423},[417,1009,427],{"class":423},[417,1011,1012],{"class":441},"msg",[417,1014,427],{"class":423},[417,1016,447],{"class":423},[417,1018,427],{"class":423},[417,1020,1021],{"class":430},"statusVal",[417,1023,427],{"class":423},[417,1025,436],{"class":423},[417,1027,523],{"class":423},[417,1029,447],{"class":423},[417,1031,427],{"class":423},[417,1033,1034],{"class":430},"statusType",[417,1036,427],{"class":423},[417,1038,436],{"class":423},[417,1040,427],{"class":423},[417,1042,1043],{"class":441},"auto",[417,1045,427],{"class":423},[417,1047,447],{"class":423},[417,1049,427],{"class":423},[417,1051,581],{"class":430},[417,1053,427],{"class":423},[417,1055,436],{"class":423},[417,1057,1058],{"class":560},"570",[417,1060,447],{"class":423},[417,1062,427],{"class":423},[417,1064,595],{"class":430},[417,1066,427],{"class":423},[417,1068,436],{"class":423},[417,1070,602],{"class":560},[417,1072,447],{"class":423},[417,1074,427],{"class":423},[417,1076,609],{"class":430},[417,1078,427],{"class":423},[417,1080,1081],{"class":423},":[]}]\n",[12,1083,1084],{},"Once triggered, the debug panel will show your user information as shown below with status code 200, confirming that your token works and your API connection is successful.",[409,1086,1088],{"className":411,"code":1087,"language":413,"meta":157,"style":157},"{\n  \"email\": \"john.doe@example.com\",\n  \"email_verified\": true,\n  \"sso_enabled\": true,\n  \"mfa_enabled\": false,\n  \"tcs_accepted\": \"2024-01-01T00:00:00.000Z\",\n  \"id\": \"john12345\",\n  \"username\": \"johndoe\",\n  \"name\": \"John Doe\",\n  \"avatar\": \"https:\u002F\u002Fapp.flowfuse.com\u002Favatar\u002Fjohn-avatar\",\n  \"admin\": false,\n  \"createdAt\": \"2024-01-01T00:00:00.000Z\",\n  \"suspended\": false\n}\n",[133,1089,1090,1095,1119,1134,1148,1163,1184,1204,1225,1245,1266,1280,1300,1315],{"__ignoreMap":157},[417,1091,1092],{"class":419,"line":420},[417,1093,1094],{"class":423},"{\n",[417,1096,1098,1101,1104,1106,1108,1111,1114,1116],{"class":419,"line":1097},2,[417,1099,1100],{"class":423},"  \"",[417,1102,1103],{"class":430},"email",[417,1105,427],{"class":423},[417,1107,436],{"class":423},[417,1109,1110],{"class":423}," \"",[417,1112,1113],{"class":441},"john.doe@example.com",[417,1115,427],{"class":423},[417,1117,1118],{"class":423},",\n",[417,1120,1122,1124,1127,1129,1131],{"class":419,"line":1121},3,[417,1123,1100],{"class":423},[417,1125,1126],{"class":430},"email_verified",[417,1128,427],{"class":423},[417,1130,436],{"class":423},[417,1132,1133],{"class":423}," true,\n",[417,1135,1137,1139,1142,1144,1146],{"class":419,"line":1136},4,[417,1138,1100],{"class":423},[417,1140,1141],{"class":430},"sso_enabled",[417,1143,427],{"class":423},[417,1145,436],{"class":423},[417,1147,1133],{"class":423},[417,1149,1151,1153,1156,1158,1160],{"class":419,"line":1150},5,[417,1152,1100],{"class":423},[417,1154,1155],{"class":430},"mfa_enabled",[417,1157,427],{"class":423},[417,1159,436],{"class":423},[417,1161,1162],{"class":423}," false,\n",[417,1164,1166,1168,1171,1173,1175,1177,1180,1182],{"class":419,"line":1165},6,[417,1167,1100],{"class":423},[417,1169,1170],{"class":430},"tcs_accepted",[417,1172,427],{"class":423},[417,1174,436],{"class":423},[417,1176,1110],{"class":423},[417,1178,1179],{"class":441},"2024-01-01T00:00:00.000Z",[417,1181,427],{"class":423},[417,1183,1118],{"class":423},[417,1185,1187,1189,1191,1193,1195,1197,1200,1202],{"class":419,"line":1186},7,[417,1188,1100],{"class":423},[417,1190,431],{"class":430},[417,1192,427],{"class":423},[417,1194,436],{"class":423},[417,1196,1110],{"class":423},[417,1198,1199],{"class":441},"john12345",[417,1201,427],{"class":423},[417,1203,1118],{"class":423},[417,1205,1207,1209,1212,1214,1216,1218,1221,1223],{"class":419,"line":1206},8,[417,1208,1100],{"class":423},[417,1210,1211],{"class":430},"username",[417,1213,427],{"class":423},[417,1215,436],{"class":423},[417,1217,1110],{"class":423},[417,1219,1220],{"class":441},"johndoe",[417,1222,427],{"class":423},[417,1224,1118],{"class":423},[417,1226,1228,1230,1232,1234,1236,1238,1241,1243],{"class":419,"line":1227},9,[417,1229,1100],{"class":423},[417,1231,488],{"class":430},[417,1233,427],{"class":423},[417,1235,436],{"class":423},[417,1237,1110],{"class":423},[417,1239,1240],{"class":441},"John Doe",[417,1242,427],{"class":423},[417,1244,1118],{"class":423},[417,1246,1248,1250,1253,1255,1257,1259,1262,1264],{"class":419,"line":1247},10,[417,1249,1100],{"class":423},[417,1251,1252],{"class":430},"avatar",[417,1254,427],{"class":423},[417,1256,436],{"class":423},[417,1258,1110],{"class":423},[417,1260,1261],{"class":441},"https:\u002F\u002Fapp.flowfuse.com\u002Favatar\u002Fjohn-avatar",[417,1263,427],{"class":423},[417,1265,1118],{"class":423},[417,1267,1269,1271,1274,1276,1278],{"class":419,"line":1268},11,[417,1270,1100],{"class":423},[417,1272,1273],{"class":430},"admin",[417,1275,427],{"class":423},[417,1277,436],{"class":423},[417,1279,1162],{"class":423},[417,1281,1283,1285,1288,1290,1292,1294,1296,1298],{"class":419,"line":1282},12,[417,1284,1100],{"class":423},[417,1286,1287],{"class":430},"createdAt",[417,1289,427],{"class":423},[417,1291,436],{"class":423},[417,1293,1110],{"class":423},[417,1295,1179],{"class":441},[417,1297,427],{"class":423},[417,1299,1118],{"class":423},[417,1301,1303,1305,1308,1310,1312],{"class":419,"line":1302},13,[417,1304,1100],{"class":423},[417,1306,1307],{"class":430},"suspended",[417,1309,427],{"class":423},[417,1311,436],{"class":423},[417,1313,1314],{"class":423}," false\n",[417,1316,1318],{"class":419,"line":1317},14,[417,1319,1320],{"class":423},"}\n",[19,1322,1324],{"id":1323},"automating-devops-pipelines-with-the-flowfuse-api","Automating DevOps Pipelines with the FlowFuse API",[12,1326,1327],{},"One of the most powerful features of the FlowFuse API is its ability to integrate directly with CI\u002FCD pipelines. This makes it possible to trigger builds, deployments, or pipeline stages automatically, either from scripts or directly within Node-RED flows, reducing manual effort and accelerating development cycles.",[12,1329,1330],{},"To trigger a pipeline stage, you will use the following endpoint:",[409,1332,1337],{"className":1333,"code":1335,"language":1336},[1334],"language-text","PUT \u002Fapi\u002Fv1\u002Fpipelines\u002F{pipelineId}\u002Fstages\u002F{stageId}\u002Fdeploy\n","text",[133,1338,1335],{"__ignoreMap":157},[12,1340,1341,1342,1345,1346,1349],{},"This requires two pieces of information: the ",[27,1343,1344],{},"pipeline ID"," and the ",[27,1347,1348],{},"stage ID",".\nBefore triggering a deployment, you first need to retrieve the list of pipelines for your application:",[409,1351,1354],{"className":1352,"code":1353,"language":1336},[1334],"GET \u002Fapi\u002Fv1\u002Fapplications\u002F{applicationId}\u002Fpipelines\n",[133,1355,1353],{"__ignoreMap":157},[12,1357,1358,1359,1362,1363,1365,1366,1369,1370,1373],{},"This request returns all pipelines for the given application, including their ",[27,1360,1361],{},"pipelineId"," and the stages associated with them. Once you identify the correct ",[27,1364,1361],{}," and ",[27,1367,1368],{},"stageId",", you can use them in the ",[133,1371,1372],{},"deploy"," request to trigger the stage automatically.",[99,1375,1377],{"id":1376},"api-steps","API Steps",[12,1379,1380],{},"Before triggering a stage, we first need to retrieve the pipeline details for the application. This will give us both the pipeline ID and the stage ID required for deployment.",[12,1382,1383],{},[27,1384,1385],{},"Step 1: Get Your Application ID",[87,1387,1388,1394,1400],{},[42,1389,1390,1391,61],{},"Navigate to your application in ",[27,1392,1393],{},"FlowFuse",[42,1395,228,1396,1399],{},[27,1397,1398],{},"Settings"," page.",[42,1401,1402,1403,1406],{},"Copy the ",[27,1404,1405],{},"Application ID"," (you will need this in later steps).",[12,1408,1409],{},[27,1410,1411],{},"Step 2: Retrieve Pipelines for an Application",[87,1413,1414,1419,1462,1477],{},[42,1415,340,1416,1418],{},[27,1417,343],{}," node to manually trigger the request.",[42,1420,1421,1422,1424,1425],{},"Add an ",[27,1423,329],{}," node and configure it as follows:",[39,1426,1427,1435,1453],{},[42,1428,1429,1432,1433],{},[27,1430,1431],{},"Method:"," ",[133,1434,360],{},[42,1436,1437,1440,1446,1448,1449,1452],{},[27,1438,1439],{},"URL:",[409,1441,1444],{"className":1442,"code":1443,"language":1336},[1334],"\u002Fapi\u002Fv1\u002Fapplications\u002F{applicationId}\u002Fpipelines\n",[133,1445,1443],{"__ignoreMap":157},[95,1447],{},"Replace ",[133,1450,1451],{},"{applicationId}"," with the actual Application ID you copied in Step 1.",[42,1454,1455,1458,1459,1461],{},[27,1456,1457],{},"Authentication:"," Enable ",[27,1460,376],{}," and set it to use your API token from the environment.",[42,1463,1464,1465,1467,1468,1470,1471,1473,1474,1476],{},"Connect the ",[27,1466,343],{}," node to the ",[27,1469,329],{}," node, and then connect the ",[27,1472,329],{}," node to a ",[27,1475,383],{}," node.",[42,1478,1479],{},"Deploy the flow and click the Inject button to retrieve the pipelines.",[12,1481,1482],{},[160,1483,1484,1485,61],{},"The response will return a list of pipelines, each containing a unique ",[27,1486,1361],{},[405,1488,1489],{":height":407},[409,1490,1492],{"className":411,"code":1491,"language":413,"meta":157,"style":157},"[{\"id\":\"7ad2c2d998c60b39\",\"type\":\"inject\",\"z\":\"5027784675bcf4ee\",\"name\":\"Get Pipelines\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":true,\"onceDelay\":0.1,\"topic\":\"\",\"x\":240,\"y\":480,\"wires\":[[\"dda168427fc847df\"]]},{\"id\":\"dda168427fc847df\",\"type\":\"http request\",\"z\":\"5027784675bcf4ee\",\"name\":\"\",\"method\":\"GET\",\"ret\":\"txt\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fapplications\u002F{applicationID}\u002Fpipelines\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"bearer\",\"senderr\":false,\"headers\":[],\"x\":430,\"y\":480,\"wires\":[[\"4a8c8520e2d33e37\"]]},{\"id\":\"4a8c8520e2d33e37\",\"type\":\"debug\",\"z\":\"5027784675bcf4ee\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":590,\"y\":480,\"wires\":[]}]\n",[133,1493,1494],{"__ignoreMap":157},[417,1495,1496,1498,1500,1502,1504,1506,1508,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1639,1641,1643,1645,1647,1649,1652,1654,1656,1658,1660,1662,1664,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729,1731,1733,1735,1737,1739,1741,1743,1745,1747,1749,1751,1753,1755,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,1783,1785,1787,1789,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2074,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097],{"class":419,"line":420},[417,1497,424],{"class":423},[417,1499,427],{"class":423},[417,1501,431],{"class":430},[417,1503,427],{"class":423},[417,1505,436],{"class":423},[417,1507,427],{"class":423},[417,1509,1510],{"class":441},"7ad2c2d998c60b39",[417,1512,427],{"class":423},[417,1514,447],{"class":423},[417,1516,427],{"class":423},[417,1518,452],{"class":430},[417,1520,427],{"class":423},[417,1522,436],{"class":423},[417,1524,427],{"class":423},[417,1526,461],{"class":441},[417,1528,427],{"class":423},[417,1530,447],{"class":423},[417,1532,427],{"class":423},[417,1534,470],{"class":430},[417,1536,427],{"class":423},[417,1538,436],{"class":423},[417,1540,427],{"class":423},[417,1542,479],{"class":441},[417,1544,427],{"class":423},[417,1546,447],{"class":423},[417,1548,427],{"class":423},[417,1550,488],{"class":430},[417,1552,427],{"class":423},[417,1554,436],{"class":423},[417,1556,427],{"class":423},[417,1558,1559],{"class":441},"Get Pipelines",[417,1561,427],{"class":423},[417,1563,447],{"class":423},[417,1565,427],{"class":423},[417,1567,506],{"class":430},[417,1569,427],{"class":423},[417,1571,511],{"class":423},[417,1573,427],{"class":423},[417,1575,516],{"class":430},[417,1577,427],{"class":423},[417,1579,436],{"class":423},[417,1581,523],{"class":423},[417,1583,447],{"class":423},[417,1585,427],{"class":423},[417,1587,530],{"class":430},[417,1589,427],{"class":423},[417,1591,436],{"class":423},[417,1593,523],{"class":423},[417,1595,447],{"class":423},[417,1597,427],{"class":423},[417,1599,543],{"class":430},[417,1601,427],{"class":423},[417,1603,953],{"class":423},[417,1605,427],{"class":423},[417,1607,553],{"class":430},[417,1609,427],{"class":423},[417,1611,436],{"class":423},[417,1613,561],{"class":560},[417,1615,447],{"class":423},[417,1617,427],{"class":423},[417,1619,568],{"class":430},[417,1621,427],{"class":423},[417,1623,436],{"class":423},[417,1625,523],{"class":423},[417,1627,447],{"class":423},[417,1629,427],{"class":423},[417,1631,581],{"class":430},[417,1633,427],{"class":423},[417,1635,436],{"class":423},[417,1637,1638],{"class":560},"240",[417,1640,447],{"class":423},[417,1642,427],{"class":423},[417,1644,595],{"class":430},[417,1646,427],{"class":423},[417,1648,436],{"class":423},[417,1650,1651],{"class":560},"480",[417,1653,447],{"class":423},[417,1655,427],{"class":423},[417,1657,609],{"class":430},[417,1659,427],{"class":423},[417,1661,614],{"class":423},[417,1663,427],{"class":423},[417,1665,1666],{"class":441},"dda168427fc847df",[417,1668,427],{"class":423},[417,1670,624],{"class":423},[417,1672,427],{"class":423},[417,1674,431],{"class":430},[417,1676,427],{"class":423},[417,1678,436],{"class":423},[417,1680,427],{"class":423},[417,1682,1666],{"class":441},[417,1684,427],{"class":423},[417,1686,447],{"class":423},[417,1688,427],{"class":423},[417,1690,452],{"class":430},[417,1692,427],{"class":423},[417,1694,436],{"class":423},[417,1696,427],{"class":423},[417,1698,653],{"class":441},[417,1700,427],{"class":423},[417,1702,447],{"class":423},[417,1704,427],{"class":423},[417,1706,470],{"class":430},[417,1708,427],{"class":423},[417,1710,436],{"class":423},[417,1712,427],{"class":423},[417,1714,479],{"class":441},[417,1716,427],{"class":423},[417,1718,447],{"class":423},[417,1720,427],{"class":423},[417,1722,488],{"class":430},[417,1724,427],{"class":423},[417,1726,436],{"class":423},[417,1728,523],{"class":423},[417,1730,447],{"class":423},[417,1732,427],{"class":423},[417,1734,690],{"class":430},[417,1736,427],{"class":423},[417,1738,436],{"class":423},[417,1740,427],{"class":423},[417,1742,360],{"class":441},[417,1744,427],{"class":423},[417,1746,447],{"class":423},[417,1748,427],{"class":423},[417,1750,707],{"class":430},[417,1752,427],{"class":423},[417,1754,436],{"class":423},[417,1756,427],{"class":423},[417,1758,716],{"class":441},[417,1760,427],{"class":423},[417,1762,447],{"class":423},[417,1764,427],{"class":423},[417,1766,725],{"class":430},[417,1768,427],{"class":423},[417,1770,436],{"class":423},[417,1772,427],{"class":423},[417,1774,734],{"class":441},[417,1776,427],{"class":423},[417,1778,447],{"class":423},[417,1780,427],{"class":423},[417,1782,743],{"class":430},[417,1784,427],{"class":423},[417,1786,436],{"class":423},[417,1788,427],{"class":423},[417,1790,1791],{"class":441},"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fapplications\u002F{applicationID}\u002Fpipelines",[417,1793,427],{"class":423},[417,1795,447],{"class":423},[417,1797,427],{"class":423},[417,1799,760],{"class":430},[417,1801,427],{"class":423},[417,1803,436],{"class":423},[417,1805,523],{"class":423},[417,1807,447],{"class":423},[417,1809,427],{"class":423},[417,1811,773],{"class":430},[417,1813,427],{"class":423},[417,1815,548],{"class":423},[417,1817,427],{"class":423},[417,1819,782],{"class":430},[417,1821,427],{"class":423},[417,1823,436],{"class":423},[417,1825,523],{"class":423},[417,1827,447],{"class":423},[417,1829,427],{"class":423},[417,1831,795],{"class":430},[417,1833,427],{"class":423},[417,1835,548],{"class":423},[417,1837,427],{"class":423},[417,1839,804],{"class":430},[417,1841,427],{"class":423},[417,1843,436],{"class":423},[417,1845,427],{"class":423},[417,1847,813],{"class":441},[417,1849,427],{"class":423},[417,1851,447],{"class":423},[417,1853,427],{"class":423},[417,1855,822],{"class":430},[417,1857,427],{"class":423},[417,1859,548],{"class":423},[417,1861,427],{"class":423},[417,1863,831],{"class":430},[417,1865,427],{"class":423},[417,1867,511],{"class":423},[417,1869,427],{"class":423},[417,1871,581],{"class":430},[417,1873,427],{"class":423},[417,1875,436],{"class":423},[417,1877,1878],{"class":560},"430",[417,1880,447],{"class":423},[417,1882,427],{"class":423},[417,1884,595],{"class":430},[417,1886,427],{"class":423},[417,1888,436],{"class":423},[417,1890,1651],{"class":560},[417,1892,447],{"class":423},[417,1894,427],{"class":423},[417,1896,609],{"class":430},[417,1898,427],{"class":423},[417,1900,614],{"class":423},[417,1902,427],{"class":423},[417,1904,1905],{"class":441},"4a8c8520e2d33e37",[417,1907,427],{"class":423},[417,1909,624],{"class":423},[417,1911,427],{"class":423},[417,1913,431],{"class":430},[417,1915,427],{"class":423},[417,1917,436],{"class":423},[417,1919,427],{"class":423},[417,1921,1905],{"class":441},[417,1923,427],{"class":423},[417,1925,447],{"class":423},[417,1927,427],{"class":423},[417,1929,452],{"class":430},[417,1931,427],{"class":423},[417,1933,436],{"class":423},[417,1935,427],{"class":423},[417,1937,906],{"class":441},[417,1939,427],{"class":423},[417,1941,447],{"class":423},[417,1943,427],{"class":423},[417,1945,470],{"class":430},[417,1947,427],{"class":423},[417,1949,436],{"class":423},[417,1951,427],{"class":423},[417,1953,479],{"class":441},[417,1955,427],{"class":423},[417,1957,447],{"class":423},[417,1959,427],{"class":423},[417,1961,488],{"class":430},[417,1963,427],{"class":423},[417,1965,436],{"class":423},[417,1967,427],{"class":423},[417,1969,939],{"class":441},[417,1971,427],{"class":423},[417,1973,447],{"class":423},[417,1975,427],{"class":423},[417,1977,948],{"class":430},[417,1979,427],{"class":423},[417,1981,953],{"class":423},[417,1983,427],{"class":423},[417,1985,958],{"class":430},[417,1987,427],{"class":423},[417,1989,953],{"class":423},[417,1991,427],{"class":423},[417,1993,967],{"class":430},[417,1995,427],{"class":423},[417,1997,548],{"class":423},[417,1999,427],{"class":423},[417,2001,976],{"class":430},[417,2003,427],{"class":423},[417,2005,548],{"class":423},[417,2007,427],{"class":423},[417,2009,985],{"class":430},[417,2011,427],{"class":423},[417,2013,436],{"class":423},[417,2015,427],{"class":423},[417,2017,994],{"class":441},[417,2019,427],{"class":423},[417,2021,447],{"class":423},[417,2023,427],{"class":423},[417,2025,1003],{"class":430},[417,2027,427],{"class":423},[417,2029,436],{"class":423},[417,2031,427],{"class":423},[417,2033,1012],{"class":441},[417,2035,427],{"class":423},[417,2037,447],{"class":423},[417,2039,427],{"class":423},[417,2041,1021],{"class":430},[417,2043,427],{"class":423},[417,2045,436],{"class":423},[417,2047,523],{"class":423},[417,2049,447],{"class":423},[417,2051,427],{"class":423},[417,2053,1034],{"class":430},[417,2055,427],{"class":423},[417,2057,436],{"class":423},[417,2059,427],{"class":423},[417,2061,1043],{"class":441},[417,2063,427],{"class":423},[417,2065,447],{"class":423},[417,2067,427],{"class":423},[417,2069,581],{"class":430},[417,2071,427],{"class":423},[417,2073,436],{"class":423},[417,2075,2076],{"class":560},"590",[417,2078,447],{"class":423},[417,2080,427],{"class":423},[417,2082,595],{"class":430},[417,2084,427],{"class":423},[417,2086,436],{"class":423},[417,2088,1651],{"class":560},[417,2090,447],{"class":423},[417,2092,427],{"class":423},[417,2094,609],{"class":430},[417,2096,427],{"class":423},[417,2098,1081],{"class":423},[12,2100,2101],{},[27,2102,2103],{},"Step 3: Identify the Stage",[87,2105,2106,2109],{},[42,2107,2108],{},"Review the pipeline details returned from Step 2.",[42,2110,2111,2112,1345,2114,2116],{},"Note the ",[27,2113,1361],{},[27,2115,1368],{}," of the stage you want to trigger.",[12,2118,2119],{},[27,2120,2121],{},"Step 4: Trigger the Stage Deployment",[12,2123,2124,2125,1365,2127,2129,2130,2133],{},"Once you have the ",[133,2126,1361],{},[133,2128,1368],{},", you can trigger the deployment stage with a ",[133,2131,2132],{},"PUT"," request.",[87,2135,2136,2142,2182,2188],{},[42,2137,2138,2139,2141],{},"Add another ",[27,2140,343],{}," node to trigger the deployment.",[42,2143,2144,2145,1424,2147],{},"Connect it to a new ",[27,2146,329],{},[39,2148,2149,2155,2174],{},[42,2150,2151,1432,2153],{},[27,2152,1431],{},[133,2154,2132],{},[42,2156,2157,2159,2165,1448,2167,1365,2170,2173],{},[27,2158,1439],{},[409,2160,2163],{"className":2161,"code":2162,"language":1336},[1334],"\u002Fapi\u002Fv1\u002Fpipelines\u002F{pipelineId}\u002Fstages\u002F{stageId}\u002Fdeploy\n",[133,2164,2162],{"__ignoreMap":157},[95,2166],{},[133,2168,2169],{},"{pipelineId}",[133,2171,2172],{},"{stageId}"," with the values from Step 3.",[42,2175,2176,2178,2179,2181],{},[27,2177,1457],{}," Use ",[27,2180,376],{}," with your API token.",[42,2183,2184,2185,2187],{},"Connect the HTTP Request node to a ",[27,2186,383],{}," node to view the response.",[42,2189,2190],{},"Deploy the flow and click Inject.",[12,2192,2193],{},"If successful, you will receive a JSON response confirming that the deployment stage has been triggered.",[409,2195,2197],{"className":411,"code":2196,"language":413,"meta":157,"style":157},"{\"status\":\"importing\"}\n",[133,2198,2199],{"__ignoreMap":157},[417,2200,2201,2204,2206,2209,2211,2213,2215,2218,2220],{"class":419,"line":420},[417,2202,2203],{"class":423},"{",[417,2205,427],{"class":423},[417,2207,2208],{"class":430},"status",[417,2210,427],{"class":423},[417,2212,436],{"class":423},[417,2214,427],{"class":423},[417,2216,2217],{"class":441},"importing",[417,2219,427],{"class":423},[417,2221,1320],{"class":423},[12,2223,2224],{},"The FlowFuse API allows you to deploy a specific stage of a pipeline. It does not automatically move to the next stage, but you can create a workflow that monitors the status of each stage and triggers the next one once the current stage is complete.\nIn the following flow, the development stage is deployed every day at 10 PM. After that, the workflow checks the status of the next stage, the staging instance, before proceeding.",[405,2226,2227],{":height":407},[409,2228,2230],{"className":411,"code":2229,"language":413,"meta":157,"style":157},"[{\"id\":\"1ab940eb2ef10760\",\"type\":\"http request\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Deploy Development Stage\",\"method\":\"PUT\",\"ret\":\"txt\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fpipelines\u002F{pipelineId}\u002Fstages\u002F{stageId}\u002Fdeploy\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"bearer\",\"senderr\":false,\"headers\":[],\"x\":380,\"y\":260,\"wires\":[[\"1c13b0d508913f6d\"]]},{\"id\":\"293221e2fafef9ff\",\"type\":\"http request\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Check Staging Instance Status\",\"method\":\"GET\",\"ret\":\"obj\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fprojects\u002F${instanceId}\u002Fstatus\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"bearer\",\"senderr\":false,\"headers\":[],\"x\":370,\"y\":380,\"wires\":[[\"24192bf21e52edd2\"]]},{\"id\":\"6f94bfb0d3198597\",\"type\":\"http request\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Deploy Staging Stage\",\"method\":\"PUT\",\"ret\":\"txt\",\"paytoqs\":\"ignore\",\"url\":\"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fpipelines\u002F{pipelineId}\u002Fstages\u002F{stageId}\u002Fdeploy\",\"tls\":\"\",\"persist\":false,\"proxy\":\"\",\"insecureHTTPParser\":false,\"authType\":\"bearer\",\"senderr\":false,\"headers\":[],\"x\":800,\"y\":380,\"wires\":[[\"b267c3b0ecbbf0bd\"]]},{\"id\":\"24192bf21e52edd2\",\"type\":\"switch\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Is Running?\",\"property\":\"payload.meta.state\",\"propertyType\":\"msg\",\"rules\":[{\"t\":\"eq\",\"v\":\"running\",\"vt\":\"str\"}],\"checkall\":\"true\",\"repair\":false,\"outputs\":1,\"x\":610,\"y\":380,\"wires\":[[\"6f94bfb0d3198597\",\"9cf7ccb7e740b39e\"]]},{\"id\":\"7ace2bed48a14cda\",\"type\":\"inject\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Trigger Pipeline\",\"props\":[],\"repeat\":\"\",\"crontab\":\"00 22 * * *\",\"once\":false,\"onceDelay\":\"30\",\"topic\":\"\",\"x\":240,\"y\":200,\"wires\":[[\"1ab940eb2ef10760\"]]},{\"id\":\"b267c3b0ecbbf0bd\",\"type\":\"debug\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":750,\"y\":440,\"wires\":[]},{\"id\":\"1c13b0d508913f6d\",\"type\":\"function\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"Wait for Stage Complete\",\"func\":\"\u002F\u002F Clear any existing interval or timeout from context\\nlet existingInterval = context.get(\\\"intervalId\\\");\\nlet existingTimeout = context.get(\\\"timeoutId\\\");\\n\\nif (existingInterval) {\\n    clearInterval(existingInterval);\\n    context.set(\\\"intervalId\\\", null);\\n}\\nif (existingTimeout) {\\n    clearTimeout(existingTimeout);\\n    context.set(\\\"timeoutId\\\", null);\\n}\\n\\n\u002F\u002F If state = \\\"running\\\", stop polling completely\\nif (msg.payload?.meta?.state === \\\"running\\\") {\\n    node.status({ fill: \\\"green\\\", shape: \\\"dot\\\", text: \\\"Stage running\\\" });\\n    return null; \u002F\u002F stop completely\\n}\\n\\n\u002F\u002F  send the first message immediately\\nnode.send(RED.util.cloneMessage(msg));\\n\\n\u002F\u002F Start polling interval (send msg every 2 seconds)\\nlet id = setInterval(() => {\\n    node.send(RED.util.cloneMessage(msg)); \u002F\u002F clone msg to avoid side effects\\n}, 2000);\\n\\n\u002F\u002F Auto-clear interval after 60 seconds to avoid leaks\\nlet timeoutId = setTimeout(() => {\\n    clearInterval(id);\\n    context.set(\\\"intervalId\\\", null);\\n    context.set(\\\"timeoutId\\\", null);\\n    node.status({ fill: \\\"red\\\", shape: \\\"dot\\\", text: \\\"Polling stopped (timeout)\\\" });\\n}, 60000);\\n\\n\u002F\u002F Save interval and timeout IDs in context\\ncontext.set(\\\"intervalId\\\", id);\\ncontext.set(\\\"timeoutId\\\", timeoutId);\\n\\n\u002F\u002F Update node status to indicate polling is active\\nnode.status({ fill: \\\"yellow\\\", shape: \\\"ring\\\", text: \\\"Polling...\\\" });\\n\\n\u002F\u002F Do not return any message immediately (already sent above)\\nreturn null;\\n\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":410,\"y\":320,\"wires\":[[\"293221e2fafef9ff\"]]},{\"id\":\"9cf7ccb7e740b39e\",\"type\":\"link out\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"link out 1\",\"mode\":\"link\",\"links\":[\"a58e64a12df0c55e\"],\"x\":725,\"y\":340,\"wires\":[]},{\"id\":\"a58e64a12df0c55e\",\"type\":\"link in\",\"z\":\"37326e20f2cf9fc5\",\"name\":\"link in 1\",\"links\":[\"9cf7ccb7e740b39e\"],\"x\":255,\"y\":320,\"wires\":[[\"1c13b0d508913f6d\"]]}]\n",[133,2231,2232],{"__ignoreMap":157},[417,2233,2234,2236,2238,2240,2242,2244,2246,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2282,2284,2286,2288,2290,2292,2294,2296,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2319,2321,2323,2325,2327,2329,2331,2333,2335,2337,2339,2341,2343,2345,2347,2349,2351,2353,2355,2357,2359,2361,2364,2366,2368,2370,2372,2374,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2451,2453,2455,2457,2459,2461,2464,2466,2468,2470,2472,2474,2476,2479,2481,2483,2485,2487,2489,2491,2493,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2540,2542,2545,2547,2549,2551,2553,2555,2557,2559,2561,2563,2565,2567,2569,2571,2573,2575,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2639,2641,2643,2645,2647,2649,2651,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2698,2700,2702,2704,2706,2708,2710,2712,2714,2716,2718,2720,2722,2725,2727,2729,2731,2733,2735,2737,2739,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2762,2764,2766,2768,2770,2772,2774,2776,2778,2780,2782,2784,2786,2788,2791,2793,2795,2797,2799,2801,2803,2805,2807,2809,2811,2813,2815,2817,2819,2821,2823,2825,2827,2829,2831,2833,2835,2837,2839,2841,2843,2845,2847,2849,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2942,2944,2946,2948,2950,2952,2954,2956,2958,2960,2962,2964,2966,2969,2971,2973,2975,2977,2979,2981,2983,2985,2987,2989,2991,2993,2995,2997,2999,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3035,3037,3039,3041,3044,3046,3048,3050,3053,3055,3057,3059,3062,3064,3066,3068,3070,3072,3074,3076,3079,3081,3084,3086,3090,3092,3094,3096,3099,3101,3103,3105,3108,3110,3112,3114,3117,3119,3121,3123,3126,3128,3130,3132,3135,3137,3140,3142,3145,3147,3149,3151,3154,3156,3158,3160,3163,3165,3167,3169,3172,3174,3176,3179,3181,3183,3185,3187,3189,3192,3194,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3227,3229,3231,3233,3235,3237,3239,3241,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3293,3295,3297,3299,3301,3303,3305,3307,3309,3311,3313,3315,3317,3319,3321,3323,3325,3327,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3355,3357,3359,3361,3363,3365,3367,3369,3371,3373,3375,3377,3379,3381,3383,3385,3387,3389,3391,3394,3396,3398,3400,3402,3404,3406,3408,3410,3412,3414,3416,3418,3420,3422,3424,3426,3428,3430,3432,3434,3436,3438,3440,3442,3444,3446,3448,3450,3452,3454,3456,3458,3460,3462,3464,3466,3468,3470,3472,3474,3476,3478,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3510,3512,3514,3516,3518,3520,3522,3524,3526,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3568,3570,3572,3574,3576,3579,3581,3583,3585,3587,3589,3592,3594,3596,3598,3600,3603,3605,3607,3609,3611,3613,3615,3617,3619,3621,3623,3625,3627,3629,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3665,3667,3669,3671,3674,3676,3678,3680,3683,3687,3690,3693,3696,3698,3701,3703,3706,3708,3711,3713,3715,3718,3721,3723,3726,3728,3731,3733,3735,3737,3740,3742,3745,3747,3750,3752,3755,3757,3759,3761,3763,3765,3767,3769,3771,3773,3776,3778,3780,3782,3785,3787,3790,3792,3794,3796,3799,3801,3804,3806,3809,3811,3814,3816,3819,3821,3824,3826,3829,3831,3834,3836,3839,3841,3843,3845,3848,3850,3853,3855,3858,3860,3863,3865,3868,3870,3873,3875,3878,3880,3883,3885,3888,3890,3892,3894,3896,3898,3900,3902,3904,3906,3908,3910,3912,3914,3916,3918,3921,3923,3925,3927,3929,3931,3933,3935,3938,3940,3942,3944,3947,3949,3952,3954,3957,3959,3961,3963,3966,3968,3970,3972,3974,3976,3979,3981,3984,3986,3989,3991,3994,3996,3998,4000,4003,4005,4007,4009,4012,4014,4016,4018,4021,4023,4026,4028,4030,4032,4034,4036,4038,4040,4042,4044,4046,4049,4051,4053,4056,4058,4060,4063,4065,4067,4069,4071,4073,4076,4078,4080,4082,4084,4086,4089,4091,4093,4095,4097,4099,4102,4104,4106,4108,4110,4112,4114,4117,4119,4121,4123,4125,4127,4130,4132,4134,4136,4138,4140,4142,4144,4146,4148,4150,4152,4154,4156,4158,4160,4162,4164,4166,4168,4170,4172,4174,4177,4179,4181,4183,4185,4187,4189,4191,4193,4195,4197,4199,4201,4203,4205,4207,4210,4212,4214,4216,4219,4221,4223,4225,4228,4230,4232,4234,4237,4239,4242,4244,4247,4249,4252,4254,4256,4258,4260,4263,4265,4267,4269,4271,4273,4276,4278,4280,4282,4284,4286,4288,4290,4292,4294,4296,4298,4300,4302,4304,4306,4308,4310,4312,4315,4317,4319,4321,4323,4325,4327,4329,4331,4333,4335,4337,4339,4341,4343,4345,4348,4350,4352,4354,4356,4358,4360,4362,4364,4366,4368,4370,4372,4374,4376,4379,4381,4383,4385,4387,4389,4391,4393,4395,4397,4399,4401,4403,4405,4407],{"class":419,"line":420},[417,2235,424],{"class":423},[417,2237,427],{"class":423},[417,2239,431],{"class":430},[417,2241,427],{"class":423},[417,2243,436],{"class":423},[417,2245,427],{"class":423},[417,2247,2248],{"class":441},"1ab940eb2ef10760",[417,2250,427],{"class":423},[417,2252,447],{"class":423},[417,2254,427],{"class":423},[417,2256,452],{"class":430},[417,2258,427],{"class":423},[417,2260,436],{"class":423},[417,2262,427],{"class":423},[417,2264,653],{"class":441},[417,2266,427],{"class":423},[417,2268,447],{"class":423},[417,2270,427],{"class":423},[417,2272,470],{"class":430},[417,2274,427],{"class":423},[417,2276,436],{"class":423},[417,2278,427],{"class":423},[417,2280,2281],{"class":441},"37326e20f2cf9fc5",[417,2283,427],{"class":423},[417,2285,447],{"class":423},[417,2287,427],{"class":423},[417,2289,488],{"class":430},[417,2291,427],{"class":423},[417,2293,436],{"class":423},[417,2295,427],{"class":423},[417,2297,2298],{"class":441},"Deploy Development Stage",[417,2300,427],{"class":423},[417,2302,447],{"class":423},[417,2304,427],{"class":423},[417,2306,690],{"class":430},[417,2308,427],{"class":423},[417,2310,436],{"class":423},[417,2312,427],{"class":423},[417,2314,2132],{"class":441},[417,2316,427],{"class":423},[417,2318,447],{"class":423},[417,2320,427],{"class":423},[417,2322,707],{"class":430},[417,2324,427],{"class":423},[417,2326,436],{"class":423},[417,2328,427],{"class":423},[417,2330,716],{"class":441},[417,2332,427],{"class":423},[417,2334,447],{"class":423},[417,2336,427],{"class":423},[417,2338,725],{"class":430},[417,2340,427],{"class":423},[417,2342,436],{"class":423},[417,2344,427],{"class":423},[417,2346,734],{"class":441},[417,2348,427],{"class":423},[417,2350,447],{"class":423},[417,2352,427],{"class":423},[417,2354,743],{"class":430},[417,2356,427],{"class":423},[417,2358,436],{"class":423},[417,2360,427],{"class":423},[417,2362,2363],{"class":441},"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fpipelines\u002F{pipelineId}\u002Fstages\u002F{stageId}\u002Fdeploy",[417,2365,427],{"class":423},[417,2367,447],{"class":423},[417,2369,427],{"class":423},[417,2371,760],{"class":430},[417,2373,427],{"class":423},[417,2375,436],{"class":423},[417,2377,523],{"class":423},[417,2379,447],{"class":423},[417,2381,427],{"class":423},[417,2383,773],{"class":430},[417,2385,427],{"class":423},[417,2387,548],{"class":423},[417,2389,427],{"class":423},[417,2391,782],{"class":430},[417,2393,427],{"class":423},[417,2395,436],{"class":423},[417,2397,523],{"class":423},[417,2399,447],{"class":423},[417,2401,427],{"class":423},[417,2403,795],{"class":430},[417,2405,427],{"class":423},[417,2407,548],{"class":423},[417,2409,427],{"class":423},[417,2411,804],{"class":430},[417,2413,427],{"class":423},[417,2415,436],{"class":423},[417,2417,427],{"class":423},[417,2419,813],{"class":441},[417,2421,427],{"class":423},[417,2423,447],{"class":423},[417,2425,427],{"class":423},[417,2427,822],{"class":430},[417,2429,427],{"class":423},[417,2431,548],{"class":423},[417,2433,427],{"class":423},[417,2435,831],{"class":430},[417,2437,427],{"class":423},[417,2439,511],{"class":423},[417,2441,427],{"class":423},[417,2443,581],{"class":430},[417,2445,427],{"class":423},[417,2447,436],{"class":423},[417,2449,2450],{"class":560},"380",[417,2452,447],{"class":423},[417,2454,427],{"class":423},[417,2456,595],{"class":430},[417,2458,427],{"class":423},[417,2460,436],{"class":423},[417,2462,2463],{"class":560},"260",[417,2465,447],{"class":423},[417,2467,427],{"class":423},[417,2469,609],{"class":430},[417,2471,427],{"class":423},[417,2473,614],{"class":423},[417,2475,427],{"class":423},[417,2477,2478],{"class":441},"1c13b0d508913f6d",[417,2480,427],{"class":423},[417,2482,624],{"class":423},[417,2484,427],{"class":423},[417,2486,431],{"class":430},[417,2488,427],{"class":423},[417,2490,436],{"class":423},[417,2492,427],{"class":423},[417,2494,2495],{"class":441},"293221e2fafef9ff",[417,2497,427],{"class":423},[417,2499,447],{"class":423},[417,2501,427],{"class":423},[417,2503,452],{"class":430},[417,2505,427],{"class":423},[417,2507,436],{"class":423},[417,2509,427],{"class":423},[417,2511,653],{"class":441},[417,2513,427],{"class":423},[417,2515,447],{"class":423},[417,2517,427],{"class":423},[417,2519,470],{"class":430},[417,2521,427],{"class":423},[417,2523,436],{"class":423},[417,2525,427],{"class":423},[417,2527,2281],{"class":441},[417,2529,427],{"class":423},[417,2531,447],{"class":423},[417,2533,427],{"class":423},[417,2535,488],{"class":430},[417,2537,427],{"class":423},[417,2539,436],{"class":423},[417,2541,427],{"class":423},[417,2543,2544],{"class":441},"Check Staging Instance Status",[417,2546,427],{"class":423},[417,2548,447],{"class":423},[417,2550,427],{"class":423},[417,2552,690],{"class":430},[417,2554,427],{"class":423},[417,2556,436],{"class":423},[417,2558,427],{"class":423},[417,2560,360],{"class":441},[417,2562,427],{"class":423},[417,2564,447],{"class":423},[417,2566,427],{"class":423},[417,2568,707],{"class":430},[417,2570,427],{"class":423},[417,2572,436],{"class":423},[417,2574,427],{"class":423},[417,2576,2577],{"class":441},"obj",[417,2579,427],{"class":423},[417,2581,447],{"class":423},[417,2583,427],{"class":423},[417,2585,725],{"class":430},[417,2587,427],{"class":423},[417,2589,436],{"class":423},[417,2591,427],{"class":423},[417,2593,734],{"class":441},[417,2595,427],{"class":423},[417,2597,447],{"class":423},[417,2599,427],{"class":423},[417,2601,743],{"class":430},[417,2603,427],{"class":423},[417,2605,436],{"class":423},[417,2607,427],{"class":423},[417,2609,2610],{"class":441},"https:\u002F\u002Fapp.flowfuse.com\u002Fapi\u002Fv1\u002Fprojects\u002F${instanceId}\u002Fstatus",[417,2612,427],{"class":423},[417,2614,447],{"class":423},[417,2616,427],{"class":423},[417,2618,760],{"class":430},[417,2620,427],{"class":423},[417,2622,436],{"class":423},[417,2624,523],{"class":423},[417,2626,447],{"class":423},[417,2628,427],{"class":423},[417,2630,773],{"class":430},[417,2632,427],{"class":423},[417,2634,548],{"class":423},[417,2636,427],{"class":423},[417,2638,782],{"class":430},[417,2640,427],{"class":423},[417,2642,436],{"class":423},[417,2644,523],{"class":423},[417,2646,447],{"class":423},[417,2648,427],{"class":423},[417,2650,795],{"class":430},[417,2652,427],{"class":423},[417,2654,548],{"class":423},[417,2656,427],{"class":423},[417,2658,804],{"class":430},[417,2660,427],{"class":423},[417,2662,436],{"class":423},[417,2664,427],{"class":423},[417,2666,813],{"class":441},[417,2668,427],{"class":423},[417,2670,447],{"class":423},[417,2672,427],{"class":423},[417,2674,822],{"class":430},[417,2676,427],{"class":423},[417,2678,548],{"class":423},[417,2680,427],{"class":423},[417,2682,831],{"class":430},[417,2684,427],{"class":423},[417,2686,511],{"class":423},[417,2688,427],{"class":423},[417,2690,581],{"class":430},[417,2692,427],{"class":423},[417,2694,436],{"class":423},[417,2696,2697],{"class":560},"370",[417,2699,447],{"class":423},[417,2701,427],{"class":423},[417,2703,595],{"class":430},[417,2705,427],{"class":423},[417,2707,436],{"class":423},[417,2709,2450],{"class":560},[417,2711,447],{"class":423},[417,2713,427],{"class":423},[417,2715,609],{"class":430},[417,2717,427],{"class":423},[417,2719,614],{"class":423},[417,2721,427],{"class":423},[417,2723,2724],{"class":441},"24192bf21e52edd2",[417,2726,427],{"class":423},[417,2728,624],{"class":423},[417,2730,427],{"class":423},[417,2732,431],{"class":430},[417,2734,427],{"class":423},[417,2736,436],{"class":423},[417,2738,427],{"class":423},[417,2740,2741],{"class":441},"6f94bfb0d3198597",[417,2743,427],{"class":423},[417,2745,447],{"class":423},[417,2747,427],{"class":423},[417,2749,452],{"class":430},[417,2751,427],{"class":423},[417,2753,436],{"class":423},[417,2755,427],{"class":423},[417,2757,653],{"class":441},[417,2759,427],{"class":423},[417,2761,447],{"class":423},[417,2763,427],{"class":423},[417,2765,470],{"class":430},[417,2767,427],{"class":423},[417,2769,436],{"class":423},[417,2771,427],{"class":423},[417,2773,2281],{"class":441},[417,2775,427],{"class":423},[417,2777,447],{"class":423},[417,2779,427],{"class":423},[417,2781,488],{"class":430},[417,2783,427],{"class":423},[417,2785,436],{"class":423},[417,2787,427],{"class":423},[417,2789,2790],{"class":441},"Deploy Staging Stage",[417,2792,427],{"class":423},[417,2794,447],{"class":423},[417,2796,427],{"class":423},[417,2798,690],{"class":430},[417,2800,427],{"class":423},[417,2802,436],{"class":423},[417,2804,427],{"class":423},[417,2806,2132],{"class":441},[417,2808,427],{"class":423},[417,2810,447],{"class":423},[417,2812,427],{"class":423},[417,2814,707],{"class":430},[417,2816,427],{"class":423},[417,2818,436],{"class":423},[417,2820,427],{"class":423},[417,2822,716],{"class":441},[417,2824,427],{"class":423},[417,2826,447],{"class":423},[417,2828,427],{"class":423},[417,2830,725],{"class":430},[417,2832,427],{"class":423},[417,2834,436],{"class":423},[417,2836,427],{"class":423},[417,2838,734],{"class":441},[417,2840,427],{"class":423},[417,2842,447],{"class":423},[417,2844,427],{"class":423},[417,2846,743],{"class":430},[417,2848,427],{"class":423},[417,2850,436],{"class":423},[417,2852,427],{"class":423},[417,2854,2363],{"class":441},[417,2856,427],{"class":423},[417,2858,447],{"class":423},[417,2860,427],{"class":423},[417,2862,760],{"class":430},[417,2864,427],{"class":423},[417,2866,436],{"class":423},[417,2868,523],{"class":423},[417,2870,447],{"class":423},[417,2872,427],{"class":423},[417,2874,773],{"class":430},[417,2876,427],{"class":423},[417,2878,548],{"class":423},[417,2880,427],{"class":423},[417,2882,782],{"class":430},[417,2884,427],{"class":423},[417,2886,436],{"class":423},[417,2888,523],{"class":423},[417,2890,447],{"class":423},[417,2892,427],{"class":423},[417,2894,795],{"class":430},[417,2896,427],{"class":423},[417,2898,548],{"class":423},[417,2900,427],{"class":423},[417,2902,804],{"class":430},[417,2904,427],{"class":423},[417,2906,436],{"class":423},[417,2908,427],{"class":423},[417,2910,813],{"class":441},[417,2912,427],{"class":423},[417,2914,447],{"class":423},[417,2916,427],{"class":423},[417,2918,822],{"class":430},[417,2920,427],{"class":423},[417,2922,548],{"class":423},[417,2924,427],{"class":423},[417,2926,831],{"class":430},[417,2928,427],{"class":423},[417,2930,511],{"class":423},[417,2932,427],{"class":423},[417,2934,581],{"class":430},[417,2936,427],{"class":423},[417,2938,436],{"class":423},[417,2940,2941],{"class":560},"800",[417,2943,447],{"class":423},[417,2945,427],{"class":423},[417,2947,595],{"class":430},[417,2949,427],{"class":423},[417,2951,436],{"class":423},[417,2953,2450],{"class":560},[417,2955,447],{"class":423},[417,2957,427],{"class":423},[417,2959,609],{"class":430},[417,2961,427],{"class":423},[417,2963,614],{"class":423},[417,2965,427],{"class":423},[417,2967,2968],{"class":441},"b267c3b0ecbbf0bd",[417,2970,427],{"class":423},[417,2972,624],{"class":423},[417,2974,427],{"class":423},[417,2976,431],{"class":430},[417,2978,427],{"class":423},[417,2980,436],{"class":423},[417,2982,427],{"class":423},[417,2984,2724],{"class":441},[417,2986,427],{"class":423},[417,2988,447],{"class":423},[417,2990,427],{"class":423},[417,2992,452],{"class":430},[417,2994,427],{"class":423},[417,2996,436],{"class":423},[417,2998,427],{"class":423},[417,3000,3001],{"class":441},"switch",[417,3003,427],{"class":423},[417,3005,447],{"class":423},[417,3007,427],{"class":423},[417,3009,470],{"class":430},[417,3011,427],{"class":423},[417,3013,436],{"class":423},[417,3015,427],{"class":423},[417,3017,2281],{"class":441},[417,3019,427],{"class":423},[417,3021,447],{"class":423},[417,3023,427],{"class":423},[417,3025,488],{"class":430},[417,3027,427],{"class":423},[417,3029,436],{"class":423},[417,3031,427],{"class":423},[417,3033,3034],{"class":441},"Is Running?",[417,3036,427],{"class":423},[417,3038,447],{"class":423},[417,3040,427],{"class":423},[417,3042,3043],{"class":430},"property",[417,3045,427],{"class":423},[417,3047,436],{"class":423},[417,3049,427],{"class":423},[417,3051,3052],{"class":441},"payload.meta.state",[417,3054,427],{"class":423},[417,3056,447],{"class":423},[417,3058,427],{"class":423},[417,3060,3061],{"class":430},"propertyType",[417,3063,427],{"class":423},[417,3065,436],{"class":423},[417,3067,427],{"class":423},[417,3069,1012],{"class":441},[417,3071,427],{"class":423},[417,3073,447],{"class":423},[417,3075,427],{"class":423},[417,3077,3078],{"class":430},"rules",[417,3080,427],{"class":423},[417,3082,3083],{"class":423},":[{",[417,3085,427],{"class":423},[417,3087,3089],{"class":3088},"sBMFI","t",[417,3091,427],{"class":423},[417,3093,436],{"class":423},[417,3095,427],{"class":423},[417,3097,3098],{"class":441},"eq",[417,3100,427],{"class":423},[417,3102,447],{"class":423},[417,3104,427],{"class":423},[417,3106,3107],{"class":3088},"v",[417,3109,427],{"class":423},[417,3111,436],{"class":423},[417,3113,427],{"class":423},[417,3115,3116],{"class":441},"running",[417,3118,427],{"class":423},[417,3120,447],{"class":423},[417,3122,427],{"class":423},[417,3124,3125],{"class":3088},"vt",[417,3127,427],{"class":423},[417,3129,436],{"class":423},[417,3131,427],{"class":423},[417,3133,3134],{"class":441},"str",[417,3136,427],{"class":423},[417,3138,3139],{"class":423},"}],",[417,3141,427],{"class":423},[417,3143,3144],{"class":430},"checkall",[417,3146,427],{"class":423},[417,3148,436],{"class":423},[417,3150,427],{"class":423},[417,3152,3153],{"class":441},"true",[417,3155,427],{"class":423},[417,3157,447],{"class":423},[417,3159,427],{"class":423},[417,3161,3162],{"class":430},"repair",[417,3164,427],{"class":423},[417,3166,548],{"class":423},[417,3168,427],{"class":423},[417,3170,3171],{"class":430},"outputs",[417,3173,427],{"class":423},[417,3175,436],{"class":423},[417,3177,3178],{"class":560},"1",[417,3180,447],{"class":423},[417,3182,427],{"class":423},[417,3184,581],{"class":430},[417,3186,427],{"class":423},[417,3188,436],{"class":423},[417,3190,3191],{"class":560},"610",[417,3193,447],{"class":423},[417,3195,427],{"class":423},[417,3197,595],{"class":430},[417,3199,427],{"class":423},[417,3201,436],{"class":423},[417,3203,2450],{"class":560},[417,3205,447],{"class":423},[417,3207,427],{"class":423},[417,3209,609],{"class":430},[417,3211,427],{"class":423},[417,3213,614],{"class":423},[417,3215,427],{"class":423},[417,3217,2741],{"class":441},[417,3219,427],{"class":423},[417,3221,447],{"class":423},[417,3223,427],{"class":423},[417,3225,3226],{"class":441},"9cf7ccb7e740b39e",[417,3228,427],{"class":423},[417,3230,624],{"class":423},[417,3232,427],{"class":423},[417,3234,431],{"class":430},[417,3236,427],{"class":423},[417,3238,436],{"class":423},[417,3240,427],{"class":423},[417,3242,3243],{"class":441},"7ace2bed48a14cda",[417,3245,427],{"class":423},[417,3247,447],{"class":423},[417,3249,427],{"class":423},[417,3251,452],{"class":430},[417,3253,427],{"class":423},[417,3255,436],{"class":423},[417,3257,427],{"class":423},[417,3259,461],{"class":441},[417,3261,427],{"class":423},[417,3263,447],{"class":423},[417,3265,427],{"class":423},[417,3267,470],{"class":430},[417,3269,427],{"class":423},[417,3271,436],{"class":423},[417,3273,427],{"class":423},[417,3275,2281],{"class":441},[417,3277,427],{"class":423},[417,3279,447],{"class":423},[417,3281,427],{"class":423},[417,3283,488],{"class":430},[417,3285,427],{"class":423},[417,3287,436],{"class":423},[417,3289,427],{"class":423},[417,3291,3292],{"class":441},"Trigger Pipeline",[417,3294,427],{"class":423},[417,3296,447],{"class":423},[417,3298,427],{"class":423},[417,3300,506],{"class":430},[417,3302,427],{"class":423},[417,3304,511],{"class":423},[417,3306,427],{"class":423},[417,3308,516],{"class":430},[417,3310,427],{"class":423},[417,3312,436],{"class":423},[417,3314,523],{"class":423},[417,3316,447],{"class":423},[417,3318,427],{"class":423},[417,3320,530],{"class":430},[417,3322,427],{"class":423},[417,3324,436],{"class":423},[417,3326,427],{"class":423},[417,3328,3329],{"class":441},"00 22 * * *",[417,3331,427],{"class":423},[417,3333,447],{"class":423},[417,3335,427],{"class":423},[417,3337,543],{"class":430},[417,3339,427],{"class":423},[417,3341,548],{"class":423},[417,3343,427],{"class":423},[417,3345,553],{"class":430},[417,3347,427],{"class":423},[417,3349,436],{"class":423},[417,3351,427],{"class":423},[417,3353,3354],{"class":441},"30",[417,3356,427],{"class":423},[417,3358,447],{"class":423},[417,3360,427],{"class":423},[417,3362,568],{"class":430},[417,3364,427],{"class":423},[417,3366,436],{"class":423},[417,3368,523],{"class":423},[417,3370,447],{"class":423},[417,3372,427],{"class":423},[417,3374,581],{"class":430},[417,3376,427],{"class":423},[417,3378,436],{"class":423},[417,3380,1638],{"class":560},[417,3382,447],{"class":423},[417,3384,427],{"class":423},[417,3386,595],{"class":430},[417,3388,427],{"class":423},[417,3390,436],{"class":423},[417,3392,3393],{"class":560},"200",[417,3395,447],{"class":423},[417,3397,427],{"class":423},[417,3399,609],{"class":430},[417,3401,427],{"class":423},[417,3403,614],{"class":423},[417,3405,427],{"class":423},[417,3407,2248],{"class":441},[417,3409,427],{"class":423},[417,3411,624],{"class":423},[417,3413,427],{"class":423},[417,3415,431],{"class":430},[417,3417,427],{"class":423},[417,3419,436],{"class":423},[417,3421,427],{"class":423},[417,3423,2968],{"class":441},[417,3425,427],{"class":423},[417,3427,447],{"class":423},[417,3429,427],{"class":423},[417,3431,452],{"class":430},[417,3433,427],{"class":423},[417,3435,436],{"class":423},[417,3437,427],{"class":423},[417,3439,906],{"class":441},[417,3441,427],{"class":423},[417,3443,447],{"class":423},[417,3445,427],{"class":423},[417,3447,470],{"class":430},[417,3449,427],{"class":423},[417,3451,436],{"class":423},[417,3453,427],{"class":423},[417,3455,2281],{"class":441},[417,3457,427],{"class":423},[417,3459,447],{"class":423},[417,3461,427],{"class":423},[417,3463,488],{"class":430},[417,3465,427],{"class":423},[417,3467,436],{"class":423},[417,3469,427],{"class":423},[417,3471,939],{"class":441},[417,3473,427],{"class":423},[417,3475,447],{"class":423},[417,3477,427],{"class":423},[417,3479,948],{"class":430},[417,3481,427],{"class":423},[417,3483,953],{"class":423},[417,3485,427],{"class":423},[417,3487,958],{"class":430},[417,3489,427],{"class":423},[417,3491,953],{"class":423},[417,3493,427],{"class":423},[417,3495,967],{"class":430},[417,3497,427],{"class":423},[417,3499,548],{"class":423},[417,3501,427],{"class":423},[417,3503,976],{"class":430},[417,3505,427],{"class":423},[417,3507,548],{"class":423},[417,3509,427],{"class":423},[417,3511,985],{"class":430},[417,3513,427],{"class":423},[417,3515,436],{"class":423},[417,3517,427],{"class":423},[417,3519,994],{"class":441},[417,3521,427],{"class":423},[417,3523,447],{"class":423},[417,3525,427],{"class":423},[417,3527,1003],{"class":430},[417,3529,427],{"class":423},[417,3531,436],{"class":423},[417,3533,427],{"class":423},[417,3535,1012],{"class":441},[417,3537,427],{"class":423},[417,3539,447],{"class":423},[417,3541,427],{"class":423},[417,3543,1021],{"class":430},[417,3545,427],{"class":423},[417,3547,436],{"class":423},[417,3549,523],{"class":423},[417,3551,447],{"class":423},[417,3553,427],{"class":423},[417,3555,1034],{"class":430},[417,3557,427],{"class":423},[417,3559,436],{"class":423},[417,3561,427],{"class":423},[417,3563,1043],{"class":441},[417,3565,427],{"class":423},[417,3567,447],{"class":423},[417,3569,427],{"class":423},[417,3571,581],{"class":430},[417,3573,427],{"class":423},[417,3575,436],{"class":423},[417,3577,3578],{"class":560},"750",[417,3580,447],{"class":423},[417,3582,427],{"class":423},[417,3584,595],{"class":430},[417,3586,427],{"class":423},[417,3588,436],{"class":423},[417,3590,3591],{"class":560},"440",[417,3593,447],{"class":423},[417,3595,427],{"class":423},[417,3597,609],{"class":430},[417,3599,427],{"class":423},[417,3601,3602],{"class":423},":[]},{",[417,3604,427],{"class":423},[417,3606,431],{"class":430},[417,3608,427],{"class":423},[417,3610,436],{"class":423},[417,3612,427],{"class":423},[417,3614,2478],{"class":441},[417,3616,427],{"class":423},[417,3618,447],{"class":423},[417,3620,427],{"class":423},[417,3622,452],{"class":430},[417,3624,427],{"class":423},[417,3626,436],{"class":423},[417,3628,427],{"class":423},[417,3630,3631],{"class":441},"function",[417,3633,427],{"class":423},[417,3635,447],{"class":423},[417,3637,427],{"class":423},[417,3639,470],{"class":430},[417,3641,427],{"class":423},[417,3643,436],{"class":423},[417,3645,427],{"class":423},[417,3647,2281],{"class":441},[417,3649,427],{"class":423},[417,3651,447],{"class":423},[417,3653,427],{"class":423},[417,3655,488],{"class":430},[417,3657,427],{"class":423},[417,3659,436],{"class":423},[417,3661,427],{"class":423},[417,3663,3664],{"class":441},"Wait for Stage Complete",[417,3666,427],{"class":423},[417,3668,447],{"class":423},[417,3670,427],{"class":423},[417,3672,3673],{"class":430},"func",[417,3675,427],{"class":423},[417,3677,436],{"class":423},[417,3679,427],{"class":423},[417,3681,3682],{"class":441},"\u002F\u002F Clear any existing interval or timeout from context",[417,3684,3686],{"class":3685},"sTEyZ","\\n",[417,3688,3689],{"class":441},"let existingInterval = context.get(",[417,3691,3692],{"class":3685},"\\\"",[417,3694,3695],{"class":441},"intervalId",[417,3697,3692],{"class":3685},[417,3699,3700],{"class":441},");",[417,3702,3686],{"class":3685},[417,3704,3705],{"class":441},"let existingTimeout = context.get(",[417,3707,3692],{"class":3685},[417,3709,3710],{"class":441},"timeoutId",[417,3712,3692],{"class":3685},[417,3714,3700],{"class":441},[417,3716,3717],{"class":3685},"\\n\\n",[417,3719,3720],{"class":441},"if (existingInterval) {",[417,3722,3686],{"class":3685},[417,3724,3725],{"class":441},"    clearInterval(existingInterval);",[417,3727,3686],{"class":3685},[417,3729,3730],{"class":441},"    context.set(",[417,3732,3692],{"class":3685},[417,3734,3695],{"class":441},[417,3736,3692],{"class":3685},[417,3738,3739],{"class":441},", null);",[417,3741,3686],{"class":3685},[417,3743,3744],{"class":441},"}",[417,3746,3686],{"class":3685},[417,3748,3749],{"class":441},"if (existingTimeout) {",[417,3751,3686],{"class":3685},[417,3753,3754],{"class":441},"    clearTimeout(existingTimeout);",[417,3756,3686],{"class":3685},[417,3758,3730],{"class":441},[417,3760,3692],{"class":3685},[417,3762,3710],{"class":441},[417,3764,3692],{"class":3685},[417,3766,3739],{"class":441},[417,3768,3686],{"class":3685},[417,3770,3744],{"class":441},[417,3772,3717],{"class":3685},[417,3774,3775],{"class":441},"\u002F\u002F If state = ",[417,3777,3692],{"class":3685},[417,3779,3116],{"class":441},[417,3781,3692],{"class":3685},[417,3783,3784],{"class":441},", stop polling completely",[417,3786,3686],{"class":3685},[417,3788,3789],{"class":441},"if (msg.payload?.meta?.state === ",[417,3791,3692],{"class":3685},[417,3793,3116],{"class":441},[417,3795,3692],{"class":3685},[417,3797,3798],{"class":441},") {",[417,3800,3686],{"class":3685},[417,3802,3803],{"class":441},"    node.status({ fill: ",[417,3805,3692],{"class":3685},[417,3807,3808],{"class":441},"green",[417,3810,3692],{"class":3685},[417,3812,3813],{"class":441},", shape: ",[417,3815,3692],{"class":3685},[417,3817,3818],{"class":441},"dot",[417,3820,3692],{"class":3685},[417,3822,3823],{"class":441},", text: ",[417,3825,3692],{"class":3685},[417,3827,3828],{"class":441},"Stage running",[417,3830,3692],{"class":3685},[417,3832,3833],{"class":441}," });",[417,3835,3686],{"class":3685},[417,3837,3838],{"class":441},"    return null; \u002F\u002F stop completely",[417,3840,3686],{"class":3685},[417,3842,3744],{"class":441},[417,3844,3717],{"class":3685},[417,3846,3847],{"class":441},"\u002F\u002F  send the first message immediately",[417,3849,3686],{"class":3685},[417,3851,3852],{"class":441},"node.send(RED.util.cloneMessage(msg));",[417,3854,3717],{"class":3685},[417,3856,3857],{"class":441},"\u002F\u002F Start polling interval (send msg every 2 seconds)",[417,3859,3686],{"class":3685},[417,3861,3862],{"class":441},"let id = setInterval(() => {",[417,3864,3686],{"class":3685},[417,3866,3867],{"class":441},"    node.send(RED.util.cloneMessage(msg)); \u002F\u002F clone msg to avoid side effects",[417,3869,3686],{"class":3685},[417,3871,3872],{"class":441},"}, 2000);",[417,3874,3717],{"class":3685},[417,3876,3877],{"class":441},"\u002F\u002F Auto-clear interval after 60 seconds to avoid leaks",[417,3879,3686],{"class":3685},[417,3881,3882],{"class":441},"let timeoutId = setTimeout(() => {",[417,3884,3686],{"class":3685},[417,3886,3887],{"class":441},"    clearInterval(id);",[417,3889,3686],{"class":3685},[417,3891,3730],{"class":441},[417,3893,3692],{"class":3685},[417,3895,3695],{"class":441},[417,3897,3692],{"class":3685},[417,3899,3739],{"class":441},[417,3901,3686],{"class":3685},[417,3903,3730],{"class":441},[417,3905,3692],{"class":3685},[417,3907,3710],{"class":441},[417,3909,3692],{"class":3685},[417,3911,3739],{"class":441},[417,3913,3686],{"class":3685},[417,3915,3803],{"class":441},[417,3917,3692],{"class":3685},[417,3919,3920],{"class":441},"red",[417,3922,3692],{"class":3685},[417,3924,3813],{"class":441},[417,3926,3692],{"class":3685},[417,3928,3818],{"class":441},[417,3930,3692],{"class":3685},[417,3932,3823],{"class":441},[417,3934,3692],{"class":3685},[417,3936,3937],{"class":441},"Polling stopped (timeout)",[417,3939,3692],{"class":3685},[417,3941,3833],{"class":441},[417,3943,3686],{"class":3685},[417,3945,3946],{"class":441},"}, 60000);",[417,3948,3717],{"class":3685},[417,3950,3951],{"class":441},"\u002F\u002F Save interval and timeout IDs in context",[417,3953,3686],{"class":3685},[417,3955,3956],{"class":441},"context.set(",[417,3958,3692],{"class":3685},[417,3960,3695],{"class":441},[417,3962,3692],{"class":3685},[417,3964,3965],{"class":441},", id);",[417,3967,3686],{"class":3685},[417,3969,3956],{"class":441},[417,3971,3692],{"class":3685},[417,3973,3710],{"class":441},[417,3975,3692],{"class":3685},[417,3977,3978],{"class":441},", timeoutId);",[417,3980,3717],{"class":3685},[417,3982,3983],{"class":441},"\u002F\u002F Update node status to indicate polling is active",[417,3985,3686],{"class":3685},[417,3987,3988],{"class":441},"node.status({ fill: ",[417,3990,3692],{"class":3685},[417,3992,3993],{"class":441},"yellow",[417,3995,3692],{"class":3685},[417,3997,3813],{"class":441},[417,3999,3692],{"class":3685},[417,4001,4002],{"class":441},"ring",[417,4004,3692],{"class":3685},[417,4006,3823],{"class":441},[417,4008,3692],{"class":3685},[417,4010,4011],{"class":441},"Polling...",[417,4013,3692],{"class":3685},[417,4015,3833],{"class":441},[417,4017,3717],{"class":3685},[417,4019,4020],{"class":441},"\u002F\u002F Do not return any message immediately (already sent above)",[417,4022,3686],{"class":3685},[417,4024,4025],{"class":441},"return null;",[417,4027,3686],{"class":3685},[417,4029,427],{"class":423},[417,4031,447],{"class":423},[417,4033,427],{"class":423},[417,4035,3171],{"class":430},[417,4037,427],{"class":423},[417,4039,436],{"class":423},[417,4041,3178],{"class":560},[417,4043,447],{"class":423},[417,4045,427],{"class":423},[417,4047,4048],{"class":430},"timeout",[417,4050,427],{"class":423},[417,4052,436],{"class":423},[417,4054,4055],{"class":560},"0",[417,4057,447],{"class":423},[417,4059,427],{"class":423},[417,4061,4062],{"class":430},"noerr",[417,4064,427],{"class":423},[417,4066,436],{"class":423},[417,4068,4055],{"class":560},[417,4070,447],{"class":423},[417,4072,427],{"class":423},[417,4074,4075],{"class":430},"initialize",[417,4077,427],{"class":423},[417,4079,436],{"class":423},[417,4081,523],{"class":423},[417,4083,447],{"class":423},[417,4085,427],{"class":423},[417,4087,4088],{"class":430},"finalize",[417,4090,427],{"class":423},[417,4092,436],{"class":423},[417,4094,523],{"class":423},[417,4096,447],{"class":423},[417,4098,427],{"class":423},[417,4100,4101],{"class":430},"libs",[417,4103,427],{"class":423},[417,4105,511],{"class":423},[417,4107,427],{"class":423},[417,4109,581],{"class":430},[417,4111,427],{"class":423},[417,4113,436],{"class":423},[417,4115,4116],{"class":560},"410",[417,4118,447],{"class":423},[417,4120,427],{"class":423},[417,4122,595],{"class":430},[417,4124,427],{"class":423},[417,4126,436],{"class":423},[417,4128,4129],{"class":560},"320",[417,4131,447],{"class":423},[417,4133,427],{"class":423},[417,4135,609],{"class":430},[417,4137,427],{"class":423},[417,4139,614],{"class":423},[417,4141,427],{"class":423},[417,4143,2495],{"class":441},[417,4145,427],{"class":423},[417,4147,624],{"class":423},[417,4149,427],{"class":423},[417,4151,431],{"class":430},[417,4153,427],{"class":423},[417,4155,436],{"class":423},[417,4157,427],{"class":423},[417,4159,3226],{"class":441},[417,4161,427],{"class":423},[417,4163,447],{"class":423},[417,4165,427],{"class":423},[417,4167,452],{"class":430},[417,4169,427],{"class":423},[417,4171,436],{"class":423},[417,4173,427],{"class":423},[417,4175,4176],{"class":441},"link out",[417,4178,427],{"class":423},[417,4180,447],{"class":423},[417,4182,427],{"class":423},[417,4184,470],{"class":430},[417,4186,427],{"class":423},[417,4188,436],{"class":423},[417,4190,427],{"class":423},[417,4192,2281],{"class":441},[417,4194,427],{"class":423},[417,4196,447],{"class":423},[417,4198,427],{"class":423},[417,4200,488],{"class":430},[417,4202,427],{"class":423},[417,4204,436],{"class":423},[417,4206,427],{"class":423},[417,4208,4209],{"class":441},"link out 1",[417,4211,427],{"class":423},[417,4213,447],{"class":423},[417,4215,427],{"class":423},[417,4217,4218],{"class":430},"mode",[417,4220,427],{"class":423},[417,4222,436],{"class":423},[417,4224,427],{"class":423},[417,4226,4227],{"class":441},"link",[417,4229,427],{"class":423},[417,4231,447],{"class":423},[417,4233,427],{"class":423},[417,4235,4236],{"class":430},"links",[417,4238,427],{"class":423},[417,4240,4241],{"class":423},":[",[417,4243,427],{"class":423},[417,4245,4246],{"class":441},"a58e64a12df0c55e",[417,4248,427],{"class":423},[417,4250,4251],{"class":423},"],",[417,4253,427],{"class":423},[417,4255,581],{"class":430},[417,4257,427],{"class":423},[417,4259,436],{"class":423},[417,4261,4262],{"class":560},"725",[417,4264,447],{"class":423},[417,4266,427],{"class":423},[417,4268,595],{"class":430},[417,4270,427],{"class":423},[417,4272,436],{"class":423},[417,4274,4275],{"class":560},"340",[417,4277,447],{"class":423},[417,4279,427],{"class":423},[417,4281,609],{"class":430},[417,4283,427],{"class":423},[417,4285,3602],{"class":423},[417,4287,427],{"class":423},[417,4289,431],{"class":430},[417,4291,427],{"class":423},[417,4293,436],{"class":423},[417,4295,427],{"class":423},[417,4297,4246],{"class":441},[417,4299,427],{"class":423},[417,4301,447],{"class":423},[417,4303,427],{"class":423},[417,4305,452],{"class":430},[417,4307,427],{"class":423},[417,4309,436],{"class":423},[417,4311,427],{"class":423},[417,4313,4314],{"class":441},"link in",[417,4316,427],{"class":423},[417,4318,447],{"class":423},[417,4320,427],{"class":423},[417,4322,470],{"class":430},[417,4324,427],{"class":423},[417,4326,436],{"class":423},[417,4328,427],{"class":423},[417,4330,2281],{"class":441},[417,4332,427],{"class":423},[417,4334,447],{"class":423},[417,4336,427],{"class":423},[417,4338,488],{"class":430},[417,4340,427],{"class":423},[417,4342,436],{"class":423},[417,4344,427],{"class":423},[417,4346,4347],{"class":441},"link in 1",[417,4349,427],{"class":423},[417,4351,447],{"class":423},[417,4353,427],{"class":423},[417,4355,4236],{"class":430},[417,4357,427],{"class":423},[417,4359,4241],{"class":423},[417,4361,427],{"class":423},[417,4363,3226],{"class":441},[417,4365,427],{"class":423},[417,4367,4251],{"class":423},[417,4369,427],{"class":423},[417,4371,581],{"class":430},[417,4373,427],{"class":423},[417,4375,436],{"class":423},[417,4377,4378],{"class":560},"255",[417,4380,447],{"class":423},[417,4382,427],{"class":423},[417,4384,595],{"class":430},[417,4386,427],{"class":423},[417,4388,436],{"class":423},[417,4390,4129],{"class":560},[417,4392,447],{"class":423},[417,4394,427],{"class":423},[417,4396,609],{"class":430},[417,4398,427],{"class":423},[417,4400,614],{"class":423},[417,4402,427],{"class":423},[417,4404,2478],{"class":441},[417,4406,427],{"class":423},[417,4408,4409],{"class":423},"]]}]\n",[19,4411,4413],{"id":4412},"conclusion","Conclusion",[12,4415,4416],{},"The FlowFuse API puts you in control of your Node-RED infrastructure through code. Instead of managing instances manually, you can automate repetitive tasks, integrate with existing tools, and build custom workflows that fit your exact needs.",[12,4418,4419],{},"Whether you're managing a handful of instances or thousands of edge devices, the API scales with you. It's straightforward to get started, generate a token, make your first API call, and gradually automate more of your workflow as you go.",[12,4421,4422],{},"The real value comes from the time you save and the consistency you gain. Let the API handle the routine work while you focus on building great Node-RED applications.",[12,4424,4425,4426,4431],{},"Start today by generating your first API token and making a call, you’ll see how quickly FlowFuse can automate your Node-RED operations. ",[230,4427,4430],{"href":4428,"rel":4429},"https:\u002F\u002Fapp.flowfuse.com",[234],"Sign up for free"," and put your industrial workflows on autopilot.",[4433,4434,4435],"style",{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}",{"title":157,"searchDepth":1136,"depth":1136,"links":4437},[4438,4439,4448,4451],{"id":21,"depth":1097,"text":22},{"id":81,"depth":1097,"text":82,"children":4440},[4441,4442,4445],{"id":101,"depth":1121,"text":102},{"id":185,"depth":1121,"text":186,"children":4443},[4444],{"id":222,"depth":1136,"text":223},{"id":308,"depth":1121,"text":309,"children":4446},[4447],{"id":319,"depth":1136,"text":320},{"id":1323,"depth":1097,"text":1324,"children":4449},[4450],{"id":1376,"depth":1121,"text":1377},{"id":4412,"depth":1097,"text":4413},null,"2025-08-29","Use the FlowFuse API to simplify industrial automation, reduce manual tasks, and streamline deployments.","md","\u002Fblog\u002F2025\u002F08\u002Fimages\u002Fflowfuse-api.png",{"keywords":4458,"excerpt":4459},"FlowFuse, Node-RED, industrial automation, CI\u002FCD pipelines, edge devices, API automation, DevOps, smart manufacturing, workflow automation",{"type":9,"value":4460},[4461],[12,4462,14],{},true,"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api",{"title":5,"description":4454},{"loc":4464},"blog\u002F2025\u002F08\u002Fflowfuse-node-red-api","Automate Industrial Workflows with the FlowFuse API workflows",[4470],"flowfuse","E8JibGbbkMnZ_od9_cw8cJjMbGv_DDDNPQC7KeYueKM",{"id":4473,"extension":4474,"meta":4475,"sections":4476,"stem":4864,"__hash__":4865},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[4477,4528,4629,4690,4767,4846],{"id":4478,"title":4479,"features":4480},"ai-automation","AI & Automation",[4481,4491,4501,4511,4517,4523],{"id":4482,"title":4483,"description":4484,"docsLink":4485,"changelog":4486,"tiers":4490},"flowfuse-expert-ai","FlowFuse Expert AI","Build industrial apps with agents, and query the state of the factory with an agent. Adapt your current hardware and machines so agentic work can be done against them, without ripping and replacing what's already on the plant floor.","\u002Fdocs\u002Fuser\u002Fexpert\u002F",[4487],{"url":4488,"release":4489},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":4463,"hub":4463,"fleet":4463},{"id":4492,"title":4493,"description":4494,"docsLink":4495,"changelog":4496,"subfeature":4463,"showOnPricing":4499,"tiers":4500},"flowfuse-expert-support-mode","Support Mode","Chat-based assistance for FlowFuse and Node-RED, including Node-RED instance management through natural language.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#support-mode",[4497],{"url":4498,"release":4489},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":4463,"hub":4463,"fleet":4463},{"id":4502,"title":4503,"description":4504,"docsLink":4505,"changelog":4506,"subfeature":4463,"showOnPricing":4499,"tiers":4510},"flowfuse-expert-application-building","Application Building","Describe what you want to build and FlowFuse Expert assembles it on your workspace, adding tabs, wiring nodes, and configuring properties.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F",[4507],{"url":4508,"release":4509},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":4463,"hub":4463,"fleet":4463},{"id":4512,"title":4513,"description":4514,"docsLink":4515,"subfeature":4463,"beta":4463,"showOnPricing":4499,"tiers":4516},"flowfuse-expert-insights-mode","Insights Mode","Connects FlowFuse Expert to MCP servers in your Node-RED instances, enabling real-time data queries and actions through a single chat interface.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#insights-mode",{"edge":4463,"hub":4463,"fleet":4463},{"id":4518,"title":4519,"description":4520,"docsLink":4521,"tiers":4522},"mcp-servers","Agentic Operations","Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work.","\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4524,"title":4525,"description":4526,"tiers":4527},"onnx-integration","ONNX Integration","Run trained machine learning models directly in your flows, including on edge hardware, without sending data out to an external inference service.",{"edge":4463,"hub":4463,"fleet":4463},{"id":4529,"title":4530,"features":4531},"build","Build",[4532,4538,4544,4554,4560,4566,4570,4576,4582,4590,4596,4600,4604,4613,4621],{"id":4533,"title":4534,"description":4535,"docsLink":4536,"tiers":4537},"edge-development","Edge Development","Develop and test Node-RED flows directly on edge devices with a remote editor proxy.","\u002Fdocs\u002Fdevice-agent\u002Fquickstart\u002F",{"edge":4463,"hub":4499,"fleet":4463},{"id":4539,"title":4540,"description":4541,"docsLink":4542,"tiers":4543},"private-npm-registry","Custom Node-RED Nodes","Create and manage your own private npm registry for Node-RED nodes, so you can share custom nodes across your team and devices without publishing them publicly.","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4545,"title":4546,"description":4547,"docsLink":4548,"changelog":4549,"tiers":4553},"flowfuse-tables","FlowFuse Tables","A managed PostgreSQL database for every application, so you can store and query structured data without standing up and maintaining your own database.","\u002Fdocs\u002Fuser\u002Fff-tables\u002F",[4550],{"url":4551,"release":4552},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":4463,"hub":4463,"fleet":4463},{"id":4555,"title":4556,"description":4557,"docsLink":4558,"tiers":4559},"persistent-files","File Storage","Store and retrieve files from your Node-RED flows, with automatic replication and backup across your devices and hosted instances.","\u002Fdocs\u002Finstall\u002Ffile-storage\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4561,"title":4562,"description":4563,"docsLink":4564,"showOnPricing":4499,"tiers":4565},"persistent-context","Persistent Context","In-memory values defined in a Node-RED flow persist across project restarts and upgrades.","\u002Fdocs\u002Fuser\u002Fpersistent-context\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4567,"title":4568,"showOnPricing":4499,"tiers":4569},"static-assets","Static Assets",{"edge":4463,"hub":4463,"fleet":4463},{"id":4571,"title":4572,"description":4573,"docsLink":4574,"tiers":4575},"team-library","Team Library","Set up standard nodes and flows that can be shared with all team members across your organisation.","\u002Fdocs\u002Fuser\u002Fshared-library\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4577,"title":4578,"description":4579,"docsLink":4580,"tiers":4581},"personalised-multi-user-dashboards","Personalised Multi-User Dashboards","Build applications that provide unique data to each logged-in user using personalised multi-user dashboards.","https:\u002F\u002Fdashboard.flowfuse.com\u002Fuser\u002Fmulti-tenancy.html",{"edge":4463,"hub":4463,"fleet":4463},{"id":4583,"title":4584,"description":4585,"changelog":4586,"subfeature":4463,"showOnPricing":4499,"tiers":4589},"dashboards-view","Dashboards View","Browse and open every dashboard across your team from a dedicated Dashboards view, at both team and application level, without leaving FlowFuse.",[4587],{"url":4588,"release":4552},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4591,"title":4592,"description":4593,"docsLink":4594,"tiers":4595},"blueprints-converge","Blueprints","Ready-made starting points for your apps, from cross-team Converge templates to OT and IT specific blueprints.","\u002Fdocs\u002Fuser\u002Fconcepts\u002F#blueprint",{"edge":4463,"hub":4463,"fleet":4463},{"id":4597,"title":4598,"subfeature":4463,"showOnPricing":4499,"tiers":4599},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":4463,"hub":4499,"fleet":4463},{"id":4601,"title":4602,"subfeature":4463,"showOnPricing":4499,"tiers":4603},"blueprints-it-apps","Blueprints - IT APPS",{"edge":4499,"hub":4463,"fleet":4499},{"id":4605,"title":4606,"description":4607,"changelog":4608,"showOnPricing":4499,"tiers":4612},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[4609],{"url":4610,"release":4611},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":4463,"hub":4463,"fleet":4463},{"id":4614,"title":4615,"description":4616,"changelog":4617,"showOnPricing":4499,"tiers":4620},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[4618],{"url":4619,"release":4509},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4622,"title":4623,"description":4624,"changelog":4625,"showOnPricing":4499,"tiers":4628},"embedded-editor-tab-title","Embedded Editor Browser Tab Title","The browser tab title updates to reflect the active Node-RED canvas tab when working in the embedded editor.",[4626],{"url":4627,"release":4611},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":1372,"title":4630,"features":4631},"Deploy",[4632,4638,4647,4653,4659,4665,4671,4677,4682],{"id":4633,"title":4634,"description":4635,"docsLink":4636,"tiers":4637},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":4463,"hub":4463,"fleet":4463},{"id":4639,"title":4640,"description":4641,"docsLink":4642,"changelog":4643,"tiers":4646},"edge-devices","Edge Instances","Deploy and mange your Node-RED instances on edge PLCs and gateways, with full visibility and control from the cloud.","\u002Fdocs\u002Fdevice-agent\u002Fintroduction\u002F",[4644],{"url":4645,"release":4489},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":4463,"hub":4499,"fleet":4463},{"id":4648,"title":4649,"description":4650,"docsLink":4651,"tiers":4652},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":4499,"hub":4463,"fleet":4499},{"id":4654,"title":4655,"description":4656,"docsLink":4657,"tiers":4658},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":4463,"hub":4499,"fleet":4463},{"id":4660,"title":4661,"description":4662,"docsLink":4663,"showOnPricing":4499,"tiers":4664},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.","\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4666,"title":4667,"description":4668,"docsLink":4669,"tiers":4670},"devops-pipelines","DevOps Pipelines","Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4672,"title":4673,"description":4674,"docsLink":4675,"tiers":4676},"git-integration","Git Integration","Back up your flows to a remote Git repository through a DevOps Pipeline. Supports GitHub and Azure DevOps repositories.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F#git-repository-stage",{"edge":4499,"hub":4463,"fleet":4499},{"id":4678,"title":4679,"description":4680,"docsLink":4675,"subfeature":4463,"showOnPricing":4499,"tiers":4681},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":4499,"hub":4463,"fleet":4499},{"id":4683,"title":4684,"description":4685,"docsLink":4675,"changelog":4686,"subfeature":4463,"showOnPricing":4499,"tiers":4689},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[4687],{"url":4688,"release":4611},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":4499,"hub":4463,"fleet":4499},{"id":4691,"title":4692,"features":4693},"operate-maintain","Operate & Maintain",[4694,4700,4706,4711,4719,4723,4727,4732,4738,4744,4749,4755,4759,4763],{"id":4695,"title":4696,"description":4697,"docsLink":4698,"tiers":4699},"snapshots","Snapshots & Version History","Automatic snapshots on remote devices and hosted instances, plus a full version history timeline so you can roll back to any prior state.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4701,"title":4702,"description":4703,"docsLink":4704,"subfeature":4463,"showOnPricing":4499,"tiers":4705},"auto-snapshot-remote","Auto Snapshot (Remote)","Automatically capture a snapshot every time a remote instance is deployed, so you always have a recoverable history of what was running on each device.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F#auto-snapshots",{"edge":4463,"hub":4463,"fleet":4463},{"id":4707,"title":4708,"description":4709,"docsLink":4704,"subfeature":4463,"showOnPricing":4499,"tiers":4710},"auto-snapshot-hosted","Auto Snapshot (Hosted)","Automatically capture a snapshot every time a hosted instance is deployed, so you always have a recoverable history of what was running.",{"edge":4463,"hub":4463,"fleet":4463},{"id":4712,"title":4713,"description":4714,"changelog":4715,"subfeature":4463,"showOnPricing":4499,"tiers":4718},"snapshot-comparison","Snapshot Comparison","Compare two snapshots side-by-side with a navigable diff view. Step through every changed, added, or deleted node and see property and code diffs.",[4716],{"url":4717,"release":4611},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4720,"title":4721,"subfeature":4463,"showOnPricing":4499,"tiers":4722},"version-history-timeline","Version History Timeline",{"edge":4463,"hub":4463,"fleet":4463},{"id":4724,"title":4725,"tiers":4726},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":4463,"hub":4463,"fleet":4463},{"id":4728,"title":4729,"description":4730,"tiers":4731},"device-fleet-updates","Device Fleet Updates","Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes, securely without requiring full device access for your whole organisation.",{"edge":4463,"hub":4499,"fleet":4463},{"id":4733,"title":4734,"description":4735,"docsLink":4736,"tiers":4737},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":4463,"hub":4499,"fleet":4463},{"id":4739,"title":4740,"description":4741,"docsLink":4742,"tiers":4743},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":4499,"hub":4463,"fleet":4499},{"id":4745,"title":4746,"description":4747,"tiers":4748},"performance-monitoring","Performance Monitoring & Alerts","Track CPU, memory, and event loop performance across your instances and devices, with email alerts when something needs your attention.",{"edge":4463,"hub":4463,"fleet":4463},{"id":4750,"title":4751,"description":4752,"docsLink":4753,"subfeature":4463,"showOnPricing":4499,"tiers":4754},"instance-monitoring","Instance Monitoring","Enable alerts to be sent via email when your Node-RED instances encounter issues.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#alerts",{"edge":4463,"hub":4463,"fleet":4463},{"id":4756,"title":4757,"subfeature":4463,"showOnPricing":4499,"tiers":4758},"email-alerts","Email Alerts",{"edge":4463,"hub":4463,"fleet":4463},{"id":4760,"title":4761,"showOnPricing":4499,"tiers":4762},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":4463,"hub":4463,"fleet":4463},{"id":4764,"title":4765,"tiers":4766},"protected-instances","Protected Instances",{"edge":4499,"hub":4463,"fleet":4499},{"id":4768,"title":4769,"features":4770},"govern-secure","Govern and Secure",[4771,4780,4786,4792,4797,4803,4809,4815,4823,4829,4835,4841],{"id":4772,"title":4773,"description":4774,"docsLink":4775,"changelog":4776,"tiers":4779},"single-sign-on","Single Sign-On (SSO)","Configure FlowFuse to work with your own SSO provider, allowing users to access FlowFuse with a single set of login credentials.","\u002Fdocs\u002Fadmin\u002Fsso\u002F",[4777],{"url":4778,"release":4552},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4781,"title":4782,"description":4783,"docsLink":4784,"tiers":4785},"two-factor-authentication","Two-Factor Authentication","Two-factor authentication adds an extra layer of security to your FlowFuse account.","\u002Fdocs\u002Fuser\u002Fuser-settings\u002F#two-factor-authentication",{"edge":4463,"hub":4463,"fleet":4463},{"id":4787,"title":4788,"description":4789,"docsLink":4790,"tiers":4791},"certified-nodes-it","Certified Nodes - IT","IT certified node bundle includes: Redis, MQTT, HTTP Request, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server","\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2\u002F",{"edge":4499,"hub":4463,"fleet":4463},{"id":4793,"title":4794,"description":4795,"tiers":4796},"certified-nodes-ot","Certified OT Connections - OPC-UA, Modbus, etc.","OT certified node bundle includes: OPC-UA, Modbus TCP & RTU, RTSP, EtherNet\u002FIP, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server",{"edge":4463,"hub":4499,"fleet":4499},{"id":4798,"title":4799,"description":4800,"docsLink":4801,"tiers":4802},"audit-log","Audit Log","Keep track of everything going on in your Node-RED instances and FlowFuse. Audit Logs provide details on what actions have taken place, when they happened, and who did them.","\u002Fdocs\u002Fuser\u002Flogs\u002F#audit-log",{"edge":4463,"hub":4463,"fleet":4463},{"id":4804,"title":4805,"description":4806,"docsLink":4807,"tiers":4808},"role-based-access-control","Role-Based Access Control","Control who can do what at both the team and application level, from viewers to admins.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4810,"title":4811,"description":4812,"docsLink":4813,"subfeature":4463,"showOnPricing":4499,"tiers":4814},"application-level-rbac","Application-Level RBAC","Fine-grained access control per application, allowing team members to have different permission levels across different applications without requiring separate teams.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F#application-level-rbac",{"edge":4463,"hub":4463,"fleet":4463},{"id":4816,"title":4817,"description":4818,"changelog":4819,"subfeature":4463,"showOnPricing":4499,"tiers":4822},"scoped-personal-access-tokens","Scoped Personal Access Tokens","Restrict a Personal Access Token to specific teams, limit it to read-only operations, or control whether it carries admin privileges.",[4820],{"url":4821,"release":4552},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":4463,"hub":4463,"fleet":4463},{"id":4824,"title":4825,"description":4826,"docsLink":4827,"showOnPricing":4499,"tiers":4828},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":4463,"hub":4463,"fleet":4463},{"id":4830,"title":4831,"description":4832,"docsLink":4833,"showOnPricing":4499,"tiers":4834},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":4463,"hub":4463,"fleet":4463},{"id":4836,"title":4837,"description":4838,"docsLink":4839,"tiers":4840},"baa-for-hipaa","BAA for HIPAA","FlowFuse can sign a Business Associate Agreement to ensure proper safeguarding of protected health information handled on your behalf.","\u002Fhandbook\u002Fsales\u002Fsubscription-agreement-1.5\u002F",{"edge":4499,"hub":4463,"fleet":4499},{"id":4842,"title":4843,"description":4844,"tiers":4845},"sbom","Software Bill of Materials","A complete list of all software components used in your Node-RED instances and hosted applications, including version numbers and license information.",{"edge":4499,"hub":4463,"fleet":4499},{"id":4847,"title":4848,"features":4849},"support","Support",[4850,4855,4859],{"id":4851,"title":4852,"docsLink":4853,"tiers":4854},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":4463,"hub":4463,"fleet":4463},{"id":4856,"title":4857,"showOnPricing":4499,"tiers":4858},"live-chat-support","Live Chat Support",{"edge":4463,"hub":4463,"fleet":4463},{"id":4860,"title":4861,"docsLink":4862,"tiers":4863},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":4463,"hub":4463,"fleet":4463},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[4867,4870,4873,4876,4879,4882,4884,4887,4890,4893,4896,4898,4901,4904,4907,4910,4913,4916,4919,4922,4925,4928,4931,4934,4937,4940,4943,4946,4949,4952,4955,4958,4961,4964,4967,4970,4973,4976,4979,4982,4985,4988,4991,4994,4997,5000,5003,5006,5009,5011,5014,5017,5020,5023,5026,5029,5032,5034,5037,5040,5043,5046,5049,5051,5054,5057,5060,5063,5066,5069,5072,5075,5078,5081,5083,5086,5089,5092,5095,5098,5101,5104,5107,5110,5113,5116,5119,5122,5125,5127,5130,5133,5136,5139,5142,5145,5148,5151,5154,5157,5160,5163,5166,5169,5172,5175,5178,5181,5183,5186,5189,5192,5195,5198,5201,5204,5206,5209,5212,5215,5218,5221,5224,5227,5230,5233,5236,5239,5242,5245,5248,5251,5254,5257,5260,5263,5266,5269,5272,5275,5278,5281,5284,5287,5290,5293,5296,5299,5302,5305,5308,5311,5314,5317,5320,5323,5326,5329,5332,5335,5338,5341,5344,5347,5350,5353,5356,5358,5361,5364,5367,5370,5373,5376,5379,5382,5385,5388,5391,5394,5397],{"path":4868,"title":4869},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":4871,"title":4872},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":4874,"title":4875},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":4877,"title":4878},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":4880,"title":4881},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":4883,"title":4592},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":4885,"title":4886},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":4888,"title":4889},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":4891,"title":4892},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":4894,"title":4895},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":4897,"title":4782},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":4899,"title":4900},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":4902,"title":4903},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":4905,"title":4906},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":4908,"title":4909},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":4911,"title":4912},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":4914,"title":4915},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":4917,"title":4918},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":4920,"title":4921},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":4923,"title":4924},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":4926,"title":4927},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":4929,"title":4930},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":4932,"title":4933},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":4935,"title":4936},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":4938,"title":4939},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":4941,"title":4942},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":4944,"title":4945},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":4947,"title":4948},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":4950,"title":4951},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":4953,"title":4954},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":4956,"title":4957},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":4959,"title":4960},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":4962,"title":4963},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":4965,"title":4966},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":4968,"title":4969},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":4971,"title":4972},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":4974,"title":4975},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":4977,"title":4978},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":4980,"title":4981},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":4983,"title":4984},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":4986,"title":4987},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":4989,"title":4990},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":4992,"title":4993},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":4995,"title":4996},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":4998,"title":4999},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":5001,"title":5002},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":5004,"title":5005},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":5007,"title":5008},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":5010,"title":5008},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":5012,"title":5013},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":5015,"title":5016},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":5018,"title":5019},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":5021,"title":5022},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":5024,"title":5025},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":5027,"title":5028},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":5030,"title":5031},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":5033,"title":5031},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":5035,"title":5036},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":5038,"title":5039},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":5041,"title":5042},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":5044,"title":5045},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":5047,"title":5048},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":5050,"title":5048},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":5052,"title":5053},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":5055,"title":5056},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":5058,"title":5059},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":5061,"title":5062},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":5064,"title":5065},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":5067,"title":5068},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":5070,"title":5071},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":5073,"title":5074},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":5076,"title":5077},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":5079,"title":5080},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":5082,"title":4721},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":5084,"title":5085},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":5087,"title":5088},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":5090,"title":5091},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":5093,"title":5094},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":5096,"title":5097},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":5099,"title":5100},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":5102,"title":5103},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":5105,"title":5106},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":5108,"title":5109},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":5111,"title":5112},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":5114,"title":5115},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":5117,"title":5118},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":5120,"title":5121},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":5123,"title":5124},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":5126,"title":4721},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":5128,"title":5129},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":5131,"title":5132},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":5134,"title":5135},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":5137,"title":5138},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":5140,"title":5141},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":5143,"title":5144},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":5146,"title":5147},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":5149,"title":5150},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":5152,"title":5153},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":5155,"title":5156},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":5158,"title":5159},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":5161,"title":5162},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":5164,"title":5165},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":5167,"title":5168},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":5170,"title":5171},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":5173,"title":5174},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":5176,"title":5177},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":5179,"title":5180},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":5182,"title":5180},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":5184,"title":5185},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":5187,"title":5188},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":5190,"title":5191},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":5193,"title":5194},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":5196,"title":5197},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":5199,"title":5200},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":5202,"title":5203},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":5205,"title":4546},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":5207,"title":5208},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":5210,"title":5211},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":5213,"title":5214},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":5216,"title":5217},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":5219,"title":5220},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":5222,"title":5223},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":5225,"title":5226},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":5228,"title":5229},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":5231,"title":5232},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":5234,"title":5235},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":5237,"title":5238},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":5240,"title":5241},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":5243,"title":5244},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":5246,"title":5247},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":5249,"title":5250},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":5252,"title":5253},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":5255,"title":5256},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":5258,"title":5259},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":5261,"title":5262},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":5264,"title":5265},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":5267,"title":5268},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":5270,"title":5271},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":5273,"title":5274},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":5276,"title":5277},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":5279,"title":5280},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":5282,"title":5283},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":5285,"title":5286},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":5288,"title":5289},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":5291,"title":5292},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":5294,"title":5295},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":5297,"title":5298},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":5300,"title":5301},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":5303,"title":5304},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":5306,"title":5307},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":5309,"title":5310},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":5312,"title":5313},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":5315,"title":5316},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":5318,"title":5319},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":5321,"title":5322},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":5324,"title":5325},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":5327,"title":5328},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":5330,"title":5331},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":5333,"title":5334},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":5336,"title":5337},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":5339,"title":5340},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":5342,"title":5343},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":5345,"title":5346},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":5348,"title":5349},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":5351,"title":5352},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":5354,"title":5355},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":5357,"title":4615},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":5359,"title":5360},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":5362,"title":5363},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":5365,"title":5366},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":5368,"title":5369},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":5371,"title":5372},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":5374,"title":5375},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":5377,"title":5378},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":5380,"title":5381},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":5383,"title":5384},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":5386,"title":5387},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":5389,"title":5390},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":5392,"title":5393},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":5395,"title":5396},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":5398,"title":5399},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105894408]