[auth][client] make client accept api key via api_key
parameter and PHOENIX_API_KEY
env var
#4056
Labels
enhancement
New feature or request
If one exists, add the api key as a header to the
httpx
client insidephoenix.Client
so the header is automatically included in all requests.Looks like there are several ways this is done in practice:
Authorization: Bearer
or a custom authorization scheme, e.g.,Authorization: API-Key
Arize-Phoenix-API-Key
X-API-Key
, although this format seems to be deprecatedSee:
The text was updated successfully, but these errors were encountered: