# Data Types

## What is Data Type?

**Data Type** refers to the specific formats or structures used to represent different types of data in agent requests, responses, and MCP communications. Data types help identify sensitive information flowing through your agentic systems. For example:

* **EMAIL**: Email addresses in agent inputs/outputs
* **JWT**: JSON Web Tokens for authentication
* **ADDRESS**: Physical addresses processed by agents
* **IP\_ADDRESS**: IP addresses in agent communications
* **PHONE\_NUMBER**: Phone numbers handled by agents
* **API\_KEY**: API keys for external services
* **PROMPT**: User prompts sent to AI agents
* **LLM\_RESPONSE**: Responses from language models
* **TOOL\_RESULT**: Results from tool invocations
* **MCP\_RESOURCE**: MCP resource identifiers

## Agentic-Specific Data Types

In addition to standard data types, Akto recognizes agentic-specific patterns:

### Agent Communication Patterns

* **PROMPT\_INJECTION**: Potential prompt injection attempts
* **SYSTEM\_PROMPT**: System prompts and instructions
* **TOOL\_INVOCATION**: Tool and function calls
* **AGENT\_CONTEXT**: Conversation context and memory
* **EMBEDDINGS**: Vector embeddings for RAG systems

### Sensitive Agent Data

* **CREDENTIALS**: Database passwords, API keys in agent access
* **PII\_IN\_CONTEXT**: Personal data in agent conversation history
* **PROPRIETARY\_DATA**: Business-sensitive information processed by agents
* **MCP\_AUTH\_TOKEN**: MCP server authentication tokens
* **MODEL\_PARAMETERS**: LLM configuration parameters

## Customize Data Type

Akto comes with over 50 built-in data types by default, including specialized types for agentic systems. However, your organization might have unique data patterns specific to your AI agents.

### Custom Agentic Data Types

You might want to create custom data types for:

* **Transaction IDs**: Business-specific identifiers like "TXN\_ID\_12345"
* **Agent IDs**: Custom agent identification patterns
* **Tool Signatures**: Specific tool invocation patterns
* **Context Keys**: Custom context or memory keys
* **Resource Identifiers**: Internal resource naming conventions

If you have highly sensitive, non-standard data types, you can define the pattern in Akto. Afterward, Akto will inform you about which agent components are handling this data.

## Managing Data Types

### View All Data Types

Navigate to **Agentic Discovery > Data Types** to view all recognized data types, including:

* Built-in types
* Custom types
* Agentic-specific types
* Sensitivity levels

### Create Custom Data Type

For detailed instructions on creating custom data types for your agent systems, refer to: [Create a Custom Data Type](/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/how-to/create-a-custom-data-type.md)

### Set Sensitivity Levels

Mark data types as:

* **High Sensitivity**: Credentials, PII, financial data
* **Medium Sensitivity**: Business data, context information
* **Low Sensitivity**: Public data, system metadata


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/agentic-ai-discovery/concepts/data-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
