Granted folders
mob.so keeps your files in one durable store per account. The Files node in the agent’s configuration grants folders from that store, and each granted folder appears in the agent’s environment under/home/agent/files. A folder
grant covers everything inside the folder, and the agent can read and write
those paths.
Changes the agent writes under /home/agent/files are saved to the store, so
they remain available across runs, environment replacements, and runtime
resets. Removing a grant removes the folder from the environment before the
next run starts.
Scratch files
The agent may also create local files in its working directory,/home/agent/workspace. mob.so reuses the environment for later runs, so
scratch files usually remain available between runs. They are not saved to
your file store.