Documentation
API
Control Bentomux from scripts, tools and agents through the CLI and local socket API.
CLI
bentomux --help bentomux new-session my-work bentomux attach
Socket
Bentomux exposes a local socket for programmatic control. Agents can list panes, send input and read output without going through the UI.
echo '{"method":"list_panes"}' | nc -U /tmp/bentomux.sock