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>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt

Use this file to discover all available pages before exploring further.

Create a new directory.
id
string
required
Sandbox ID
path
string
required
Path for the new directory
{}