BuildPixel ships four roles. They cover most teams.Documentation Index
Fetch the complete documentation index at: https://buildpixel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Role | Can do |
|---|---|
| owner | Everything, including billing and deleting the org |
| admin | Everything except billing changes and deleting the org |
| member | Create projects, edit build settings, trigger builds, view logs |
| viewer | View projects, builds, logs (read-only). Cannot trigger builds. |
At-a-glance matrix
| owner | admin | member | viewer | |
|---|---|---|---|---|
| View projects, builds, logs | ✓ | ✓ | ✓ | ✓ |
| Trigger builds | ✓ | ✓ | ✓ | ✗ |
| Create / edit projects | ✓ | ✓ | ✓ | ✗ |
| Create / edit build settings | ✓ | ✓ | ✓ | ✗ |
| Connect / disconnect integrations | ✓ | ✓ | ✗ | ✗ |
| Invite / remove members | ✓ | ✓ | ✗ | ✗ |
| Change member roles | ✓ | ✓ | ✗ | ✗ |
| Manage billing | ✓ | ✗ | ✗ | ✗ |
| Delete the org | ✓ | ✗ | ✗ | ✗ |
Changing a member’s role
Go to Settings → Members, click the member, change the role dropdown, save. You can also change roles via the API — see Organizations endpoints.At least one owner
You can’t have an org with zero owners. To downgrade the only owner, first promote someone else to owner.What can a viewer do?
Surprisingly useful for stakeholders who want progress visibility without the risk of breaking anything:- See all projects in the org
- View build history, including failed builds
- Watch live build logs
- Download artifacts (the artifact is “the build”, not a privileged resource)