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

    [Beta] GatewaySpec links a gateway configuration to a secret for credential proxying in a devbox. The gateway will proxy requests to external APIs using the specified credential without exposing the real API key.

    interface Gateways {
        gateway: string;
        secret: string;
    }
    Index

    Properties

    Properties

    gateway: string

    The gateway config to use. Can be a gateway config ID (gwc_xxx) or name.

    secret: string

    The secret containing the credential. Can be a secret ID or name.