Skip to main content

Documentation Index

Fetch the complete documentation index at: https://paper.brimble.io/llms.txt

Use this file to discover all available pages before exploring further.

A workspace holds projects shared with a team. Workspaces are billed separately from your personal account and have their own seats, concurrent builds, and projects. This guide covers creating a paid team workspace from scratch. To invite people into an existing workspace, see Manage teams.

Prerequisites

  • A Brimble account with 2FA recommended (the workspace owner has full control of billing).
  • A payment method on file. The workspace is charged immediately on creation.

Step 1: Name and slug

  1. Click your avatar → New workspace.
  2. Fill in:
    • Workspace image, optional logo (PNG, JPG, or WebP).
    • Workspace name, the human name (e.g. “Acme Engineering”).
    • Workspace URL, the slug used in URLs. Auto-generated from the name; edit if you need something specific. The slug is the part after brimble.app/ in workspace links.
  3. Click Continue.
Workspace creation step 1 with the workspace image upload, name field, and URL slug input prefixed by the brimble.app domain

Step 2: Size and concurrent builds

This step sets the workspace’s monthly cost.
SettingDescription
Team sizeNumber of seats. Pick from 3, 5, 10, 15, 25, or 50. Each seat costs $5/month.
Concurrent buildsHow many builds can run in parallel. Minimum 2. Each concurrent build slot costs $8/month.
Startup promo codeOptional. If you have one, enter it and click Verify. Valid codes apply a discount; invalid ones show an error.
The page shows a running total: seats × $5 + builds × $8 = $X/month. A workspace with 3 seats and 2 concurrent builds is 3 × $5 + 2 × $8 = $31/month. You can change both values later under Workspace settings → Billing, but you can’t go below the seats currently in use without removing members first. Click Continue.
Workspace creation step 2 with team-size selector, concurrent-builds selector, optional startup promo code field, and the running monthly cost summary

Step 3: Invite members

Invite the people who’ll be in the workspace. For each row:
  • Email, the invitee’s address. They’ll get an email with a link.
  • Role, pick from Member, Administrator, or Viewer. The Creator role is reserved for the workspace owner.
Click Add another to invite more. You can leave this step empty and invite people later. The page shows a billing summary: seats cost + builds cost + total. If you’ve added more invites than your team size, a warning appears: “You’ve invited N members but only have M seats, additional seats will be charged.” You can’t invite yourself, Brimble blocks the email matching your account.
Workspace creation step 3 with rows of email and role inputs, an Add another button, and the seats plus builds billing summary

Step 4: Create

Click Create workspace. The card on file is charged immediately for the first month. After creation:
  • The workspace appears in the workspace switcher in the top-left.
  • Pending invites send out as emails.
  • You become the Creator of the workspace.

After creation

Things you’ll typically do next:
  • Create a project under the workspace. Switch into the workspace via the switcher and click New project.
  • Set up webhooks for the workspace under Settings → Webhooks.
  • Configure 2FA on your account if you haven’t, required for ownership transfer.
  • Adjust limits. Bumping seats or builds is one click in Settings → Billing.

Switching between workspaces

The workspace switcher in the top-left of the dashboard groups your workspaces:
  • Personal Accounts, your individual workspace.
  • Teams, every team workspace you’re a member of.
Switching context filters the project list, the dashboard home, and most settings to the active workspace.

Roles and what each can do

RolePermissions
CreatorFull control. Manages billing, members, projects. Can transfer ownership. One per workspace.
AdministratorSame as Creator except can’t transfer ownership.
MemberRead and write to projects. Deploy, manage env vars, add domains. Cannot manage billing or members.
ViewerRead-only across projects, deployments, logs.

Troubleshooting

“Card declined” on creation. The card on file failed when Brimble tried to charge for the first month. Add a different card under Billing → Payment methods and try again. The workspace doesn’t get created until payment goes through. Promo code says “invalid.” Codes are case-sensitive and time-limited. Re-check exactly as provided. If it’s still rejected, contact whoever gave you the code, promo codes can be revoked or expire without warning. Invitee never got the email. Check spam. Revoke the pending invite from Settings → Members and re-invite to the right address. Typos are the most common cause.

Next steps

Last modified on May 9, 2026