Langfuse JS/TS SDKs
    Preparing search index...

    Interface ApiKeyResponse

    Response for API key creation

    interface ApiKeyResponse {
        createdAt: string;
        displaySecretKey: string;
        id: string;
        note?: string;
        publicKey: string;
        secretKey: string;
    }
    Index

    Properties

    createdAt: string
    displaySecretKey: string
    id: string
    note?: string
    publicKey: string
    secretKey: string