v1

latestOpenAPI 3.1.12026-07-17146175447.5 KB

Launch a hackbrowser crawl

Start a hackbrowser crawl for a session from an interactive entry point (TUI slash, CLI subcommand). Same backend as the LLM-callable hackbrowser tool — agent invocation, slash, and CLI all share this surface. Returns a KickOffResult; captures stream into the session asynchronously.

post/session/{sessionID}/hackbrowser/launch

Path parameters

sessionIDstring required

Query parameters

directorystring

Request body

targetstring uri required
credentialsstring[]
scopestring[]
excludestring[]
stepsinteger
headlessboolean

Response

Crawl successfully kicked off; returns sessionID + started flag + status message

sessionIDstring required
startedboolean required
messagestring required