API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/run/searchβ Search for app candidates - POST
/api/v1/run/search/pagedβ Search for app candidates with cursor pagination - POST
/api/v1/run/preflightβ Preflight a run request - POST
/api/v1/run/batchβ Execute a batch of search or run requests - GET
/api/v1/run/runβ Resolve an application and return exact shell command - POST
/api/v1/run/runβ Resolve an application via JSON body - GET
/api/v1/run/go/{rest}β Path-based resolve (positional or key-value) - GET
/api/v1/run/t/{terminal_id}/go/{rest}β Terminal-anchored path-based resolve
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help