MCP Gateway
ApiSandboxes

Upload Sandbox File

Upload a file to a sandbox.

PUT
/api/v1/sandboxes/{sandbox_id}/files/{file_path}

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

sandbox_id*string
Formatuuid
file_path*string
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": {}
    }
  ]
}