Skip to main content

Organization Knowledge

Organization knowledge is the shared memory layer for reusable knowledge inside one org_id.

Endpoints

  • GET /v1/organizations/:org_id/knowledge
  • GET /v1/organizations/:org_id/knowledge/:id
  • GET /v1/organizations/:org_id/knowledge/metrics

Query Parameters

The list route currently supports:
  • q: search text
  • contributor: filter by contributing user
  • source_type: filter by source memory type
  • sort: one of published_desc, contributions_desc, active_desc, topic_asc

Example

Mental Model

Treat this as an evolved read model, not a dump of all organization events. It should hold reusable knowledge that multiple users and agents can benefit from.