New
CLI
A scriptable command-line tool for your Jawbly account. Manage assistants, keep your catalog in sync from CI, tail live conversations and export captured records, all from the terminal.
Install
terminal
npm install -g @jawbly/cliThen authenticate once with a key from your dashboard. The CLI stores it in ~/.jawbly.
Common commands
A few things you’ll reach for. Run jawbly --help for the full list.
Authenticate with your API key.
terminal
jawbly loginList your assistants.
terminal
jawbly assistants listSync a catalog collection from a file.
terminal
jawbly catalog sync ./products.csv --collection productsLive-tail incoming conversations.
terminal
jawbly conversations tailExport captured records.
terminal
jawbly records export orders --since 2026-07-01 > orders.json