Create memory store
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The unique key of the memory store. The key is unique and inmmutable and cannot be repeated within the same workspace.
1 - 255^[A-Za-z]([A-Za-z0-9]*([._][A-Za-z0-9]+)*)?$The description of the memory store. Be as precise as possible to help the AI to understand the purpose of the memory store.
Entity storage path.
With workspace-level API keys, use the format project/folder/subfolder/.... The first element identifies the project, followed by nested folders (auto-created as needed). Example: Default/agents.
With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: agents. For backward compatibility, a leading project name is ignored when it matches the scoped project.
"Default"
The default time to live of every memory document created within the memory store. Useful to control if the documents in the memory should be store for short or long term.
Response
Memory store successfully created with the specified configuration.
The unique identifier of the memory store
The unique key of the memory store. The key is unique and inmmutable and cannot be repeated within the same workspace.
1 - 255^[A-Za-z]([A-Za-z0-9]*([._][A-Za-z0-9]+)*)?$The description of the memory store. Be as precise as possible to help the AI to understand the purpose of the memory store.
The creation date of the memory store
The last update date of the memory store
The user ID of the creator
The user ID of the last updater
The default time to live of every memory document created within the memory store. Useful to control if the documents in the memory should be store for short or long term.