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.

A session represents a single continuous working period for an AI agent — from when it starts editing to when it completes or is interrupted. Every time your agent works on a task, a new session is created.

The sessions list

The sessions page shows all sessions for a project in reverse chronological order. Each row displays:
ColumnDescription
Statusrunning, passed, failed, or incomplete
StartedWhen the session began
DurationTotal elapsed time
ActivitiesNumber of distinct actions (code changes, verifications, fixes)
VerificationsCount of verification cycles and their outcomes
VerdictFinal pass/fail result

Session status

StatusMeaning
runningThe agent is still active in this session
passedAll verifications completed with a passing verdict
failedOne or more verifications failed and the retry limit was reached
incompleteThe session ended before a verdict was submitted

Filtering sessions

Use the filter bar at the top of the sessions list to narrow results:
  • Status — show only passed, failed, or running sessions
  • Date range — filter by when sessions started
  • Duration — show sessions longer or shorter than a threshold
  • Verdict — filter by final pass/fail outcome

What a session contains

Clicking a session row opens the Session Details page, which shows:
  • A full timeline of all activities
  • Every verification cycle with evidence
  • All fixes the agent made
  • Trace data and span charts
  • Analysis findings and recommendations

Next steps

Session details

Explore the timeline, verifications, fixes, and traces for a single session.