Organization Knowledge
Organization knowledge is the shared memory layer for reusable knowledge inside one org_id.
Endpoints
GET /v1/organizations/:org_id/knowledgeGET /v1/organizations/:org_id/knowledge/:idGET /v1/organizations/:org_id/knowledge/metrics
Query Parameters
The list route currently supports:
q: search textcontributor: filter by contributing usersource_type: filter by source memory typesort: one ofpublished_desc,contributions_desc,active_desc,topic_asc
Example
curl -s "http://127.0.0.1:3000/v1/organizations/default/knowledge?q=rust&sort=published_desc" \
-H "Authorization: Bearer $TOKEN"
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.