Self HostingOrganization Management API (EE)
Version: v3

Organization Management API

Where is this feature available?
  • Hobby
  • Core
  • Pro
  • Enterprise
  • Self Hosted
    (Enterprise)

Overview

The Organization Management API allows administrators to programmatically manage organizations in a self-hosted Langfuse instance. This API is not available on Langfuse Cloud.

ResourceDescription
OrganizationsCreate, update, and delete organizations
Organization API KeysGenerate and manage organization-level API keys

Authentication

Configure an ADMIN_API_KEY

Configure an ADMIN_API_KEY in your environment configuration:

Environment
ADMIN_API_KEY=your-admin-api-key

Authenticate with the API

Then, authenticate with the API by setting the Authorization header:

Authorization: Bearer $ADMIN_API_KEY

API Reference

The API provides endpoints for creating, retrieving, updating, and deleting organizations. In addition, you can create, list, and delete API keys with an organization scope. Those can be used to authenticate with the Langfuse API and use management routes for projects and users (Admin API).

References:

Was this page useful?

Questions? We're here to help

Subscribe to updates