From 1b568eddd3670215b1b32d948dd3820d7b9228e7 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 06:38:38 +0000 Subject: [PATCH] docs(TSP-1108): add agent tagging system documentation --- get-started/core-concepts/agents.mdx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/get-started/core-concepts/agents.mdx b/get-started/core-concepts/agents.mdx index 83ecf295..fc084f91 100644 --- a/get-started/core-concepts/agents.mdx +++ b/get-started/core-concepts/agents.mdx @@ -84,6 +84,17 @@ To pin an Agent, click the pin icon next to the Agent's name in your agents list You can organize your Agents into folders within your project, making it easier to categorize and find Agents based on their purpose, department, or use case. This is particularly useful for teams managing large numbers of Agents across different functions. +### Tagging agents + +You can create custom color-coded tags to categorize and organize your Agents by function, department, project, or any other criteria that fits your workflow. Tags give you a flexible labeling system that works alongside folders to help you identify agents at a glance. + +Tags appear in two places: + +- **The Tag column** in your agents list +- **The agent header** when viewing or editing an agent + +You can create multiple tags with different colors, and assign more than one tag to a single agent. This makes it straightforward to filter and identify agents across large collections without opening each one individually. + ## How to get the most from your Agents? When inventing or creating an agent, you'd want to utilize domain expertise or model an agent after a Domain expert: @@ -93,7 +104,7 @@ When inventing or creating an agent, you'd want to utilize domain expertise or m 3. **Establish escalation protocols**: Create clear paths for agents to involve humans when needed 4. **Monitor and refine**: Regularly review agent performance and make adjustments 5. **Integrate with existing systems**: Connect agents to your current tools and workflows -6. **Organize for efficiency**: Use pinning and folders to keep your most important Agents easily accessible +6. **Organize for efficiency**: Use pinning, folders, and tags to keep your most important Agents easily accessible By thoughtfully implementing AI agents, organizations can enhance productivity, improve customer experiences, and free human employees to focus on work that requires creativity, empathy, and strategic thinking. @@ -170,8 +181,9 @@ By thoughtfully implementing AI agents, organizations can enhance productivity, - **Pin important Agents**: Keep your most frequently used Agents at the top of your agents list in the main app for quick access - **Use folders**: Organize Agents into folders based on purpose, department, or use case + - **Add tags**: Create custom color-coded tags to label Agents by function, department, or project — tags appear in the agents list and agent header - **Project organization**: Separate Agents across different projects based on your team structure - + These organizational features help you manage large collections of Agents efficiently.