Prerequisites
- you are authenticated with
floo auth login - you know whether you are changing org membership or app access
- for
passwordandaccounts, your plan is Pro or above
1. Manage your Floo team
Organization membership controls who can operate apps and billing for your org.2. Choose an app access mode
Configure app access infloo.app.toml:
public— open access (default)password— shared password (Pro+)accounts— per-user auth via hosted OAuth (Pro+)sso— enterprise SSO (Enterprise)
3. Work with password-protected apps
If an app usespassword mode, retrieve the shared password with:
4. Manage named app users
If an app usesaccounts, the shipped dashboard exposes two app-level controls:
- a domain allowlist for self-registration
- individual user grants and revocations
5. See users across the org
The shipped org-level Users page shows people who have logged into youraccounts apps, plus:
- which apps they have used
- first seen / last active timestamps
- basic user search
What To Use Where
| Task | CLI | Dashboard |
|---|---|---|
| change org member roles | yes | yes |
| invite teammates | not first-class | yes |
| retrieve shared app password | yes | yes |
| manage app user grants | no | yes |
| manage allowlisted domains for signup | no | yes |
| inspect org app users | no | yes |
What To Do Next
Access Modes
Review the access-mode model and plan gating.
Budget Controls
Set spend caps and manage billing.