Skip to main content

Sessions

Sessions is the default working mode in Routa.

What Sessions Is For

Choose Sessions when you want:

  • the shortest path from prompt to useful work
  • one main thread you can recover later
  • flexible orchestration without pre-committing to a board or team structure

How It Works

Sessions starts from one recoverable execution thread. The system can still bring in specialists when the task needs them, but the run begins as one session, not as a fixed workflow graph.

Typical First Run

  1. Open a workspace.
  2. Make one provider available.
  3. Attach a repository.
  4. Start a Session.
  5. Give Routa one concrete implementation task.

Best Fit

Sessions is usually the right choice for:

  • feature work that still needs exploration
  • debugging and recovery
  • one-shot implementation tasks
  • the first successful run in a new workspace
  • Kanban if you want lane-based automation
  • Team if you want lead-driven delegation