# Embed Sessions
URL: /overview/sessions-api/embed-sessions

---
title: Embed Sessions
sidebarTitle: Embed Sessions
description: Learn how to view and embed your live and past sessions.
llm: true
---

You can embed Steel sessions directly into your applications or dashboards to watch live browser activity or replay recorded sessions.

Steel supports two types of embeds:

<Cards>
  <Card
    title="Live Sessions"
    href="/overview/sessions-api/embed-sessions/live-sessions"
    description="Stream an active session in real time using WebRTC (headful by default)."
  />
  <Card
    title="Past Sessions"
    href="/overview/sessions-api/embed-sessions/past-sessions"
    description="Replay completed sessions as MP4/HLS video (or rrweb for legacy headless)."
  />
</Cards>