Flags and Experiments together
Flags control what ships. Experiments measure what changes. splitch keeps both under the App and Environment model so a rollout and an Experiment Run do not drift apart.
Feature flags and A/B experimentation, agents first
splitch gives agents and humans one control plane for Flags, Experiments, Environments, and Metrics, with rigor built into the workflow instead of bolted on after launch.
agents connect at mcp.splitch.dev · humans sign in at app.splitch.dev
Control
50%
6,241 exposures
Treatment
50%
6,208 exposures
Flags + Experiments
Flags control what ships. Experiments measure what changes. splitch keeps both under the App and Environment model so a rollout and an Experiment Run do not drift apart.
The remote MCP server is the primary agent door, with the CLI and panel as first-class skins over the same typed control-plane contract.
Evaluation, ingest, analysis, and control-plane Workers stay separate so the serving path can stay fast while authoring remains auditable.
Statistical rigor
splitch treats analysis as an enforced product contract. A result should be auditable back to raw Exposure events, the Experiment Run, and the Metric definition that produced it.
checkout-conversion · lift95% CI
0%+4.2%+8%
Quickstart
Four steps from zero to a measured result. The same quickstart is exposed to agents through the MCP resource splitch://quickstart.
Step 1
Agents connect through the remote MCP OAuth handshake. Humans can use the CLI or panel.
Step 2
dev and prod Environments are provisioned for the common first-run path.
Step 3
Define Variants, select dev, and verify one Targeting Key before wiring code.
Step 4
Start an Experiment Run and read results against Exposures, not guesses.
Start in the panel, then let agents operate through MCP with typed tools and the same authority model.