Launch Phoenix
- Self-Host
- Local
- Container
Run Phoenix on your own infrastructure, backed by PostgreSQL so traces persist beyond a single process. This is the option to reach for once Phoenix is shared across a team or environment.The self-hosting guide covers Kubernetes, Helm, Railway, AWS CloudFormation, Google Cloud Run, Azure, and Render, plus authentication and configuration.
phoenix serve; for a deployment running elsewhere, use its hostname instead.
Install
Setup
Connect your application to Phoenix with theregister function:
Run AutoGen AgentChat
We’re going to run anAgentChat example using a multi-agent team. To get started, install the required packages to use your LLMs with AgentChat. In this example, we’ll use OpenAI as the LLM provider.
Observe
Phoenix provides visibility into your AgentChat operations by automatically tracing all interactions.

