Building your own agent? Production agents require security, rate limiting, observability, and error recovery. Nutrient AI Assistant 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 to learn the wrapping pattern, and then follow one of the framework guides to register tools with your agent:

  • Vercel AI SDK — Register and execute tools with Vercel AI SDK.
  • LangChain — Register and execute tools with LangChain.