Workspace Settings
Workspace settings apply to all members of the workspace. Only Owners can change these settings.
| Setting | Description | Default |
|---|---|---|
| Workspace name | Display name shown in the dashboard and workspace picker. | Set during creation. |
| Workspace slug | URL-safe identifier used in API endpoints and links. | Auto-generated from name. |
| Default model | The model used when no override is specified. | Claude Sonnet 4. |
| Default agent | The agent type used for new sessions. | Build. |
| Timezone | Used for usage analytics, scheduled agents, and billing cycle display. | UTC. |
Changing Settings
Go to Dashboard > Settings > General. Edit the fields you want to change and click "Save". Changes take effect immediately for all workspace members.
Note
User Profile
User profile settings are personal and apply to your account across all workspaces.
| Setting | Description |
|---|---|
| Display name | Your name as shown to other workspace members. |
| Avatar | Profile picture. Upload an image or use your GitHub/Google avatar. |
| Your primary email. Used for notifications and invitations. | |
| Linked accounts | GitHub and Google accounts linked for sign-in. |
Changing Your Profile
- Go to Dashboard > Settings > Profile.
- Update your display name, avatar, or email.
- Click "Save" to apply changes.
- To link or unlink a GitHub/Google account, use the "Linked Accounts" section.
Avatar
Upload a custom avatar or choose to use the avatar from your linked GitHub or Google account. Avatars are resized to 256x256 pixels and stored as WebP. Supported upload formats: PNG, JPG, GIF, WebP (max 2 MB).
Display Preferences
Customize how the dashboard looks and behaves.
| Setting | Options | Default |
|---|---|---|
| Theme | Dark, Light, System | Dark |
| Date format | Relative ("2 hours ago"), Absolute ("Apr 12, 2026") | Relative |
| Number format | Compact ("12.5K"), Full ("12,500") | Compact |
| Default usage view | 7 days, 30 days, 90 days | 30 days |
| Notifications | Email, In-app, Both, None | Both |
Display preferences are stored per-user and do not affect other workspace members. Changes take effect immediately without a page reload.
Security Settings
Security settings protect your account and workspace from unauthorized access.
Sessions
View all active sessions (browser and IDE) and sign out of any session remotely. Go to Dashboard > Settings > Security > Active Sessions.
- Each session shows the device, browser/IDE, IP address, and last active time.
- Click "Sign Out" next to a session to revoke it immediately.
- Click "Sign Out All Other Sessions" to revoke all sessions except the current one.
Two-Factor Authentication (2FA)
Enable 2FA for an extra layer of security on your account.
- Go to Dashboard > Settings > Security > Two-Factor Authentication.
- Click "Enable 2FA".
- Scan the QR code with your authenticator app (Google Authenticator, Authy, 1Password, etc.).
- Enter the 6-digit code to confirm.
- Save the recovery codes in a secure location.
Warning
Audit Log
The audit log tracks security-relevant events in your workspace. Available on Starter, Pro, and Enterprise plans.
| Event | Logged Data |
|---|---|
| Sign in | User, IP address, device, timestamp, auth method. |
| API key created | Key name, scope, creator, timestamp. |
| API key revoked | Key name, revoker, timestamp. |
| Member invited | Email, role, inviter, timestamp. |
| Member removed | User, remover, timestamp. |
| Role changed | User, old role, new role, changer, timestamp. |
| Settings changed | Setting name, old value, new value, changer, timestamp. |
Integrations
Manage third-party integrations from Dashboard > Settings > Integrations.
| Integration | Purpose | Configuration |
|---|---|---|
| GitHub | Repository access for cloud agents, Bugbot | OAuth via Creor GitHub App. |
| GitLab | Repository access for cloud agents | Personal access token. |
| Bitbucket | Repository access for cloud agents | App password. |
| Slack | Notifications for agent runs and alerts | Slack webhook URL. |
| Webhooks | Custom HTTP notifications | Endpoint URL + signing secret. |
Each integration can be enabled, disabled, or reconfigured independently. Disabling an integration does not delete its configuration -- it can be re-enabled later.
Data & Privacy
Manage your data and privacy preferences.
Data Export
Request a full export of your data from Dashboard > Settings > Data & Privacy > Export Data. The export includes your profile, usage history, API key metadata (not the keys themselves), and cloud agent run logs.
Account Deletion
- To delete your account, go to Dashboard > Settings > Data & Privacy > Delete Account.
- This action is irreversible. All your data, API keys, and workspace memberships will be permanently deleted.
- If you are the owner of a workspace with other members, transfer ownership before deleting your account.
- Purchased credits are forfeited upon account deletion.
Warning