Skip to content

Node Overview

Smartunit provides agent-specific nodes plus platform nodes for data, files, HTTP requests, validation, schedules, email, identity, services, logging, and advanced flow control.

Early-stage notice: The node set is still evolving. These pages describe the current implementation. Node names, fields, and operations may change as the platform stabilizes.

NodeKindPurpose
AgentFlowRuns an agent turn and emits responses and operational events.
Agent InFlowCreates requests, returns tool results, or chains agents.
Agent SkillFlowExposes selected flow actions as tools the agent may call.
NodePurpose
BehaviourInstructions, planning, iterations, router, and debug settings.
ModelReusable model ID and sampling limits.
ConnectionOpenAI-compatible provider URL and credentials.
MemoryFacts store, events store, and fact scope.
BudgetOptional token or spend limits.

Configuration nodes are reusable. Multiple agents can refer to the same connection, model, memory, or other configuration node.

NodePurpose
Data StoreRead and modify records in a managed data store.
File StoreRead and modify files in managed file storage.
HTTP RequestCall an external HTTP API through a reusable connection.
ValidateValidate a message property against a schema.
SchedulerCreate, manage, execute, and subscribe to schedules.
EmailSend transactional HTML email.
UserResolve the current or a selected user.
SubscriptionResolve subscription and entitlement data.
ServiceCall selected Smartunit platform services.
LoggerSend structured flow information to monitoring.
EngineInspect or update deployed Node-RED flows.
NodePurpose
HTTP Request ConnectionReusable base URL, authentication, and default headers for HTTP Request nodes.

Like agent configuration nodes, this connection can be shared by multiple flow nodes. Changing it affects every HTTP Request node that references it.

These pages cover Smartunit-specific nodes. Standard Node-RED nodes such as Inject, Function, Switch, Change, Catch, and Debug keep their normal Node-RED behavior and are documented by the Node-RED project.