How to manage your Phoenix instance
API allows administrators to programmatically manage their instance. The management APIs are accessible to both system API keys as well as the PHOENIX_ADMIN_SECRET
Authenticate your API calls with a system key or admin secret
Authentication: bearer $PHOENIX_ADMIN_SECRET
The API provides endpoints for creating, updating, and deleting users, projects, and more.
See the REST API for details.