Skip to Content
Console Guide

Using the Console

The Veris Console is the web interface for managing your environments, scenarios, simulations, evaluations, and reports. Everything available in the CLI is also available here, plus real-time monitoring and transcript viewing.

Overview Page

The Overview page is your dashboard. It shows:

  • Journey progress — A four-step tracker showing where you are in the testing workflow: setup environment, generate scenarios, run simulations, generate report. Steps are marked as complete automatically.
  • Stats — Quick counts of environments, scenario sets, total runs, and active runs.
  • Recent runs — A table of your last 5 runs with status, progress, and duration.
  • Simulated services — A categorized list of all available mock services.

Environments

Shows all your environments as cards. Each card displays the environment name, configured services, tag count, and creation date.

If you haven’t created any environments yet, the page shows a quickstart guide with CLI commands.

Click an environment to view its details, including all image tags and push history. The sidebar also has an environment selector dropdown — selecting an environment scopes scenarios, runs, and other resources to that environment.

Images

Provides a cross-environment view of all Docker image tags. Use this to see which versions have been pushed to each environment and when.

Scenarios & Graders

Lists your scenario sets in a table with title, status, scenario count, associated graders, and creation date.

  • Click Generate to auto-generate scenarios from your agent’s code
  • Click New Scenario to manually create one
  • Click a scenario set to view its scenarios and details
  • Grader names appear as badges on each scenario set — click to view grader details

Simulations

Shows all your runs in a table with status, progress bar, duration, and creation date.

  • Click New Run to create a simulation run
  • Click a run to see individual simulation statuses
  • Click an individual simulation to view its full transcript with all messages, API calls, and events
  • Cancel active runs with the cancel button

The simulation detail view shows the complete conversation transcript between the actor and your agent, including the actor’s internal reasoning, task board updates, and all API calls made to mock services. This is invaluable for debugging agent behavior.

Evaluations

Shows evaluation runs grouped by their parent simulation run. Each evaluation run shows the grader used, status, and progress.

  • Click Evaluate on a completed run to trigger grading
  • Click an evaluation run to see per-simulation scores and findings

Reports

Lists generated reports. Click a report to view it directly in the browser. Reports contain failure analysis, patterns across simulations, and recommendations.

Training (Beta)

Allows you to fine-tune models using your simulation data. Supports both Supervised Fine-Tuning (SFT) and Reinforcement Learning (GRPO) methods.

  • Environment selector — The dropdown under “Environments” in the sidebar scopes all resources to a specific environment.
  • Breadcrumbs — The header shows your current location as breadcrumbs. Click any segment to navigate back.
  • Theme toggle — Switch between light and dark mode using the toggle at the bottom of the sidebar.
  • Credits — Your credit balance is shown in the top-right corner of the header.
  • Sidebar collapse — Click the hamburger icon in the header to collapse the sidebar to icon-only mode.