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
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).

Configure credentials above to enable sending.

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

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.postrelayautoconfig()