Tags & collections
Use tags and collections to keep your library organized. Tags are flexible labels you can reuse across any item. Collections are named groups for projects, reading lists, or topics.
Tags
Tags are best for themes that show up across lots of saved links.
- Open any item.
- Add tags from the item details.
- Type a tag name and press
Enteror,to add it. - Keep suggests matching existing tags as you type.
Each item can have up to 12 tags, and each tag can be up to 40 characters.
Edit a tag
You can rename a tag or add more detail from the sidebar.
- Find the tag in the left sidebar.
- Right-click the tag.
- Choose
RenameorEdit details.
Use Edit details when you want to add a description for the tag.
Tag descriptions for AI auto-tagging
Tag descriptions help Keep choose the right existing tags when AI auto-tagging runs.
Describe what kinds of links belong in the tag, not just a shorter version of the tag name.
Good examples:
ai: Links about language models, AI products, agent tooling, and practical AI workflows.design: Product design, UI patterns, visual systems, and interaction design references.founder-mode: Writing about startups, company building, hiring, and operating teams.
Weak descriptions:
ai stuffdesign linksthings I like
To add or change a description:
- Right-click any tag in the sidebar.
- Choose
Edit details. - Add a description explaining when that tag should be used.
- Save.
Auto-tagging with AI
Keep supports two ways to use AI tagging:
- Turn on
Tag new items automaticallyin Preferences to auto-tag links as you save them. - Use
Auto-tag with AIon an item when you want suggestions for that one item.
Keep looks at the item's title, URL, notes, content, your existing tags, and tag descriptions. It tries to reuse your current tags when they fit.
Collections
Collections are best for grouping items into a specific bucket like a project, client, trip, or reading list.
- Open an item.
- Add a collection from the item details.
- Pick an existing collection or type a new name and press
Enter.
An item can belong to multiple collections.
Filter by tag or collection
Click any tag or collection badge to filter your feed.
You can also type filters directly in search:
tag:design -- show items tagged design
in:reading-list -- show items in the reading-list collection
API and CLI
You can also manage tags and collections outside the app.
- API: update an item's tags or collections with
POST /api/items/:id - API: list tags with
GET /api/tags - API: list collections with
GET /api/collections - CLI: use
keep tagsandkeep collections