laurian
laurian7mo ago

I would love if there would be a way to

I would love if there would be a way to deploy Langfuse and have it ready without going into the UI to setup user/login, project, generate API keys. I mean something like if I provide LANGFUSE_DEFAULT_PROJECT_ID then it will create it if missing, and I should also provide the set of keyes for that default project.
3 Replies
laurian
laurian7mo ago
I mean I think I could do that directly in the DB, like install Langfuse, configure it minimally, dump the DB and restore that on a new install; but feels like a hack.
Clemo
Clemo7mo ago
Could you add your thoughts on this ticket or create a new one if you have needs that go beyond its scope? https://github.com/orgs/langfuse/discussions/1007
GitHub
Create projects and API keys via API · langfuse · Discussion #1007
Describe the feature you'd like to request While automatically setting different environments we would like to add observability in automatic way, this means to create project in langfuse and g...
laurian
laurian7mo ago
An API to create multiple projects/keys is way better than supplying only one initial set via env params.