@langwatch/scenario
    Preparing search index...

    Interface LangwatchConfig

    Configuration for LangWatch event reporting. All fields are optional — any omitted fields fall back to environment variables.

    interface LangwatchConfig {
        apiKey?: string;
        endpoint?: string;
    }
    Index

    Properties

    Properties

    apiKey?: string

    The API key for authentication. Falls back to LANGWATCH_API_KEY env var.

    endpoint?: string

    The endpoint URL to send events to. Falls back to LANGWATCH_ENDPOINT env var.