Quickstart
Phoenix can be accessed via our website or self-hosted.
Last updated
Phoenix can be accessed via our website or self-hosted.
Last updated
Create an account on the Phoenix website
Grab your API key from the "Keys" section of the site
To collect traces from your application, you must configure an OpenTelemetry TracerProvider to send traces to Phoenix. The register
utility from the phoenix.otel
module streamlines this process.
Connect your application to your cloud instance using:
Your app is now connected to Phoenix! Any OpenTelemetry traces you generate will be sent to your Phoenix instance.
Let's generate some of those traces now. We'll use OpenAI in this example, but Phoenix has dozens of other integrations to choose from as well.
First we'll import our instrumentor and the OpenAI package:
Then enable our OpenAI integration:
And finally send a request to OpenAI:
You should now see traces in Phoenix!
View more details on tracing
Run evaluations on traces
Test changes to you prompts, models, and application via experiments
Explore other hosting options for Phoenix