04.16.2025-api-key-generation-via-api.md•926 B
---
description: Available in Phoenix 8.26+
---
# 04.16.2025: API Key Generation via API 🔐
Phoenix now supports programmatic API key creation through a new endpoint, making it easier to automate project setup and trace logging. To enable this, set the `PHOENIX_ADMIN_SECRET` environment variable in your deployment.
{% embed url="https://github.com/Arize-ai/phoenix/releases/tag/arize-phoenix-v8.26.0" %}
### Improvements and Bug Fixes 🐛
* [**Tracing**](https://github.com/Arize-ai/phoenix/pull/7132): Add load more and loading state to the infinite scroll
* [**UI**](https://github.com/Arize-ai/phoenix/pull/7167): Hide menu for changing role for self in UsersTable
* [**Security**](https://github.com/Arize-ai/phoenix/pull/7165): Prevent admins from changing their own roles
* [**Infrastructure**](https://github.com/Arize-ai/phoenix/pull/7172): Remove WebSocket dependency and migrate to Multipart Subscriptions