Organizations are the top-level container in bullstudio. They hold your workspaces, team members, and billing information.
What is an Organization?
An organization represents your company, team, or project. It contains:
- Workspaces: Grouped Redis connections
- Members: Team members with access
- Subscription: Your billing plan and limits
Organization Structure
Organization (My Company)
├── Members
│ └── you@example.com (Owner)
├── Subscription (Pro Plan)
└── Workspaces
├── Production
│ ├── Connection: prod-redis
│ └── Alerts: failure-rate, backlog
├── Staging
│ └── Connection: staging-redis
└── Development
└── Connection: dev-redis
Creating an Organization
When you sign up for bullstudio, you’re prompted to create your first organization.
Enter organization name
Choose a name that represents your company or team.
Organization slug
A URL-friendly identifier will be auto-generated from the name.
Complete setup
You’ll be taken to your new organization dashboard.
Member Roles
Organizations support two member roles:
| Role | Permissions |
|---|
| Owner | Full administrative access |
| Member | Access to workspaces and features |
Owner Permissions
- Create, update, and delete workspaces
- Manage organization members (invite, remove, change roles)
- Manage billing and subscription
- Access all workspaces and connections
- Delete the organization
Member Permissions
- Access all workspaces within the organization
- View and interact with queues and jobs
- Create and manage alerts (if on Pro/Enterprise)
- Cannot manage billing or organization settings
Team Members
Coming Soon: Team member invitations are not yet available. This feature is currently in development and will be released in a future update.
Once available, you’ll be able to:
- Invite team members by email
- Assign Owner or Member roles
- Remove members from your organization
Organization Settings
Rename Organization
- Go to Settings > General
- Update the Name field
- Click Save
Change Slug
- Go to Settings > General
- Update the Slug field
- Click Save
Changing the slug will change all URLs for your organization and workspaces.
Delete Organization
- Go to Settings > General
- Click Delete Organization
- Type the organization name to confirm
- Click Delete
Deleting an organization permanently removes all workspaces, connections, alerts, and member associations. This action cannot be undone.
Multiple Organizations
You can be a member of multiple organizations. Use cases:
- Personal projects and work projects
- Consulting for multiple clients
- Separating different companies
Switching Organizations
- Click your current organization name in the sidebar
- Select a different organization from the dropdown
- Or click Create Organization to start a new one
Organization Limits
Limits are determined by your subscription plan:
| Feature | Free | Pro | Enterprise |
|---|
| Workspaces | 1 | 5 | 10 |
| Connections (per workspace) | 1 | 5 | 10 |
| Alerts | No | Yes | Yes |
| Members | Unlimited | Unlimited | Unlimited |
Best Practices
One Organization per Company
Keep all your company’s workspaces under one organization for:
- Unified billing
- Easy team management
- Consistent access control
Use Workspaces for Environments
Instead of multiple organizations, use workspaces to separate environments:
Organization: Acme Corp
├── Workspace: Production
├── Workspace: Staging
└── Workspace: Development
Next Steps