Skip to main content
The motus serve command group starts an agent HTTP server and provides subcommands to interact with it (chatting, managing sessions, and sending messages) all from the terminal. It’s a frontend to the API.

Usage

motus serve <command> [options]

Subcommands

CommandDescription
motus serve startStart an HTTP server that wraps an agent
motus serve chatSend a message or enter an interactive REPL
motus serve healthCheck the health of a running server
motus serve createCreate a new session
motus serve sessionsList all active sessions
motus serve getGet details for a session
motus serve deleteDelete a session
motus serve messagesRetrieve conversation history for a session
motus serve sendSend a message to an existing session