Back to home
Read the Sessions docs →
January 20, 2026
Instrument multi-turn conversations
Sessions are now on neatlogs. Group every turn of a chatbot or multi-turn workflow under a single session — one parameter change.

How it works
Pass auto_session=True and Neatlogs handles the rest. Every trace your process produces gets attached to the same session automatically. Bring your own session ID if you already manage conversation state externally.
Quick start
neatlogs.init(
api_key=...,
workflow_name="support-chatbot",
auto_session=True,
)