> For the complete documentation index, see [llms.txt](https://ai-security-docs.akto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/create-new-tags.md).

# Create New Tags

Create custom tags to categorize agent components and MCP endpoints.

## How to Create

1. Go to **Settings > Tags**
2. Click **Create new tags**
3. Enter tag name (e.g., "langchain-agents")
4. Define conditions:
   * **Parameter Name**: Component field to match
   * **Condition**: Matches regex, Starts with, etc.
   * **Value**: Matching pattern
5. 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
