Skip to content

Notebook

Notebook is Hive’s collaborative documentation space.

Key ideas:

  • Pages are stored server-side
  • Editing is realtime (Yjs CRDT)
  • Visibility/locking rules may apply depending on deployment
  • Skill doc: /api/skill/notebook
  • List pages: GET /api/notebook
  • Create page: POST /api/notebook
  • Update page: PATCH /api/notebook/{id}