is there a way to sign into the admin account via API so that we can generate an api key? We鈥檇 like to automate api key generation
this would be on initial deployment, so we wouldn鈥檛 already have an API token to work with
It seems likely that Phoenix does not provide a direct API endpoint for signing into the admin account to automate API key generation. According to the Phoenix authentication documentation, API keys are typically created manually through the Phoenix UI after logging in as an admin. The admin user can create system API keys, which are recommended for programmatic interactions with Phoenix.If you are looking to automate this process, you might need to consider using a script that interacts with the Phoenix UI or explore if there are any updates or plugins that support this functionality. Would you like more detailed guidance on setting up authentication or managing API keys in Phoenix?Sources: - Phoenix Authentication Documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.
Thank you! Ideally I can deploy Phoenix fresh with my backend and start tracing without manual intervention
