Skip to main content
A collection groups related memories. Each 60db workspace has automatic per-user personal collections, plus any team/knowledge/hive collections created by owners/admins.

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.
boolean
default:"true"
If true, all workspace members can read memories in this collection.
object
Arbitrary metadata attached to the collection.

Collection kinds