Sessions need a paid plan. There is no session on the free allowance. See What Paid Unlocks.
session opens a separate harness session in your current workspace where every turn runs through Nito. Your ordinary session is untouched.
Run It
- Claude Code
- Codex
--model it uses your saved default.
What It Keeps, and Why
A session keeps your prompt history, transcripts, and project state on your machine. That is the point of it. A session is meant to be lived in across many turns and returned to later, which is impossible without a record. So a session gives you routing privacy, not local privacy:- Your harness provider never sees the work. Every turn goes to Nito, at the privacy level of the model running it.
- Your machine keeps the record. History and transcripts are stored the way your harness normally stores them, and Nito does not encrypt them.
private.
Reach for
private when a turn should leave nothing behind. Reach for session when you want to keep the work.
Next
Session (full reference)
Every option, what runs inside a session, and the first-release notes.
Session Launchers
Start the same session from your terminal.

