Open Testing Mode
- Open a scenario in the editor (create or edit from Scenarios).
- Open the Scenario Menu (side panel).
- Select the Testing Mode tab (next to Settings).
Runtime variables
Testing Mode includes a runtime variables editor (JSON object). Values here will be passed in asruntime_vars when you start a test conversation.
These variables substitute into {{runtime.*}} placeholders in your role instruction, task instructions, and compatible endpoint templates.
For role vs task instructions and how they use {{runtime.*}}, see Role and task instructions.
For using {{runtime.*}}, {{secret.*}}, and {{llm.*}} syntax in HTTP headers and bodies, see Templates and variables.
Start a test session
- Open a scenario in
editmode - Select
Visualin theVisual/JSONToggle in the top right. - Open the left side nav, select the Testing Mode tab, and enter runtime variables if needed.
- Click Start Conversation.
- You will enter a text-based chat with the LLM, being instructed by your scenario. Each user turn, assistant reply, and tool call/response will appear in the chat transcript as the scenario runs.
Credits
Testing Mode shares your plan’s credit pool with live avatar conversations and scripted clips. Included credits per plan are listed on Pricing. Current usage is on the Usage page. If you have fewer than 0.25 credits remaining, Start Conversation returns an error (No credits remaining for current plan).
Vision tools do not work in LLM only Testing Mode
See also
- Scenarios overview — how nodes, tools, and context fit together
- Role and task instructions —
role_instructionvstask_instructionand how context is built - Hosted Links — share a live avatar conversation without the Web SDK
- Node basics — structure of nodes and tools
- Templates and variables —
runtime,secret, andllmplaceholders

