Memory
Propose a memory change
File a note for the memory agent to fold in on its next run. Does not edit memory.
POST
https://cloud.generalinput.com/v1/memory/:ownerType/proposalsAuthenticationRequires
memory:manage on a personal API key. A CLI session always passes.Phrase the note as the change to make ("deploys go out Tuesdays"), not a summary of a conversation. Workspace memory is shared with the whole team, so keep it about the business, never about a person; anything personal goes to membership.
Path and query
As for read memory.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
note | string | yes | The change, up to 1000 characters. |
Response
{ "message": "Queued for the next memory update." }Errors
| Status | When |
|---|---|
400 | The note is empty, too long, or the queue refused it. The message says why. |
403 | The member may not modify that memory. |