Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/core
ApiKeyResponse
Interface ApiKeyResponse
Response for API key creation
interface
ApiKeyResponse
{
createdAt
:
string
;
displaySecretKey
:
string
;
id
:
string
;
note
?:
string
;
publicKey
:
string
;
secretKey
:
string
;
}
Index
Properties
created
At
display
Secret
Key
id
note?
public
Key
secret
Key
Properties
created
At
createdAt
:
string
display
Secret
Key
displaySecretKey
:
string
id
id
:
string
Optional
note
note
?:
string
public
Key
publicKey
:
string
secret
Key
secretKey
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
display
Secret
Key
id
note
public
Key
secret
Key
GitHub
Docs
Langfuse JS/TS SDKs
Loading...
Response for API key creation