MINARA

Create a user memory

POST /v1/memory — Hand-write a memory the agent should always remember. Server stamps `category=personalization` + `source=user_manual`; `

POST /v1/memory

Hand-write a memory the agent should always remember. Server stamps category=personalization + source=user_manual; fact_type and tickers are stored in metadata.

MethodPOST
Path/v1/memory
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorypersonalization

Request body

{ "statement": "I do not trade meme coins.", "fact_type": "constraint.hard", "tickers": [] }

Response body

{ "ok": true, "id": 142 }

On this page