Get the complete gateway config data from the API.
Optionaloptions: RequestOptions<unknown>Request options
The gateway config data
Update an existing GatewayConfig. All fields are optional.
Parameters for updating the gateway config
Optionaloptions: RequestOptions<unknown>Request options
The updated gateway config data
Object-oriented interface for working with Gateway Configs.
Remarks
Overview
The
GatewayConfigclass provides a high-level, object-oriented API for managing gateway configurations. Gateway configs define how to proxy API requests through the credential gateway, specifying the target endpoint and how credentials should be applied. They can be used with devboxes to securely proxy requests to external APIs without exposing API keys.Quickstart