Export as JSON
Every Voiceblox flow can be exported as a JSON file containing the fullAgentConfig — a framework-agnostic representation of your agent.
How to export
- Click Export in the top toolbar
- Download the
.jsonfile
File format
Importing a flow
- Click Import in the top toolbar
- Select your
.jsonfile - The flow is loaded onto the canvas
Using the exported config
The exported JSON contains the full node/edge graph. To use it with the LiveKit agent worker:- Export the flow
- Set the JSON as the room metadata when creating a LiveKit room
- The agent worker reads the metadata, converts it to
AgentConfigviagraphToConfig(), and starts the session