Workspace
The top-level container. Your company, your people, your billing boundary.
A workspace — an organization in the API — is the outermost boundary in FlozentAi. It owns your applications, your team members and their roles, and every audit record produced inside it. If you are a single person rather than a company, you still get a workspace: an individual account is modelled as a one-member organization so that isolation, billing, audit and role checks all behave identically.
Name and slug
A workspace has a display name you can change at any time and a slug you cannot. The slug appears in API paths, so changing it would break every integration pointing at you.
People and access
- Members hold one or more roles. Built-in roles are fixed; custom roles carry whatever permission set you define.
- Scoped grants narrow a member to a single application, or to a single environment inside it. A grant never widens what a role already allows.
- Invitations are one-time codes that expire after 72 hours.