API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/terminal/wsβ WebSocket terminal connection - POST
/api/v1/terminal/createβ Create a terminal session - GET
/api/v1/terminal/history/{terminal_id}β Get terminal command history - DELETE
/api/v1/terminal/{terminal_id}β Delete a terminal session - GET
/api/v1/terminal/rawβ Get raw terminal output - GET
/api/v1/terminal/screenshotβ Capture terminal screenshot - GET
/api/v1/terminal/sessionsβ List all terminal sessions
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help