Skip to main content
Skill

Tags

As the number of items in your workspace grows, it becomes harder to find the ones you need. Tags let you label any item - responders, trackers, CSP policies, certificate templates, private keys, scripts, and secrets - with one or more keywords so you can quickly filter and group related items across all tools.

Managing tags

Navigate to Workspace → Tags in the sidebar to manage your tag library. You can:

  • Add a new tag with a name and color
  • Edit an existing tag's name or color
  • Delete a tag - it will be removed from all items that use it
1
Navigate to Workspace → Tags and click Add tag.
Navigate to Workspace → Tags in the sidebar. Click Add tag to create your first tag.
2
Fill in the tag name and color and click Create.
Enter a Name and choose a Color for the tag, then click Create.
3
The tags table showing multiple tags with edit and delete actions.
The tag library showing multiple tags. Use the Edit action to rename or recolor, or Delete to remove a tag.

Naming rules

  • Tag names are normalized to lowercase and trimmed of leading/trailing whitespace
  • Maximum 50 characters
  • Names must be unique per user

Limits

  • Up to 50 tags per user
  • Up to 20 tags per item

Available colors

Tags support custom hex colors. When creating or editing a tag, use the color picker to choose from predefined swatches or enter any hex color value (e.g., #54B399).

Assigning tags to items

Every item edit form (responder, tracker, policy, certificate template, private key, script, or secret) includes a Tags field in the General section. Select existing tags from the dropdown, or type a new name and press Enter to create a tag inline.

1
Assigning tags to a responder in the edit flyout.
Open any item's edit form and use the Tags field to select or create tags. Tags are saved when you save the item.

Filtering by tags

Each item list page (responders, trackers, policies, etc.) has a Tags filter button next to the search bar. Click it to select one or more tags. Items that have at least one of the selected tags will be shown (OR logic).

1
Unfiltered responder list with tag badges.
The responders list showing all items, each with their assigned tags displayed as colored badges.
2
Responder list filtered to show only production-tagged items.
After selecting the production tag in the filter, only matching responders are shown.

Global tag scope

The workspace header includes a Scope button that applies a tag filter across all pages simultaneously. When a global scope is active, every item list only shows items tagged with all of the selected scope tags (AND logic). This effectively creates lightweight workspaces - select "production" in the scope to see only production items everywhere. Your global scope selection is automatically saved as a user setting and persists across page refreshes and sessions.

The global scope works together with per-page tag filters:

Filter levelLogicExample
Global scope (header)AND - item must have all scoped tagsScope = "production" → only items with the "production" tag
Page filter (per list)OR - item must have at least one selected tagFilter = "api", "webhook" → items with either tag

Both filters stack: an item must pass the global scope first, then the page-level filter.

Tags in export/import

Tags are included when you export your data. The export file contains:

  • The tag definitions (name, color) in a top-level tags array
  • Each item's assigned tags in its tags field

When importing, tags are recreated automatically. If a tag with the same name already exists, the existing tag is reused.