# Linkhut AI integration on Definable

> LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place

## What this connects

LinkHut manages bookmarked links in a minimalistic, shareable interface, helping teams organize URLs and track references in one place

Vendor: https://linkhut.org/

## Tools available

**5** tools available. First 5:

- `LINKHUT_ADD_BOOKMARK` — Add bookmark — Adds a new bookmark to LinkHut. The bookmark can be marked as private/public and read/unread, with optional tags and notes.
- `LINKHUT_DELETE_BOOKMARK` — Delete bookmark — This 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.
- `LINKHUT_GET_ALL_TAGS` — Get all tags — Retrieves a list of all tags and their usage counts for the authenticated user. No additional parameters required besides authentication.
- `LINKHUT_GET_BOOKMARKS` — Get bookmarks — Retrieves 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).
- `LINKHUT_UPDATE_BOOKMARK` — Update Bookmark — This tool allows users to update an existing bookmark in LinkHut. The tool updates the metadata of a bookmark including its title, description, and tags.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Linkhut

Inside a Definable workflow, Linkhut is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Linkhut** — the Researcher (GPT-5.5) pulls context from Linkhut (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Linkhut** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Linkhut (create record, post message, draft email).
- **Designer / Engineer → Distributor → Linkhut** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Linkhut (attach file, open PR comment, post status).

The Verifier checks every Linkhut call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- bookmark managers — https://definable.ai/apps/category/bookmark-managers/

## Related

- HTML page: https://definable.ai/apps/linkhut/
- Same category (bookmark managers): https://definable.ai/apps/category/bookmark-managers/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
