Langfuse JS/TS SDKs
    Preparing search index...

    Interface OrganizationApiKey

    This file was auto-generated by Fern from our API Definition.

    interface OrganizationApiKey {
        createdAt: string;
        displaySecretKey: string;
        expiresAt?: string;
        id: string;
        lastUsedAt?: string;
        note?: string;
        publicKey: string;
    }
    Index

    Properties

    createdAt: string
    displaySecretKey: string
    expiresAt?: string
    id: string
    lastUsedAt?: string
    note?: string
    publicKey: string