Skip to main content

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’s tools_in handle and give the LLM access to external capabilities during a conversation.

Post-Processing

Post-processing nodes run after the conversation ends. Chain them after an End node.

Connection diagram