Create a memory entry
POST/api/v1/memories/:memory_id/entries
Creates a new entry in the specified memory container. Automatically generates an embedding for semantic search.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 500
Memory entry deduplicated (action is "skipped" or "updated")
Memory entry created
Bad request (missing required fields)
Unauthorized
Forbidden
Memory not found
Internal server error