List collections
GET /memory/collections
Returns all collections the caller can access in the current workspace.
Response
Create collection
POST /memory/collections
Permission: Owner or admin only.
Body
string
required
Unique ID within the workspace. Lowercase, alphanumeric, underscore, hyphen.
string
required
Human-readable display name.
string
default:"team"
Collection type. One of:
team, knowledge, hive.If true, all workspace members can read memories in this collection.
object
Arbitrary metadata attached to the collection.