mnemos_store
PAID (0.01 USDC). Store a memory in your isolated bi-temporal namespace.
Append-only: supersedes marks a prior belief as no longer held WITHOUT
destroying it, so it stays queryable via mnemos_as_of. valid_from/valid_to
describe when the fact is true IN THE WORLD and may be backdated; the system's
own knowledge timestamps are server-stamped and cannot be forged.
Returns an x402 quote; requires header X-TENANT-KEY once settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Stable identifier for this fact (e.g. 'ACME.runway'). | |
| value | Yes | The memory content (max 6000 chars). | |
| valid_to | No | ISO8601 -- when it stopped being true (omit if still true). | |
| supersedes | No | memory_id of the prior belief this replaces. | |
| valid_from | No | ISO8601 -- when the fact became true in the world. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||