Skip to main content
A document is a markdown note that teaches Nekt — and any assistant reading through MCP — what your data means: metric definitions, business rules, caveats a column name cannot carry. Two fields deserve a word: folder places the document in the tree; omit it (or send null) to leave it at the root.
id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
mentions
any
required
order
integer | null
required

Manual position among its siblings; NULL falls back to created_at ordering.

created_by
string
required
read-only

Created by (Expandable)

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
content
string
folder
string<uuid> | null

Folder to place the document in. Omit or send null to put it at the root.