Request Body
| Field | Type | Required | Description |
|---|---|---|---|
content | string | Yes | The knowledge to store |
target | string | No | memory (agent facts, default) or user (user preferences) |
agent_id | string | No | Specific agent to store memory for (default: CEO) |
Behavior
Memory writes go through the CEO agent — Hermes ownsMEMORY.md files in each profile. The CEO incorporates the content into its memory during its next turn. The sidecar then mirrors the updated file to the datastore for read access.
Use GET /v1/memory after a few seconds to verify storage.