Organizations
Organizations are the top-level tenant boundary. All projects, secrets, and access rules belong to an organization.
Create an organization
Section titled “Create an organization”You become the owner automatically.
List organizations
Section titled “List organizations”Rename
Section titled “Rename”Delete
Section titled “Delete”Soft-deletes the org. The name can be reused after deletion.
Members
Section titled “Members”Invite a user
Section titled “Invite a user”The default role is member if --role is omitted.
List members
Section titled “List members”Change role
Section titled “Change role”Remove a member
Section titled “Remove a member”Four roles, each inheriting the permissions below it:
| Role | Secrets | Projects/Envs | Members | Org settings |
|---|---|---|---|---|
| Owner | read + write | create, update, delete | invite, remove, change roles | rename, delete |
| Admin | read + write | create, update, delete | invite, remove | — |
| Developer | read + write | — | — | — |
| Member | read only | — | — | — |
- Multiple owners are allowed
- The last owner cannot be removed or demoted
- Superadmins bypass all role checks
- Developers and members need ACL rules for project/env-level access
Naming rules
Section titled “Naming rules”Organization names must be 2-50 characters, lowercase alphanumeric with hyphens, starting and ending with an alphanumeric character.