Hjarni

Hjarni is a personal knowledge management platform for organizing, searching, linking, and maintaining notes, containers, and tags.

15 actions Integration catalog
Request access
Connect Hjarni once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create ContainerHJARNI_CREATE_CONTAINER
Create a root or nested Hjarni container for organizing notes.
Create NoteHJARNI_CREATE_NOTE
Create a Markdown note in the inbox or a container. Tags named in tag_names are applied as part of creation. Free accounts are limited to 25 notes, so check account status if quota pressure is possible.
Create NotesHJARNI_CREATE_NOTES
Create 1-25 Markdown notes in order and return one result per input. This batch is non-atomic: successful notes remain created if another item fails.
Create TagHJARNI_CREATE_TAG
Create a Hjarni tag for organizing notes.
Get Account StatusHJARNI_GET_ACCOUNT_STATUS
Return the connected Hjarni identity, token scope, plan, teams, and current resource usage and quotas. Use this before creating many notes or attachments; Free accounts allow 25 notes, 5 attachments, and 20 MB of attachment storage.
Get NoteHJARNI_GET_NOTE
Get one Hjarni note by ID with its Markdown body, tags, container, attachments, links, and optimistic-lock version.
List ContainersHJARNI_LIST_CONTAINERS
List Hjarni containers as active roots, archived roots, or all active containers in a flat view. Use next_cursor to page through results.
List NotesHJARNI_LIST_NOTES
List and filter personal Hjarni notes, including active, inbox, archived, or favorited notes. Use next_cursor to page through results; use query for simple personal-note filtering.
List TagsHJARNI_LIST_TAGS
List all Hjarni tags and their note counts. Use next_cursor to page through results.
List Trashed NotesHJARNI_LIST_TRASHED_NOTES
List recoverable trashed Hjarni notes with their deletion and scheduled purge times. Use next_cursor to page through results.
Rename TagHJARNI_RENAME_TAG
Rename an existing Hjarni tag without changing its note associations.
Restore NoteHJARNI_RESTORE_NOTE
Restore a note from Trash before its scheduled purge and return the active note.
Move Note to TrashHJARNI_TRASH_NOTE
Move a note to recoverable Trash. This is not immediate permanent deletion: Hjarni retains the note for about 30 days, and RESTORE_NOTE can recover it before purge.
Update ContainerHJARNI_UPDATE_CONTAINER
Update a Hjarni container's name, description, parent, position, or container-specific AI instructions.
Update NoteHJARNI_UPDATE_NOTE
Update note metadata, placement, tags, or body. body replaces the entire Markdown body; append_body safely appends text. Provide expected_lock_version from GET_NOTE to prevent overwriting concurrent edits.