Skip to main content
Annotations

ArcaQ feature

ยง1 โ€” Four annotation types

Annotations are typed objects โ€” not free-text black holes.

๐Ÿ’ฌ

Comment

General contextual note attached to a node.

๐Ÿ”ด

Correction

Flag an incorrect assertion for review, triggering a structured workflow.

โœ…

Validation

Confirm that an assertion is verified and accurate.

โ“

Question

Mark knowledge gaps to prompt research or expert contribution.

๐Ÿ”’

Private or shared visibility

Annotations default to private. Mark as shared to make them visible to teammates.

๐Ÿ“

Sidebar integration

Click any node to reveal its annotations panel in the Second Brain sidebar.

ยง2 โ€” API reference

All annotation operations exposed via the Second Brain REST API.

MethodEndpointDescription
POST/second-brain/annotationsAdd annotation to an entity URI
GET/second-brain/annotations?entity_uri=โ€ฆGet annotations for an entity
DELETE/second-brain/annotations/{id}Delete an annotation

Get started