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.
Monthly testing sessions
Each successful Testing Session counts against a monthly quota for LLM-only testing. The limit depends on your billing 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 - Node basics — structure of nodes and tools
- Templates and variables —
runtime,secret, andllmplaceholders

