Check active anchors for drift against recent outputs.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/anchors/check-drift" \ -H "Content-Type: application/json" \ -d '{ "recent_outputs": [ "string" ] }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Check Before Retry
Search for matching past failures to avoid retry loops.
Clear All Memories
Clear all memories for the current user, or everything if nuclear=true. WARNING: This deletes memories. Cannot be undone. If nuclear=true, deletes EVERYTHING (graph + cache + vectors) for dev/cleanup. SEC-ROUTE-AUTHZ-1 H10: the nuclear path wipes the entire deployment (all tenants), so it requires the superadmin role. The ordinary scoped clear (own memories only) stays open to any authenticated user.