ForeverVM offers SDKs in Python and JavaScript/TypeScript.
| Python | JavaScript |
|---|
 |  |
Installation
pip install forevervm-sdk
npm install --save @forevervm/sdk
SDK
The ForeverVM SDK has two main classes:
ForeverVM wraps ForeverVM’s REST API. Use it to manage your machines and for executing one-off instructions.
Repl creates a REPL session on a ForeverVM machine. Use it for submitting multiple instructions to a single machine or streaming output.