Installation
Install the chainabit CLI (also aliased as cb) and sign in with browser, device, or developer token flows.
Install
Install, configure, and script the Chainabit command line.
chainabit is the terminal control plane for Chainabit.
Install it once and you can:
--jsonchainabit auth login
chainabit workspace use ws_123
chainabit chainy list
chainabit ai session create --title "Weekly review"
chainabit connectors list --category productivity
chainabit connectors exec inst_123 send_message --input '{"channel":"#general","text":"Hello"}'chainabit auth login --token-env .....env.local and production runs prefer .env.production; --env-file or CHAINABIT_ENV_FILE can still override that choice explicitly.The package installs two command names:
chainabitcb