/
KE
kernel
/
Kernel Images API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4d ago
Details
Filter operations
post
Start a screen recording. Only one recording per ID can be registered at a time.
post
Execute a command synchronously
post
Execute a command asynchronously
get
Get process status
get
Stream process stdout over SSE
post
Write to process stdin
post
Send signal to process
post
Resize a PTY-backed process
post
Stop the recording
get
Download the most recently recorded video file
get
List all recorders
post
Delete a previously recorded video file
post
Add a named marker to an in-progress recording
post
Simulate a mouse click action on the host computer
post
Move the mouse cursor to the specified coordinates on the host computer
post
Capture a screenshot of the host computer
post
Hide or show the cursor
post
Get the current mouse cursor position on the host computer
post
Type text on the host computer
post
Press one or more keys on the host computer
post
Scroll the mouse wheel at a position on the host computer
post
Drag the mouse along a path
post
Execute a batch of computer actions sequentially
post
Read text from the system clipboard
post
Write text to the system clipboard
get
Stream logs over SSE
get
Read file contents
get
Download a directory as a ZIP archive
put
Write or create a file
post
Upload one or more files
post
Upload a zip archive and extract it
get
Download a directory as a tar.zst archive
post
Upload a tar.zst archive and extract it
get
List files in a directory
put
Create a new directory
put
Delete a file
put
Delete a directory
put
Set file or directory permissions/ownership
get
Get information about a file or directory
put
Move or rename a file or directory
post
Watch a directory for changes
get
Stream filesystem events for a watch
delete
Stop watching a directory
patch
Update display configuration
post
Upload one or more unpacked extensions (as zips) and restart Chromium
post
Upload and activate one or more unpacked extensions
patch
Update Chromium enterprise policies and restart
patch
Update Chromium launch flags and restart
post
Apply batched session and browser configuration plus optional navigation
post
Execute Playwright/TypeScript code against the browser
get
Get telemetry configuration
put
Set telemetry configuration
patch
Update telemetry configuration
post
Publish an event into the telemetry stream
get
Stream telemetry events as Server-Sent Events
post
Idempotently disable scale to zero on this VM.
post
Idempotently enable scale to zero on this VM.
Delete a directory
put
/fs/delete_directory
Request body
DeletePathRequest
required
path
string
required
Absolute path to delete.
Response
Directory deleted
Changes