Workspace
The Workspace area of the ScaleBun dashboard.
Workspace is administration: the resources an organization owns and who may touch them. It is deliberately separate from Settings, which holds preferences and configuration.
What is here#
Apps, team and roles, usage and billing, integrations, SDK and API keys, and the audit log.
Keys are the part to be careful with#
Each app environment issues a client key and a secret key.
| Prefix | Safe in an app binary | |
|---|---|---|
| Client key | skb_test_ck_ · skb_staging_ck_ · skb_live_ck_ | Yes |
| Secret key | skb_{env}_sk_ | Never |
The environment prefix exists so a key visibly declares its blast radius. If you are ever unsure which environment a key belongs to, read the prefix rather than guessing from where you found it.
The audit log is the answer to "who changed this"#
Every administrative action is recorded. Check it before reconstructing a change from memory — particularly for key rotation, role changes and integration edits, which are the changes most likely to break something quietly.
Related#
Quick start — where these credentials get used.
API conventions — how each key authenticates.
Admin#
| Page | Route | Platforms |
|---|---|---|
| Apps | /workspace/apps | All |
| Team & roles | /workspace/team-roles | All |
| Usage & billing | /workspace/usage-billing | All |
| Integrations | /workspace/integrations | All |
| SDK & API keys | /workspace/sdk-api-keys | All |
| Audit log | /workspace/audit-log | All |