Skip to main content
Synthra provides isolated conversation contexts called sessions. Each session maintains its own message history, context window, and token usage tracking.

Quick Start

Session Limits

Lifecycle

Sessions automatically expire after 24 hours of inactivity. States: Created → Active → Idle → Expired

Configuration

Error Handling

Sessions are automatically compressed when approaching token limits.
Deleted sessions cannot be recovered. Use clearSession() to reset history while preserving the session.