Session Start
session_startStart a persistent session for code execution. Python/Node gain stateful REPL preserving variables and imports; other languages receive a persistent workspace directory. Returns session ID.
Instructions
Start a persistent session. python3/node get a stateful REPL worker (variables/imports persist across execute_code calls); other languages get a persistent workspace directory. Returns session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language for the new session's worker/workspace; default 'python3' gets a stateful REPL | python3 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||