Stacks
Write a file to the sandbox
Writes file content to a path inside the sandbox (via mount or exec under the hood)
post/v1/stacks/{id}/write-file
Path parameters
idstring required
Stack identifier
Example:stk_abc123
Request body
Example request
{
"path": "/workspace/index.html"
}Response
File write result