ApiSandboxes
Upload Sandbox File
Upload a file to a sandbox.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
sandbox_id*string
Format
uuidfile_path*string
Cookie Parameters
access_token?|
Response Body
application/json
curl -X PUT "https://loading/api/v1/sandboxes/497f6eca-6276-4993-bfeb-53cbbbba6f08/files/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Update Sandbox
Update sandbox configuration (state-aware). Fields that require a stopped sandbox (env_vars, network_enabled, memory_mb, cpu_cores) return 409 if the sandbox is running. disk_mb is never updatable.
Sdk Cache Get
Read from cache. Keys are auto-namespaced by ``user_id`` and ``skill_id`` (extracted from the API key description) to prevent cross-tenant leakage.
