CLI

Install the Kestroll CLI to search, upload, and message the agent from your terminal.

Install

Run the install script in a terminal. It detects your OS and architecture, then installs the kestroll binary to ~/.local/bin.

curl -fsSL https://kestroll.com/install.sh | sh
View install script

Then sign in — this opens your browser and stores your credentials locally.

kestroll login

Commands

kestroll loginsign in via your browser
kestroll meshow the current user and organization
kestroll logoutsign out and clear local credentials
kestroll tools sessions createcreate a current tools session for tools call commands
kestroll tools call search --input '{"query":"<query>"}'search your org's assets through the tools interface
kestroll upload <local-path> [kestroll-path]upload a file or folder
kestroll download <kestroll-path> [local-path]download an asset; add --recursive for a folder
kestroll agent "<message>"send a message to a Kestroll agent and print its reply
kestroll updatecheck for and install the latest CLI release

Example:

kestroll tools sessions create
kestroll tools call search --input '{"query":"Mbappe interview"}'
kestroll upload ./clip.mp4
kestroll agent "Make a rough cut of clip.mp4"