Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ironbee.ai/llms.txt

Use this file to discover all available pages before exploring further.

The session details page is the central view for understanding what happened in a single agent working session. It combines timeline, evidence, and analysis into one place.

Overview panel

At the top of the page, the overview panel shows:
  • Session ID — unique identifier for the session
  • Status — running, passed, failed, or incomplete
  • Started / ended — timestamps
  • Total duration — overall session length
  • Coding time — time spent editing files
  • Verification time — time spent in verification cycles
  • Fix time — time spent fixing issues after failed verifications
  • Retries — number of failed verification attempts

Session timeline

The timeline visualizes the entire session as a horizontal flow. Each activity appears as a block, color-coded by type:
ColorActivity type
BlueCode change
GreenVerification (passed)
RedVerification (failed)
OrangeFix
Clicking any block in the timeline jumps to that activity’s detail section. The session detail page is organized into tabs:
TabContents
ActivitiesAll agent actions in order
VerificationsEach verification cycle with evidence and verdict
FixesCode changes made to resolve failed verifications
TracesTool call traces with the span waterfall chart
AnalysisAI-generated findings and recommendations

Activities

Individual agent actions within the session.

Verifications

Browser and Node verification cycles with evidence.

Fixes

Code changes made to resolve failures.

Traces

Tool call traces and the span waterfall chart.