TheDocumentation Index
Fetch the complete documentation index at: https://docs.motus.lithosai.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Subcommands
| Command | Description |
|---|---|
motus serve start | Start an HTTP server that wraps an agent |
motus serve chat | Send a message or enter an interactive REPL |
motus serve health | Check the health of a running server |
motus serve create | Create a new session |
motus serve sessions | List all active sessions |
motus serve get | Get details for a session |
motus serve delete | Delete a session |
motus serve messages | Retrieve conversation history for a session |
motus serve send | Send a message to an existing session |

