tenki_write_file
Write UTF-8 text files to a Tenki sandbox at an absolute path under /home/tenki using a session ID. Use this to add or modify files in an isolated microVM environment.
Instructions
Write a UTF-8 text file to a sandbox (paths under /home/tenki).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path inside the sandbox, under /home/tenki. | |
| content | Yes | ||
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. |