Node Overview
Every element on the Voiceblox canvas is a node. Nodes are grouped into five categories.Agent
The Agent node is the central orchestrator. There is exactly one per flow.Component
Component nodes define the AI capabilities of your agent.Conversation
Conversation nodes form the step chain — the sequence of actions during a call.Tools
Tool nodes connect to the Agent’stools_in handle and give the LLM access to external capabilities during a conversation.