Memory
Create Memory
Create one persistent memory row
POST
Create Memory
Create Memory
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
AgentFlow is built by ES Consulting — production AI systems, delivered.
Create one persistent memory row
curl --request POST \
--url https://api.example.com/api/v1/memories{
"kind": "core",
"content": "Prefers concise summaries.",
"scope": "user"
}
| Field | Type | Description |
|---|---|---|
kind | core, archival | Defaults to core |
content | string | Required; non-empty |
scope | user, agent | Defaults to user |
agent_id | string | Required when scope=agent; rejected for user-scoped rows |
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"kind": "core",
"content": "Prefers concise summaries.",
"scope": "user",
"agent_id": null,
"created_at": "2026-04-30T16:00:00",
"updated_at": "2026-04-30T16:00:00"
}
Was this page helpful?
curl --request POST \
--url https://api.example.com/api/v1/memories