Create Your First Flag

Create a boolean flag in the dashboard and verify it in your application.

  1. Sign in to the SOASAP dashboard.
  2. Select project and environment — use Development for local testing.
  3. Create a flag — e.g. key new-checkout, type boolean, value false initially.
  4. Save — the change is available to SDKs on the next SSE update (typically sub-second).
  5. Toggle in dashboard — flip to true and confirm your app reacts without redeploy.

Verify locally

After SDK Installation, log evaluation results in non-production to confirm the key and environment match.

Production safety: use explicit defaults in code so a missing or unsynced flag never implicitly enables risky behavior.

Continue with Quick Start.