Hi all, not sure if this is a stupid question but I'm using arize phoenix 11.8, currently deployed locally for testing, and I need to get an API key to authenticate the python SDK client. However I cannot find any option to export the API key here. Would be great if anyone can help enlighten me... Google searching has not returned anything so far. Thanks!
To generate an API key in Phoenix 11.8 (or later), authentication must be enabled. Once enabled, you can create API keys from the UI settings page or programmatically via the API if you have admin access. If you do not see the option, ensure authentication is enabled by setting the PHOENIX_ENABLE_AUTH and PHOENIX_SECRET environment variables before starting the server. Without authentication enabled, API key management is not available in the UI or API. For more, see the official docs on API Keys and Authentication setup.Would you like step-by-step instructions for enabling authentication and generating an API key?Sources: - API Keys - Authentication setup
馃挕聽Hint: Mention RunLLM in the thread for followups.
I'm checking out the linked docs, look very promising, I'm testing it out now. Thank you!
