OpenAPI 3.1.0raw.githubusercontent.com2026-08-202766453.1 MB

2cd7e7f7bcb4

Memory Stores

Create memory store

post/v2/memory-stores

Request body

keystring required

The unique key of the memory store. The key is unique and inmmutable and cannot be repeated within the same workspace.

descriptionstring required
ttlnumber nullable
pathstring required

Entity storage path. With workspace-level API keys, the first element identifies the project. With project-level API keys, the path is relative to that project.

Response

Memory store successfully created with the specified configuration.

keystring required

The unique key of the memory store. The key is unique and inmmutable and cannot be repeated within the same workspace.

descriptionstring required

The description of the memory store. Be as precise as possible to help the AI to understand the purpose of the memory store.

created_by_idstring nullable

The user ID of the creator

updated_by_idstring nullable

The user ID of the last updater

createdstring required

The creation date of the memory store

updatedstring required

The last update date of the memory store

ttlnumber nullable
_idstring required

The unique identifier of the memory store