/v1/admin/observability/config| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
langfuse_public_keystringRequiredlangfuse_secret_keystringRequiredlangfuse_project_idobjectX-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PUT '/api/v1/admin/observability/config' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"langfuse_public_key": "string",
"langfuse_secret_key": "string",
"langfuse_project_id": {}
}'No response body documented
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X PUT '/api/v1/admin/observability/config' \
-H 'X-API-Key: ak.<key_id>.<secret>' \
-H 'Content-Type: application/json' \
-d '{
"langfuse_public_key": "string",
"langfuse_secret_key": "string",
"langfuse_project_id": {}
}'No response body documented