@runloop/api-client - v1.4.0
    Preparing search index...

    Interface GatewayConfigCreateParams

    interface GatewayConfigCreateParams {
        auth_mechanism: Runloop.GatewayConfigCreateParams.AuthMechanism;
        endpoint: string;
        name: string;
        description?: string | null;
    }
    Index

    Properties

    How credentials should be applied to proxied requests. Specify the type ('header', 'bearer') and optional key field.

    endpoint: string

    The target endpoint URL (e.g., 'https://api.anthropic.com').

    name: string

    The human-readable name for the GatewayConfig. Must be unique within your account.

    description?: string | null

    Optional description for this gateway configuration.