mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Document mkdir
This commit is contained in:
parent
3ee0a57d6d
commit
0d00c56b44
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ When running with `--serve`, the following REST API endpoints are available:
|
|||
- **GET /api/sessions/{session-id}/snapshot** - Current session output snapshot
|
||||
- **POST /api/sessions/{session-id}/input** - Send input to session (body: `{"text": "input"}`)
|
||||
|
||||
### File System Operations
|
||||
|
||||
- **POST /api/mkdir** - Create directory (body: `{"path": "/path/to/directory"}`)
|
||||
|
||||
### Static Files
|
||||
|
||||
- **GET /** - Serves static files from `--static-path` directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue