Self HostingAutomated Access Provisioning
Version: v3

Automated Access Provisioning

Optionally, you can configure automated access provisioning for new users. Thereby, they will be added to a default organization and project with specific roles upon signup.

See RBAC documentation for details on the available roles, scopes, and organizations/projects.

For more programmatic control over the user provisioning process, you can also use the Admin API (SCIM).

Configuration

Set up the following environment variables on the application containers:

VariableRequired / DefaultDescription
LANGFUSE_DEFAULT_ORG_IDConfigure optional default organization for new users. When users create an account they will be automatically added to this organization.
LANGFUSE_DEFAULT_ORG_ROLEVIEWERRole of the user in the default organization (if set). Possible values are OWNER, ADMIN, MEMBER, VIEWER. See roles for details.
LANGFUSE_DEFAULT_PROJECT_IDConfigure optional default project for new users. When users create an account they will be automatically added to this project.
LANGFUSE_DEFAULT_PROJECT_ROLEVIEWERRole of the user in the default project (if set). Possible values are OWNER, ADMIN, MEMBER, VIEWER. See roles for details.
Was this page helpful?