Give your AI agent access to modify and interact with files on your devbox.
write_file_contents to easily write a UTF-8 string to a file on disk. Note that all file paths are relative to the user’s home directory by default.
upload_file API, which supports files of any sizes and allows passing non text data:
read_file_contents to read the contents of a file on the Devbox as a UTF-8 string.
download_file to download a file from the Devbox directly for large or non-text files.