Create a new gateway config.
Parameters for creating the gateway config.
Optionaloptions: RequestOptions<unknown>Request options.
A GatewayConfig instance.
Get a gateway config object by its ID.
The ID of the gateway config.
A GatewayConfig instance.
List gateway configs with optional filters (paginated).
Optionalparams: Runloop.GatewayConfigListParamsOptional filter parameters.
Optionaloptions: RequestOptions<unknown>Request options.
An array of GatewayConfig instances.
Gateway Config SDK interface for managing gateway configurations.
Remarks
Overview
The
GatewayConfigOpsclass provides a high-level abstraction for managing gateway configurations, which define how to proxy API requests through the credential gateway. Gateway configs specify the target endpoint and how credentials should be applied, enabling secure API proxying without exposing API keys.Usage
This interface is accessed via RunloopSDK.gatewayConfig. You should construct a RunloopSDK instance and use it from there:
Example