SupaNet
Using SupaNet

Links

Save and organize shared bookmarks with automatic metadata.

A link is a shared bookmark. Paste a URL and SupaNet fetches its title, description, preview image, and favicon automatically — so you can keep a clean bookmarks list without manual data entry. Links work like artifacts and to-dos: you can organize them into collections, share them with your team, and include them in chats.

Links let you keep a team-wide bookmarks area where every link is useful, annotated, and accessible. You can:

  • Paste and auto-populate — paste any URL and metadata (title, description, preview image) fills in automatically.
  • Add notes — optionally include your own context or why the link matters.
  • Organize into collections — group related links so the assistant can access them when you chat.
  • Share with your team — mark a link as workspace-visible so everyone can see it, add notes, and update the list.
  • Chat with your links — include links in a collection and chat with the assistant, who can read them and discuss what's at each URL.

On the sidebar under Assets, select Links. You'll see all your links in a card grid, with options to add, edit, and delete them.

Click New link or paste a URL directly into the text input. SupaNet inserts the link right away (using the hostname as a placeholder) and then:

  1. Fetches the page server-side (your browser can't read cross-origin pages).
  2. Parses the <title>, OpenGraph meta tags (og:description, og:image), and favicon.
  3. Updates the link card with the real title, description, and preview image.

If the fetch times out or fails, the link stays with the bare URL and hostname — adding a link never blocks on metadata.

Click the pencil icon on a link card to open the edit modal. You can change:

  • URL (required) — the link destination. Bare domains are automatically converted to full URLs (e.g., example.com becomes https://example.com/).
  • Title — what the page is called.
  • Description — a summary or meta description.
  • Notes — your own context or why it matters.

Click Save to apply your changes. The preview image and favicon can't be edited directly — they're fetched from the page itself.

To change a link's visibility (private or workspace), use the toggle button on the card rather than the edit modal.

When you save a link, SupaNet shows a preview image — either a captured screenshot or the page's OpenGraph preview image (og:image). A screenshot is preferred because it shows the page as it actually appears.

Attaching a screenshot:

The assistant can attach a screenshot to a link using the set_link_screenshot tool. Pass the link's ID and the URL of a screenshot image (e.g., from a browse-the-web capture). The image is downloaded and stored; the link card then shows the screenshot as its preview instead of the generic OpenGraph image.

You can also trigger this through run-tool if you have a screenshot URL from an external capture service.

Collections and chat context

You can file links into collections — the same named groups you use for artifacts, files, and to-dos. On the Links page, multi-select links and click Add to collection to file them. When you use a collection in Chat (via the 📚 picker), the assistant has access to the links alongside artifacts, files, and tasks.

Sharing and collaboration

  • Private links — only you (and admins) can see or edit them.
  • Workspace links — everyone on your team can see them, add notes, and delete them.

When a link is workspace-visible, your team sees live updates whenever anyone edits its notes or details.

Searching and finding

Use the search box at the top of the Links page to filter links by title, URL, description, or notes. The search is case-insensitive and matches any substring. You can also organize links into collections to keep them grouped by topic or project, and use the collection filter chips to scope the grid to a single collection.

On this page