API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/terminal/snapshotβ Get rendered terminal snapshot - GET
/api/v1/terminal/findβ Search terminal screen with regex - POST
/api/v1/terminal/pressβ Send named key presses to terminal - POST
/api/v1/terminal/pasteβ Paste text into terminal - POST
/api/v1/terminal/waitβ Wait for terminal condition - GET
/api/v1/terminal/automation/metricsβ Get terminal automation metrics - GET
/api/v1/terminal/keysβ List supported key names for /press endpoint - GET
/api/v1/terminal/{terminal_id}/automationβ Get per-session automation state
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help