For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Getting Started
    • Overview
    • Quickstart
      • Vercel AI SDK
        • Observability in Next.js
        • Observability in Node.js
  • Explanation
    • Integrating Humanloop
  • Tutorials
    • Evaluate an Agent in the UI
    • Evaluate an Agent in code
    • Evaluate a RAG app
    • Capture user feedback
  • How-To Guides
    • Migrating from Humanloop
  • Reference
    • Deployment Options
    • Supported Models
    • Template Library
    • Vercel AI SDK
    • .prompt and .agent Files
    • Humanloop Runtime Environment
    • Security and Compliance
    • Data Management
    • Access roles (RBACs)
    • SSO and Authentication
    • LLMs.txt
LogoLogo
Sign inBook a demo
Getting StartedIntegrations

Vercel AI SDK

Add Humanloop observability to your Vercel AI SDK project.
Was this page helpful?
Previous

Observability in Next.js

Add logging to your Vercel AI SDK application with Humanloop.
Next
Built with

The Vercel AI SDK is the TypeScript toolkit designed to help developers build AI-powered applications with React, Next.js, Vue, Svelte, Node.js, and more.

Humanloop supports receiving OpenTelemetry traces from the Vercel AI SDK, so you can see and evaluate your AI SDK application in your Humanloop Dashboard.

Take a look at the following guides to learn how to integrate Humanloop with your Vercel AI SDK application.

Instrumenting a chat agent in Next.js

Instrument a Vercel AI SDK chat agent in Next.js

Instrumenting a chat agent in Node.js

Instrument a Vercel AI SDK chat agent in Node.js

For a full reference, see our Vercel AI SDK API reference.