Access Modes
The public CLI configuration surface currently exposes:publicfor open accesspasswordfor a shared app passwordfloo_accountsfor named user access
Plan Gating
Shipped backend validation currently enforces:publicon all planspasswordon Pro and abovefloo_accountson Pro and above
Password-Protected Apps
When a password-mode app is deployed, Floo can generate or store a shared password for that app. Use:Floo Accounts Apps
floo_accounts is the access mode for named user access. In the shipped dashboard:
- the app Users tab manages individual grants
- the app Users tab also manages a domain allowlist
- the org-level Users page shows people who have logged into
floo_accountsapps
Environment Overrides
The current CLI deploy path reads access mode in this order:[environments.dev].access_mode[app].access_modefloo.service.toml[app].access_mode
Choosing the Right Mode
| Mode | Best for | Main surface |
|---|---|---|
public | marketing sites, open APIs, internal previews | config + deploy |
password | private demos, client previews, temporary staging | config + floo apps password |
floo_accounts | apps with named end users and allowlisted signup | config + dashboard Users flows |