/v1/admin/tenants| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
namestringRequiredexternal_referencestringRequiredlangfuse_organization_idobjectlangfuse_organization_slugobjectX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/tenants' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"external_reference": "string",
"langfuse_organization_id": {},
"langfuse_organization_slug": {}
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/tenants' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"external_reference": "string",
"langfuse_organization_id": {},
"langfuse_organization_slug": {}
}'No response body documented