Create Your First Flag
Create a boolean flag in the dashboard and verify it in your application.
- Sign in to the SOASAP dashboard.
- Select project and environment — use Development for local testing.
- Create a flag — e.g. key
new-checkout, type boolean, valuefalseinitially. - Save — the change is available to SDKs on the next SSE update (typically sub-second).
- Toggle in dashboard — flip to
trueand 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.