5.8 The confirm tool

Refreshes a memory’s last_confirmed_at to now() without rebuilding the embedding. Cheap operation.

5.8.1 Inputs

id

Required integer. The memory’s id.

5.8.2 Output

{
  "ok": true,
  "memory_id": 123,
  "last_confirmed_at": "2026-05-17T14:00:00Z"
}

5.8.3 Errors

INVALID_INPUT, NOT_FOUND.