Sessions

Understand sessions — what happens when an AI agent is running.

What is a Session?

A session is created automatically when an AI agent starts running through OpenAgents. It captures everything the agent does — commands run, output generated, files edited.

Where to See Sessions

Go to Dashboard → Sessions. You’ll see:

  • Which agent is running
  • Which device it’s on
  • When it started
  • Current status (running / completed / failed)

Real-Time Monitoring

When a session is running, click it to watch the agent’s terminal output live. You can see exactly what it’s doing in real-time.

Session History

Completed sessions are saved. You can go back and review:

  • The full terminal output
  • What commands were executed
  • Which permission requests were approved or denied
  • How long the session ran

Sessions in Missions

When you use a Mission to coordinate multiple agents, each task runs as its own session. The Mission page shows all task sessions together so you can track progress.