List agents and see which channels they serve
agents & sessions
// what it does
An agent is an isolated persona — its own workspace, model auth, and session store. openclaw agents list shows them; --bindings adds the routing that maps channels, accounts, and peers to each. Out of the box a single default agent handles everything.
// shell
$ openclaw agents list$ openclaw agents list --bindings// gotcha
There is always exactly one default agent (default: true); it catches anything no binding matches. Deleting or misrouting it is how messages silently stop being answered.