Mojito Logo
Mojito
SDKs

SDK Overview

Brief introduction to the Mojito client-side SDKs.

Mojito provides client-side SDKs for running experiments in the browser. The SDKs handle fetching experiment configurations, assigning users to variants, and tracking exposure events.

How the SDK Works

  1. The SDK fetches the published experiment configuration
  2. Users are assigned to variants based on the traffic rules defined in the Control Plane
  3. Your application code uses the SDK to check which variant a user is in and render the appropriate experience
  4. Exposure events are tracked automatically for analytics

Available SDKs

For full SDK documentation, installation guides, and API reference, visit the dedicated SDK documentation site.

Configuration

The SDK requires a configuration URL that points to your published experiment config. This URL is available in the property settings within the Control Plane.

On this page