Docs/Studio/Getting Started

Getting Started with Sentience Studio

Learn how to access Studio, view your first trace, and navigate the interface.

Accessing Sentience Studio

Plan Requirements

Sentience Studio is available on Builder tier and above:

Need to upgrade? Visit your Dashboard and click "Upgrade Plan" to access Studio.

Accessing Studio

  1. Sign in to your Sentience account
  2. Click Studio in the navigation menu
  3. You'll see the Trace List showing all your agent runs
studio navigation menu

After signing in, access Studio from the main navigation bar. Press Cmd + K (Mac) or Ctrl + K (Windows) to switch between Dashboard and Studio.

Your First Trace

What is a Trace?

A trace is a complete record of an agent execution. It contains:

Think of it as a "recording" of your agent's entire run that you can replay and inspect.

Viewing the Trace List

When you first open Studio, you'll see the Trace List:

trace list interface

Each trace card shows:

Opening a Trace

Click any trace card to open the Trace Debugger:

The Trace Debugger is where you'll spend most of your time analyzing agent behavior.

Understanding the Interface

Trace Debugger Layout

The Trace Debugger has three main sections:

trace debugger layout

1. Timeline (Top)

Shows all steps in the execution as a horizontal timeline:

2. Screenshot Viewer (Left - 65%)

Displays the webpage screenshot for the current step:

3. Detail Panel (Right - 35%)

Shows detailed information about the current step:

At the bottom of the screen, you'll find playback controls:

video control bar

Keyboard Shortcuts

Speed up your workflow with keyboard shortcuts:

KeyAction
SpacePlay/Pause
Previous step
Next step
HomeJump to first step
EndJump to last step

Your First Analysis

Let's walk through analyzing a simple trace:

Step 1: Select a Trace

From the Trace List, click a trace with a Failed or Partial status badge.

Step 2: Find the Failure Point

Look at the timeline - red or yellow bars indicate problems and the lightning icon shows agent actions

timeline with failure highlighted

Click the failed step to inspect it.

Step 3: Review the Screenshot

Look at the screenshot viewer:

Step 4: Check the Detail Panel

Scroll through the detail panel:

Step 5: Understand the Failure

Common failure patterns:

Visualization Modes

Studio provides three visualization overlays to help you understand agent behavior:

Bounding Box Overlay

Shows which elements the agent interacted with:

bounding box overlay

Diff Overlay

Highlights what changed between steps:

diff overlay

Heatmap Overlay

Shows element importance scores:

heatmap overlay

Next Steps

Now that you understand the basics:

Quick Tips