The Pezzo client is an NPM package that allows you to easily integrate your application with Pezzo. The client was built with TypeScript and is type-safe.Documentation Index
Fetch the complete documentation index at: https://docs.pezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Intall the Pezzo Client
Install the @pezzo/client NPM package:Initialize the Pezzo Client
You only need to initialize the Pezzo client once, and then you can use it throughout your application.- Configure via environment variables
- Configure manually
Pezzo automatically looks for the following environment variables:
PEZZO_API_KEY: Your Pezzo API keyPEZZO_PROJECT_ID: Your Pezzo project IDPEZZO_ENVIRONMENT: The environment you want to use (e.g.Production, which is the default environment created by Pezzo)
Use Pezzo with OpenAI
Learn how to use Pezzo to observe and manage your OpenAI API calls.
API Reference
Pezzo API key
Pezzo project ID
Pezzo environment name
Pezzo server URL