Back to docs

Tool Load Session

Category: Session · Tier: All

Load a previously saved session

When to Use

Session tools save and restore browser state for multi-step workflows. This includes cookies, localStorage, URL, and scroll position.

Parameters

Parameter Type Required Description
name string Yes Name of the session to load

Example

Load my saved session from yesterday

Tips

  • Sessions persist cookies, localStorage, and scroll position
  • Use _browserToken to maintain browser continuity across tool calls

Related

From the Blog