> For the complete documentation index, see [llms.txt](https://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://docs.akto.io/migration/agentic-ai-documentation.md).

# Agentic AI Documentation

The Agentic AI security documentation has been migrated to a dedicated site for better organization and improved access.

## New Location

All Agentic AI content is now available at:

[**https://ai-security-docs.akto.io**](https://ai-security-docs.akto.io)

## What Changed?

The following documentation sections have moved:

### MCP (Model Context Protocol) Security

* [Akto MCP Server](https://ai-security-docs.akto.io/readme/akto-mcp-server)
* [MCP Security](https://ai-security-docs.akto.io/readme/mcp-security)
* [MCP Import](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/mcp-import)
* [MCP Recon](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/others/mcp-recon)
* [MCP Endpoint Shield](https://ai-security-docs.akto.io/akto-atlas-agentic-ai-security-for-employee-endpoints/endpoints-discovery-agents/mcp-endpoint-shield)
* [MCP Endpoint Shield - Jamf MDM Deployment](https://ai-security-docs.akto.io/akto-atlas-agentic-ai-security-for-employee-endpoints/endpoints-discovery-agents/mcp-endpoint-shield/jamf-mdm-deployment)
* [MCP Endpoint Shield via Cursor Hooks](https://ai-security-docs.akto.io/akto-atlas-agentic-ai-security-for-employee-endpoints/endpoints-discovery-agents/cursor-hooks)

### AI Agent Security

* [AI Security](https://ai-security-docs.akto.io/readme/ai-security)
* [AI Agent Security](https://ai-security-docs.akto.io/what-is-ai-agent-security)
* [AI Agent Import](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/ai-agent-security)
* [AI Model Import](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/ai-model-security)
* [Agentic Shield](https://ai-security-docs.akto.io/akto-atlas-agentic-ai-security-for-employee-endpoints/endpoints-discovery-agents/agentic-shield)

### Agentic Guardrails

* [Agent Guard](https://ai-security-docs.akto.io/agentic-guardrails/concepts/agent-guard)
* [AI Agent Proxy](https://ai-security-docs.akto.io/agentic-guardrails/overview/akto-agent-proxy)
* [MCP Proxy](https://ai-security-docs.akto.io/agentic-guardrails/overview/akto-mcp-proxy)
* [Kong Agentic Guardrail Integration](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/others/api-gateways/connect-akto-with-kong)

### Cloud Provider Integrations

* [AWS Bedrock Agents](https://ai-security-docs.akto.io/akto-argus-agentic-ai-security-for-homegrown-ai/connectors/ai-agent-security/connect-akto-with-aws-bedrock)

## Need Help?

If you're looking for specific content that was previously here, please visit the [new documentation site](https://ai-security-docs.akto.io) or contact Akto Support.

{% hint style="warning" %}

### **Note**

This page serves as a redirect. Please update your bookmarks to the new locations.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akto.io/migration/agentic-ai-documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
