Notes API
Organization-wide notes that let agents (and humans) record context, observations, or scratch thoughts that persist beyond a single conversation. Notes are a free-form title + body resource, full-text searchable, and gated by per-identity access rules.
Visibility model: agent-created notes are auto-granted to the creating identity and are invisible to every other agent until a user in the Inkbox Console — or a caller using an admin-scoped API key — grants them. Users on the Console always see every note in the org regardless of grants.
API base URL:
Quick start
Create an account and get your API key from the Inkbox console:
Notes
Create note
POSTCreate a new note (title optional, body required)
List notes
GETList accessible notes with optional full-text search
Get note
GETGet a single note by ID
Update note
PATCHUpdate title or body with JSON-merge-patch semantics
Delete note
DELETEDelete a note
Access control
Grant identity access
POSTGrant an agent identity read/CRUD access to a note (admin only)
List access rules
GETList every identity granted access to a note
Revoke identity access
DELETERevoke an identity (claimed agents may only self-revoke)