provider Relay Proxy configurations POST /api/v2/account/relay-auto-configs
@utdk/launchdarkly /api/v2/account/relay-auto-configs
Create a new Relay Proxy config
Create a Relay Proxy config.

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postrelayautoconfig
POST/api/v2/account/relay-auto-configs
Create a Relay Proxy config.

Input

required

A human-friendly name for the Relay Proxy configuration

required

A description of what environments and projects the Relay Proxy should include or exclude. To learn more, read [Write an inline policy](https://launchdarkly.com/docs/sdk/relay-proxy/automatic-configuration#write-an-inline-policy).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.postrelayautoconfig()