Skip to main content
POST
/
api
/
sandboxes
/
{id}
/
files
/
mkdir
Create Directory
curl --request POST \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/files/mkdir \
  --header 'X-API-Key: <api-key>'
{}
Create a new directory.
id
string
required
Sandbox ID
path
string
required
Path for the new directory
{}