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
- The SDK fetches the published experiment configuration
- Users are assigned to variants based on the traffic rules defined in the Control Plane
- Your application code uses the SDK to check which variant a user is in and render the appropriate experience
- 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.