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

    GatewaySpec links an agent gateway configuration to a secret for credential proxying in a devbox. The agent 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.