---
title: "Integrating Nutrient Web SDK with AI agents | Nutrient Web SDK"
canonical_url: "https://www.nutrient.io/guides/web/ai-assistant/ai-agent-tools/"
md_url: "https://www.nutrient.io/guides/web/ai-assistant/ai-agent-tools.md"
last_updated: "2026-05-29T15:33:59.518Z"
description: "Give AI agents the ability to read, annotate, fill forms, search, and edit PDF documents through Nutrient Web SDK."
---

# Integrating Nutrient Web SDK with AI agents

**Building your own agent?** Production agents require security, rate limiting, observability, and error recovery. [Nutrient AI Assistant](https://www.nutrient.io/guides/ai-assistant/intro.md) handles these out of the box. This guide is for teams building a custom agent integration.

Wrap Nutrient Web SDK methods as tools so AI agents can search, annotate, fill forms, navigate, and edit PDF documents. Start with the [tool reference](https://www.nutrient.io/guides/web/ai-assistant/ai-agent-tools/tool-reference.md) to learn the wrapping pattern, and then follow one of the framework guides to register tools with your agent:

- **[Vercel AI SDK](https://www.nutrient.io/guides/web/ai-assistant/ai-agent-tools/vercel-ai-sdk.md)** — Register and execute tools with Vercel AI SDK.

- **[LangChain](https://www.nutrient.io/guides/web/ai-assistant/ai-agent-tools/langchain.md)** — Register and execute tools with LangChain.
---

## Related pages

- [Tool reference](/guides/web/ai-assistant/ai-agent-tools/tool-reference.md)
- [LangChain](/guides/web/ai-assistant/ai-agent-tools/langchain.md)
- [Vercel AI SDK](/guides/web/ai-assistant/ai-agent-tools/vercel-ai-sdk.md)

