Phoenix REST API
- URL
-
https://app.phoenix.arize.com/v1 - Docs
- https://arize.com/docs/phoenix/sdk-api-reference/rest-api/overview
Authorization: Bearer <credential> For Phoenix Cloud, create a space in Phoenix Cloud, then go to Settings → API Keys and click Add System Key to create an API key. The docs also distinguish user API keys, which are tied to a specific user. Use the created key as a bearer token. For self-hosted Phoenix, the REST docs say authentication may be disabled; if enabled, use an API key or admin secret configured for that deployment.
Authorization: Bearer <credential> In self-hosted Phoenix deployments where authentication is enabled, the REST API accepts an admin secret as a bearer token per the REST API Overview. This secret is deployment-configured by the Phoenix operator rather than minted in Phoenix Cloud; obtain it from your self-hosted Phoenix setup/administrator and send it as Authorization: Bearer <your-token>.