Memory Layers
Create a new memory layer
Creates a new memory layer in the workspace
POST
CLI
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
Body
application/json
Response
OK
MemoryLayer is a named container of memory entries that can be composed into an objective's memory cascade. Layers are workspace-scoped resources. The layer type controls how its entries participate in the agent loop — see MemoryLayerType for details.
See "Memory cascade composition" above for how layers compose at lookup time.