Documentation
Store a memory, then read it back.
Three pages and no preamble. The quickstart takes an empty account to a stored memory. The CLI page is the reference for the tool your assistant drives. The API page is the contract both of them speak.
Install the command-line client
macOS and Linux. The installer fetches the published manifest, downloads the bundle, verifies it against the manifest's sha256, and installs a launcher. It compiles nothing and needs no root.
curl -fsSL https://pfmem-api.packagefactory.dk/install.sh | shThen put the launcher on your PATH and store a key:
export PATH="$HOME/.pfmem/bin:$PATH"
pfmem initWhere to go
Quickstart
Sign up, mint a key, create a workspace, install the client, store a conversation, read it back. Seven steps, and only one of them cannot be repeated.
Read onCLI
Install, the stdout contract a harness parses against, every command and flag, the exit codes, the log file, updates, and the skill an agent reads before its first call.
Read onHTTP API
The base URL, the two ways to authenticate, the response envelope, the status codes, the key tiers, and what every endpoint does.
Read on