FAQ
How to get the environment secret
Get the current environment secret
- Locate the environment icon in the top right corner of any page.
- Hover over the icon, then click to copy the secret for your environment.

Get the secret of other project environment
- Navigate to Organizations/Projects.
- Find the project and select the environment you need.
- Copy the secret that matches your SDK type:
- Server-Side SDK: Use the server secret.
- Client-Side SDK: Use the client secret.
Tip: Keep your environment secrets safe. Never share them in public.

How to get the SDK URLs
- Go to the Get Started page.
- Create a feature flag, or select an existing one and click Next.
- In the SDK Configs section, you will see:
- Streaming URL (
wss://...): Used for real-time updates. - Event URL (
https://...): Used for sending events. Both usually point to the Evaluation Server Service (ELS).
- Streaming URL (
Note: If you have custom infrastructure (e.g., have another ELS service deployed and designate it as the dedicated event server), the event URL may differ, check with your administrator if unsure.
