Optionaloptions: RequestOptions<unknown>Get a specific GatewayConfig by its unique identifier.
Optionaloptions: RequestOptions<unknown>Update an existing GatewayConfig. All fields are optional.
Optionalbody: Runloop.GatewayConfigUpdateParamsOptionaloptions: RequestOptions<unknown>Update an existing GatewayConfig. All fields are optional.
Optionaloptions: RequestOptions<unknown>List all GatewayConfigs for the authenticated account, including system-provided configs like 'anthropic' and 'openai'.
Optionalquery: Runloop.GatewayConfigListParamsOptionaloptions: RequestOptions<unknown>List all GatewayConfigs for the authenticated account, including system-provided configs like 'anthropic' and 'openai'.
Optionaloptions: RequestOptions<unknown>Delete an existing GatewayConfig. This action is irreversible.
Optionalbody: Runloop.GatewayConfigDeleteParams | nullOptionaloptions: RequestOptions<unknown>
Create a new GatewayConfig to proxy API requests through the agent gateway. The config specifies the target endpoint and how credentials should be applied.