What you can do
- Control rollouts — enable features for a percentage of users, specific user segments, or everyone at once.
- Target by attribute — match on any context attribute:
userId,country,plan, email, or anything custom. - Protect production — lock environments behind a change-request workflow so every flag change gets a human review.
- Measure impact — built-in usage analytics track evaluation counts, value distributions, and rule match rates per flag per day.
How it works
- The SDK fetches a bundled snapshot of all flags for your environment from the Delivery API — one network hop, cached at the edge nearest your user.
- The evaluation engine runs entirely in your process: no extra round-trip for each
evaluate()call. - Events are flushed asynchronously to the management API for analytics — the hot path never waits on telemetry.
Next steps
Quickstart
Create a project and evaluate your first flag in under 5 minutes.
Authentication
Learn about API keys and session auth.
Flag Config
Understand the rule engine and targeting model.
API Reference
Full reference for every endpoint.