Sandbox

Test Rian before going live.

The Agent Sandbox lets you simulate conversations with Rian in a safe environment. No live traffic is affected.

Go to AI Agent > Sandbox in the sidebar.

Layout

The sandbox has two panels side by side.

Left panel: debug view

Three tabs give you a live look at what Rian is doing under the hood:

TabWhat it shows
SessionMessage input; Classification data; Flow State data
EventsTimeline of internal events with latency readings
MemoryFour memory tiers with fetch latency and key/value snapshots

Session tab: Classification

FieldDescription
Intent ClassBroad category of the message
IntentSpecific intent detected
ScenarioMatched scenario
ConfidenceScore 0.0–1.0; above 0.8 highlighted green
Intent lockedTrue when confidence exceeds 0.9

Session tab: Flow State

FieldDescription
Active stateCurrent flow being executed
Active stepStep within that flow
AttemptsHow many times the step has been tried
Outcomeresolved; escalated; or pending

Events tab

Four events are tracked per simulation: classification; retrieval; LLM call; transition. Each shows a status dot (green for success, blue for active) and a latency reading in milliseconds.

Memory tab

Four tiers are shown, each expandable to reveal key/value data:

TierBadgeDescription
Hotin useActive session context
WorkingactiveShort-term working memory
WarmcachedRecently accessed knowledge
ColdfetchedKnowledge base retrieval

Right panel: chat preview

A live Beacon widget simulation. Select who you're simulating as before sending a message:

OptionRepresents
New VisitorAnonymous user with no history
Returning UserUser seen before but not identified
Known CustomerIdentified user with stored attributes

Click Reset Conversation to clear the session and start fresh. The chat supports the same message input as the live widget including Enter to send.

On this page