Create a memory entry
POST/api/v1/memory-entries
Creates a new entry in the specified memory container. Automatically generates an embedding for semantic search, and skips the write when an existing entry is a near-duplicate (see duplicate_threshold). A merely similar fact is stored as its own entry: this path has no agent context and therefore no model to consolidate two facts into one.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 500
Memory entry deduplicated (action is "skipped")
Memory entry created
Bad request (missing required fields)
Unauthorized
Forbidden
Memory not found
Internal server error