The SenseLab CLI provides commands for inspecting, diffing, and snapshotting local memory from the terminal.
Installation
Initialize a Project
amfs.yaml, .amfs/, and updates .gitignore. Run this once per project.
Inspect Memory
List Entries
Read an Entry
Diff Version History
See how an entry changed across versions:Snapshots
Export
Export all memory to a JSON file:Restore
Restore memory from a snapshot:Custom Config Path
All commands accept a-c / --config flag:
Connecting to SenseLab
CLI commands work against local storage by default. To interact with the managed platform, use the HTTP API directly or configure the MCP server withAMFS_HTTP_URL.
Environment Variables
amfs inspect, amfs snapshot) still read from the local adapter — use the Dashboard or REST API for remote inspection.
See the Connect to SenseLab guide and Environment Variables for details.
