Skip to main content
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.
1

Enter organization name

Choose a name that represents your company or team.
2

Organization slug

A URL-friendly identifier will be auto-generated from the name.
3

Complete setup

You’ll be taken to your new organization dashboard.

Member Roles

Organizations support two member roles:
RolePermissions
OwnerFull administrative access
MemberAccess 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

  1. Go to Settings > General
  2. Update the Name field
  3. Click Save

Change Slug

  1. Go to Settings > General
  2. Update the Slug field
  3. Click Save
Changing the slug will change all URLs for your organization and workspaces.

Delete Organization

  1. Go to Settings > General
  2. Click Delete Organization
  3. Type the organization name to confirm
  4. 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

  1. Click your current organization name in the sidebar
  2. Select a different organization from the dropdown
  3. Or click Create Organization to start a new one

Organization Limits

Limits are determined by your subscription plan:
FeatureFreeProEnterprise
Workspaces1510
Connections (per workspace)1510
AlertsNoYesYes
MembersUnlimitedUnlimitedUnlimited

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