Create New Tags
Create custom tags to organize agent and MCP collections.
Create custom tags to categorize agent components and MCP endpoints.
How to Create
Go to Settings > Tags
Click Create new tags
Enter tag name (e.g., "langchain-agents")
Define conditions:
Parameter Name: Component field to match
Condition: Matches regex, Starts with, etc.
Value: Matching pattern
Click Save
Examples
Tag: high-risk-mcp
Condition: MCP tool permissions contain "write"
Value: "write"
Tag: production-agents
Condition: Environment type equals "production"
Value: "production"
Tag: openai-powered
Condition: LLM provider matches
Value: "openai"
Tips
Use clear, descriptive names
Create tag hierarchies (e.g., agent-chat, agent-chat-langchain)
Use regex for flexible matching
Test conditions before saving
Last updated