LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place
LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place On Nagent, Linkhut is exposed as a fully-configurable bookmark managers integration that any agent can call — 5 actions, and OAuth authentication. No code is required to wire Linkhut into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Linkhut to automate the kinds of tasks bookmark managers teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Linkhut into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Linkhut, with input parameters and output schema. Drop these into any step of an agent built in Helix.
LINKHUT_ADD_BOOKMARKAdds a new bookmark to LinkHut. The bookmark can be marked as private/public and read/unread, with optional tags and notes.
Input parameters
The URL of the webpage to bookmark
Comma-separated list of tags for the bookmark
Whether the bookmark should be public (true) or private (false)
Whether to mark the bookmark as unread
Additional notes or description for the bookmark
The title or description of the bookmark
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LINKHUT_DELETE_BOOKMARKThis tool allows users to delete a bookmark from their Linkhut account by providing the bookmark URL. It operates independently and only requires the URL parameter to identify and remove the bookmark.
Input parameters
The URL of the bookmark to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LINKHUT_GET_ALL_TAGSRetrieves a list of all tags and their usage counts for the authenticated user. No additional parameters required besides authentication.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LINKHUT_GET_BOOKMARKSRetrieves bookmarks from the user's Linkhut account with optional filtering. This tool fetches bookmarks from Linkhut and supports filtering by: - Tag: Filter by one or more tags (space-separated) - Date: Filter by a specific date (ISO8601 format) - URL: Get a specific bookmark by its exact URL - Meta: Request additional metadata about bookmarks Returns a list of bookmarks with details including URL, title/description, tags, extended notes, timestamp, privacy status (shared), and read status (toread).
Input parameters
Filter by date in ISO8601 format (CCYY-MM-DDThh:mm:ssZ). Returns bookmarks saved on this specific date. If not specified, returns bookmarks from the most recent date
Filter bookmarks by tag. You can filter by multiple tags by separating them with spaces (e.g., 'tech learning')
Filter by a specific URL. Returns the bookmark for this exact URL if it exists
Include additional metadata in the response. Set to 'yes' to request metadata
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
LINKHUT_UPDATE_BOOKMARKThis tool allows users to update an existing bookmark in LinkHut. The tool updates the metadata of a bookmark including its title, description, and tags.
Input parameters
The URL of the bookmark to update
Comma-separated list of tags for the bookmark
Whether the bookmark should be public (true) or private (false)
Whether to mark the bookmark as unread
Additional notes or description for the bookmark
The new title or description of the bookmark
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 39 agents privately built on Nagent that already use Linkhut.
Build on Nagent
Connect Linkhut to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Linkhut, and click "Connect Now." You'll authenticate with OAuth — Nagent handles credential storage and refresh automatically. Once connected, Linkhut is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Linkhut is connected, you configure its 5 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Linkhut steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Linkhut event fires, the agent kicks off automatically.
Every Linkhut action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Linkhut ships with 5 pre-built bookmark managers actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Linkhut together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Linkhut-based workflows tailored to your business.