Connect your own Node-RED runtimes to inspect and manage flows, settings, nodes, projects and library resources through the official Admin HTTP API, with Imperal health audits and safe deployment a...
What this app can do
25 tools registered
Connect Node RedFree
Connect a user-owned Node-RED runtime by verifying its HTTPS Admin API URL and access token before saving them.
List ConnectionsFree
List connected Node-RED runtimes without exposing tokens.
Disconnect Node RedFree
Disconnect one Node-RED runtime by deleting only its saved access token and URL; nothing changes in Node-RED.
List Flows8 tok
List Node-RED flow tabs from the connected runtime.
Get Flow8 tok
Read one complete Node-RED flow by id.
Create Flow16 tok
Create a Node-RED flow from an explicit complete flow object, then deploy according to the selected deployment type.
Update Flow16 tok
Replace one Node-RED flow with the explicit supplied definition and deployment type.
Delete Flow20 tok
Permanently delete one Node-RED flow. This removes the flow from the runtime.
Preview Flow Deployment8 tok
Analyse a proposed flow locally before writing it to Node-RED; this makes no provider changes.
List Nodes8 tok
List installed Node-RED node modules and node definitions exposed by this runtime.
List Projects8 tok
List Node-RED projects when projects are enabled on this runtime.
Get Runtime Settings8 tok
Read safe Node-RED runtime settings and capability metadata.
Audit Node Red Runtime20 tok
Build a read-only Node-RED health report: flow totals, disabled flows, node types and side-effect markers.
List Credentials8 tok
List Node-RED credential definitions/metadata only. Secret credential values are never requested or returned.
Get Node Module8 tok
Read one installed Node-RED node module's public metadata by exact module name.
Install Node Module40 tok
Install an explicit Node-RED node npm module. This changes runtime code and may require a restart/reload depending on the runtime.
Remove Node Module40 tok
Remove an explicit Node-RED node module. This can disable flows that use its node types.
List Library Entries8 tok
List Node-RED library entries in an explicit safe library category and path.
Get Library Entry8 tok
Read one explicit Node-RED library entry.
Write Library Entry16 tok
Create or replace one explicit Node-RED library entry.
Delete Library Entry20 tok
Permanently delete one explicit Node-RED library entry.
Get Active Project8 tok
Read the active Node-RED project when projects are enabled.
Create Project20 tok
Create an explicit Node-RED project where the runtime exposes project management.
Activate Project40 tok
Activate an explicit Node-RED project. This changes the runtime's active project and may reload flows.
Update Runtime Settings40 tok
Update explicit provider-supported Node-RED runtime settings. Unsupported fields are rejected by Node-RED.