Skip to main content
Trinity
Guides/Tags and Organization

Tags and Organization

Organize agents with tags, saved system views, and tag clouds for visual grouping on the Dashboard.

How It Works

1

Tag agents from the agent detail page, or programmatically via API/MCP.

2

Tags appear as colored badges on agent tiles throughout the UI.

3

The Dashboard shows tag clouds — agents grouped visually by tag.

4

On the Agents page, filter by tags. Filters persist across navigation.

5

Create System Views to save filter combinations (tags plus other criteria) for quick access.

Tag Management

Add or remove individual tags from any agent.
Replace all tags at once with a bulk set operation.
Tags are shared across the platform — any tag applied to one agent is available for others.

System Views

System Views are saved filters that combine tags with other criteria. Create, update, and delete views to build custom agent groupings that persist across sessions.

MCP Tools

ToolDescription
list_tagsList all tags in the system
get_agent_tagsGet tags for a specific agent
tag_agentAdd a tag to an agent
untag_agentRemove a tag from an agent
set_agent_tagsReplace all tags on an agent

API Endpoints

EndpointMethodDescription
/api/tagsGETList all tags
/api/agents/{name}/tagsGETGet tags for an agent
/api/agents/{name}/tagsPOSTAdd a tag to an agent
/api/agents/{name}/tags/{tag}DELETERemove a tag from an agent
/api/agents/{name}/tagsPUTReplace all tags on an agent
/api/system-viewsGETList saved system views
/api/system-viewsPOSTCreate a system view
/api/system-views/{id}PUTUpdate a system view
/api/system-views/{id}DELETEDelete a system view