04.09.2025: New REST API for Projects with RBAC π½οΈ
Available in Phoenix 8.23+
Last updated
Was this helpful?
Available in Phoenix 8.23+
Last updated
Was this helpful?
This release introduces a REST API for managing projects, complete with full CRUD functionality and access control. Key features include:
CRUD Operations: Create, read, update, and delete projects via the new API endpoints.
Role-Based Access Control:
Admins can create, read, update, and delete projects
Members can create and read projects, but cannot modify or delete them.
Additional Safeguards: Immutable Project Names, Default Project Protection, Comprehensive Integration Tests
Check out our to test these features.
: add PHOENIX_ALLOWED_ORIGINS env
: Delete annotations in the feedback table, Make feedback table scrollable
: Allow scrolling the entire experiment compare table
: Make time range selector more accessible
: Don't close model settings dialog when picking Azure version
: improve PostgreSQL error message in launch_app