List memories
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | No | Filter memories by keyword |
limit | integer | No | Page size, 1–100. Defaults to 20 |
cursor | string | No | Pagination cursor from a previous response |
source is agent for observations the agent recorded itself and api for memories you created.
Get a memory
Create a memory
Update a memory
Delete a memory
Errors
| Status | Error | When |
|---|---|---|
| 400 | validation_error | Invalid request body |
| 404 | not_found | Deployment or memory does not exist |

