Quickstart
Phoenix can be accessed via our website or self-hosted.
Last updated
Was this helpful?
Phoenix can be accessed via our website or self-hosted.
Last updated
Was this helpful?
To access the Phoenix app, you can either sign up for a free Phoenix Cloud account, or run the application locally.
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.
Now that your app is connected to Phoenix, you'll need to instrument your application to send traces.
You have two main options for instrumentation: Automatic or Manual.
Phoenix's auto-instrumentors allow you to easily trace all calls made to a specified framework.
For example, OpenAI:
First, import the instrumentor and OpenAI package:
Then enable the 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