For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inTry it free
DocsGuidesSDKsIntegrationsAPI docsTutorialsFlagship blog
DocsGuidesSDKsIntegrationsAPI docsTutorialsFlagship blog
  • SDKs
    • SDK concepts
    • SDK features
    • Client-side SDKs
    • Server-side SDKs
    • AI SDKs
    • Edge SDKs
    • OpenFeature providers
    • Observability SDKs
    • Relay Proxy
      • Determining whether to use the Relay Proxy
      • Relay Proxy Enterprise
      • Implementing the Relay Proxy
        • Deploying the Relay Proxy
        • Configuring SDKs for the Relay Proxy
        • Monitoring the Relay Proxy
      • Versioning policy
Sign inTry it free
LogoLogo
On this page
  • Overview
  • Relay Proxy implementation
SDKsRelay Proxy

Implementing the Relay Proxy

Was this page helpful?
Previous

Configuring and deploying the Relay Proxy

Next
Built with

Overview

This topic explains how to implement the Relay Proxy.

Before you begin, decide whether the Relay Proxy is appropriate for your configuration by reading Relay Proxy use cases.

If you are a customer on an Enterprise plan, Relay Proxy Enterprise has additional functionality available.

Relay Proxy implementation

Before you implement the Relay Proxy, read the Relay Proxy guidelines.

Here is the process for implementing the Relay Proxy:

  1. Decide whether to configure your SDKs for proxy mode or daemon mode.
  2. Plan your Relay Proxy architecture, including:
    • Whether you must use a persistent store, which is required for some kinds of segments if you are using server-side SDKs.
    • What servers to use.
    • How to manage load balancing.
  3. Configure the Relay Proxy.
    • (Optional) Configure the Relay Proxy for segments, if applicable.
    • (Optional) If you’re using Relay Proxy Enterprise, set up automatic configuration or configure offline mode.
  4. Deploy the Relay Proxy.
  5. Configure your SDKs to use the Relay Proxy.
  6. Plan for scaling.
  7. Monitor the Relay Proxy’s performance over time.

Read the topics in this category to learn how to complete these steps.