Try to activate a pending decision; no-op (activated=false) if requirements remain.
Path Parameters
decision_id*Decision Id
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/decisions/pending/string/activate"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Accept Nda
Record click-wrap acceptance of the current NDA version. Body: ``{"version": "<current>"}``. A mismatched version is rejected with 409 so a stale client cannot record acceptance of text the user never saw.
Add Edge
Add a direct edge between two nodes in the graph. This is a lower-level operation than link() - it creates a raw edge with custom properties. Use link() for standard memory linking. Requires authentication and validates memory ownership with tenant isolation.