What lives in a workspace
Every resource in Foff is scoped to a single workspace:- Scopes — logical groupings of flags that share the same hierarchy model
- Features — individual flag and config values within a scope
- Overrides — hierarchy-specific values that take precedence over defaults
- API keys — credentials your application uses to fetch configs at runtime
Finding your workspace
Your active workspace name appears in the top-left corner of the navbar. Click it to switch between workspaces if you have more than one.
Creating a workspace
When you first sign up, Foff prompts you to name your workspace. Choose a name that identifies your organization or product — for example,acme-corp or my-saas-app. You can create additional workspaces later if you need strict isolation between products or environments.
Next steps
Once your workspace is set up, the next step is to define a scope so Foff knows the hierarchy your flags will follow.Scopes
Learn how scopes group flags by hierarchy model.