ReferenceAPIREST API
Spaces
Browse REST endpoints for memory-space creation, lookup, updates, deletion, ownership transfer, and listing spaces or their memories.
Spaces
Manage memory storage spaces as isolated domains.
Endpoints
POSTCreate a new SpaceDELETEDelete a spaceGETGet a space by IDGETList memories in a spaceGETList spacesPOSTTransfer ownership of a spacePUTUpdate a space
Update a service identity
PUT /v1/service-identities/{id}: Updates only fields present in the request. Empty description clears that optional field. Ownership changes use the dedicated transfer endpoint.
Create a new Space
POST /v1/spaces: Creates a new space with the provided name, labels, and embedder configuration.