There is no option in tmuxp to load a session in a detached manner, which makes some automation scripts uncomfortable.
For example, one might use saltstack to start a develop server via tmuxp and do something, which could be achieved by tmux new-session -d "teamocil keystone". However, it would get a TmuxpException if tmuxp was used.