Stacks
Bundle files JSON via Sandbox Manager
Accepts a JSON array of {path, content}, packs into a tar.zst, and forwards to the Sandbox Manager /sandbox/bundle endpoint.
post/v1/stacks/bundle/files
Request body
Example request
{
"files": [
{
"path": "index.html",
"content": "<html>...</html>"
}
]
}Response
Bundled file returned