memaxdocs
CLI Reference

memax agents

Manage agent configurations and sessions. Sync configs across devices, backup and restore agent sessions.

The agents command group manages your AI agent configurations and session artifacts across devices.

Agent config sync

Sync agent configuration files (.claude/MEMORY.md, .cursorrules, etc.) to Memax cloud for cross-device portability.

memax agents configs list

List synced agent configs.

memax agents configs list

memax agents configs sync

Sync local agent configs to cloud.

memax agents configs sync

memax agents configs deleted

View recently deleted configs (for recovery).

memax agents configs deleted

memax agents configs restore

Restore a deleted config.

memax agents configs restore <config-id>

Agent session sync

Sync agent session artifacts (conversation logs, tool outputs, etc.) to object storage for backup and review.

memax agents sessions list

List synced sessions.

memax agents sessions list

memax agents sessions sync

Sync local session artifacts to cloud.

memax agents sessions sync

memax agents sessions deleted / restore

Recovery commands for deleted sessions.

Combined sync

memax agents sync

Run both config and session sync in one command.

memax agents sync

This is equivalent to running memax agents configs sync and memax agents sessions sync sequentially.