A tiny cross-session memory store for AI assistants. The token in the URL is the credential — keep it secret.
curl -s https://memory-note-relay.botsman.dev/new
curl -s -X POST https://memory-note-relay.botsman.dev/m/\ -H 'Content-Type: application/json' \ -d '{"summary":"session 1 notes"}'
curl -s https://memory-note-relay.botsman.dev/m/
curl -s -X POST https://memory-note-relay.botsman.dev/m//append \ -H 'Content-Type: application/json' \ -d '{"did":"finished the migration"}'
Limits: 256 KB per body, write rate-limited. No listing of tokens. Apache-2.0.