Skip to content

Portal overview

The Metrana portal is the web interface for exploring and analyzing your machine learning experiments. Once your training code logs data to Metrana, the portal is where you browse runs, visualize metrics, compare experiments, and inspect reinforcement learning environments.

Everything in the portal lives in a simple hierarchy:

Workspace → Project → Run → (Environments)

  • A workspace is a top-level container for a team or account. It holds projects and members.
  • A project groups related runs (for example, one model or research effort).
  • A run is a single training session — one execution of your script. It carries attributes (metadata such as hyperparameters) and metrics (the time-series your code logs).
  • For reinforcement learning runs — an environment captures per-episode and per-step data.

For precise definitions and how these relate, see Core concepts.

When you sign in you land on the Workspaces hub, which lists every workspace you belong to and how many projects each contains. Select a workspace to start browsing its projects, or use the + button to create a new one.

The Metrana Workspaces hub listing the workspaces you belong to
The Workspaces hub — your starting point after signing in.

If you don’t have data in the portal yet, start with Getting your data in.

Wherever you are in the portal, the layout stays consistent:

  • Header & breadcrumbs — the top bar shows your location as a breadcrumb trail (workspace → project → run → environment). Click any segment to jump back up the hierarchy.
  • Context tabs — below the breadcrumbs, tabs switch between the views available for your current context:
    • Project: Runs, Compare, Side-by-side, Dashboard
    • Run: Overview, Charts, Dashboard, Environments
  • AI assistant — a chat panel you can open on the right to ask questions about your data. Toggle it any time with /Ctrl + L. See AI assistant.
  • Quickstart — a shortcut to logging instructions for getting data into the portal.

The portal is keyboard-friendly. Press ? anywhere to open the shortcuts reference. The most useful ones:

  • ? — show keyboard shortcuts
  • /Ctrl + L — toggle the AI assistant
  • 1 / 2 / 3 / 4 — switch between the tabs of the current view

See the full list in Keyboard shortcuts.