{name, color} label you attach to agents for grouping and filtering. The name is the tag’s identifier; agents reference it by name. The color lives only on the tag, so every viewer sees the same chip and recoloring a tag is a single edit — no per-agent rewrite.
Attach tags at spawn time with murmur spawn --tag or the spawn tool’s tags parameter, and filter by them in the dashboard sidebar. A tag named at spawn time that does not yet exist is created automatically with a default color.
Fields
Tagging an agent
Tags attach to an agent by name, in three ways:- At spawn, with
murmur spawn --tag <name>(repeatable) or thespawntool’stagsarray. - On an existing agent, by editing the agent record’s
tags. - From the dashboard, via the agent’s context menu.
Examples
Creating a tag
Listing tags
Recoloring a tag
release-blocker updates to the new color — the color lives only on the tag.
Archiving a tag
Spawning with tags
Errors
Related
murmur spawn --tag— attach tags when spawning an agentspawn— the MCP tool’stagsparameter- agent — the runtime record whose
tagsfield carries attached tag names - Dashboard — filter the sidebar by tag
murmur set,murmur patch,murmur rm— manage catalog resources