ZeroEval provides comprehensive tracing capabilities to help you monitor, debug, and optimize your AI applications. This guide introduces the core concepts and helps you get started. Tracing allows you to monitor and debug your AI applications by capturing detailed information about each operation:
  • Spans: Individual units of work (e.g., an API call, a function execution)
  • Traces: Complete request flows composed of multiple spans
  • Sessions: Groups of related traces (e.g., a user conversation)
  • Attributes: Metadata attached to spans for filtering and analysis

Getting Started (in 5 minutes)

Get your API key

Create an API key from your Settings → API Keys page.

Install the SDK

Choose your SDK to begin integrating ZeroEval:
Need help? Check out our API reference or reach out on Discord.