Endpoint
Request
Headers
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Directory path to create |
Example Request
Response
Success (200 OK)
Status Codes
| Code | Description |
|---|---|
| 200 | Directory created |
| 401 | Unauthorized |
| 403 | Path not allowed |
Use Cases
Setup Project Structure
Related
- SDK: sandbox.files.mkdir() - Python SDK method
- CLI Reference - Command-line interface
Next Steps
- Write File - Create files in directory
- List Files - Verify directory created

