Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.script.it/llms.txt

Use this file to discover all available pages before exploring further.

A session is a conversation you have with the Script.it AI agent. Every time you open a new chat, you’re starting a new session — and within it you can build scripts from scratch, run them, review their output, and refine them through follow-up messages. The agent understands context across the whole conversation, so you can iterate naturally without repeating yourself.

Sessions and scripts

Sessions and scripts are closely related but serve different purposes. A script is the reusable automation workflow — its blocks, source files, and supporting data files. A session is the working context in which you build and run those scripts. When the agent edits a script inside a session, that change is immediately visible everywhere. But the files your scripts produce during a run — downloaded files, generated outputs, and results — belong to the session, not the script. This keeps your scripts clean and reusable while giving each session its own separate workspace.

What you can do in a session

Sessions are where most of the work happens in Script.it:
  • Build scripts — describe an automation in plain English and let the agent generate the blocks, source files, and supporting files for you.
  • Run scripts — trigger a script from chat and watch the execution results appear in real time.
  • Review output — inspect block results, read files produced during the run, and see what your automation actually did.
  • Iterate — ask the agent to modify a block, debug a failure, add a new step, or restructure the workflow entirely, all in the same conversation.
  • Manage files — view and download files your scripts created during the session.

Session workspaces

Each session has its own separate workspace. When a script runs, any files it creates — fetched data, generated reports, temporary outputs — are stored in that session. Those files won’t appear in other sessions, which means concurrent sessions never interfere with each other. The script itself is the one exception: because scripts are shared, any change the agent makes to a script in one session is immediately reflected everywhere. The agent tracks these changes and can revert them if you ask.

Picking up where you left off

Session history persists. You can leave a session and return later — your chat history will be there, and the agent will have full context from your previous conversation. When you reconnect, the session restores its state so you can continue right where you left off. The pages in this section cover the two main parts of a session in detail: the agent chat and the session files panel.

Using the Script.it agent chat to build and run scripts

Build, run, modify, and debug scripts by chatting with the Script.it AI agent — from your first message to a working, iterated automation.

Session files: view and download your script outputs

Every session has its own files panel showing outputs, downloads, and data your scripts produced. Learn how to view, use, and export session files.