Skip to main content
The motus command is the entry point for the Motus Agent Framework CLI. Use it to run agents locally as HTTP servers, interact with them from the terminal, and deploy them to Motus Cloud.

Usage

If no command is given, motus prints the help message and exits.

Environment variables

Configuration files

Motus reads project-level settings from motus.toml in the working directory. After a successful deploy, the CLI writes project_id, build_id, and import_path to this file so that subsequent commands can run without flags. See Configuration for details.

Subcommands