Save links with titles, URLs, and categories so humans and agents share the same bookmark memory. Links are searchable and can be pinned to the header bar.
HTTP API
| Method |
Path |
Purpose |
GET |
/api/links |
List/search links |
GET |
/api/links/{link_id} |
Get one link |
POST |
/api/links |
Create |
PUT |
/api/links/{link_id} |
Update |
DELETE |
/api/links/{link_id} |
Delete |
PUT |
/api/links/{link_id}/pin |
Pin / unpin |
| Tool |
Role |
search_links |
List or search bookmarks |
write_link |
Create bookmark |
update_link |
Update bookmark |
delete_link |
Delete bookmark |