Create a new session
tmux_new_sessionCreates a detached tmux session for collaboration, optionally on a remote SSH host, with an optional startup command.
Instructions
Create a detached tmux session to collaborate in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| name | Yes | Session name to create. | |
| command | No | Optional command to start in the first window. |