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.
| Method | POST |
| Path | /v1/memory |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |
Request body
{ "statement": "I do not trade meme coins.", "fact_type": "constraint.hard", "tickers": [] }Response body
{ "ok": true, "id": 142 }