Workspace Settings
Configure your workspace preferences, branding, security, and integrations.
General Settings
Workspace Information
- Go to Settings → Workspace
- Update general info:
Change Workspace Name
- Click Edit next to the name
- Enter new name
- Click Save
URL Slug
Changing the URL slug will update all workspace URLs. This may break existing bookmarks.
Branding
Customize the look and feel:
Logo
Upload your company logo:
- Format: PNG, SVG, or JPG
- Size: At least 200x200px
- Background: Transparent recommended
Colors
Set brand colors:
Portal Branding
Customize customer-facing portals:
- Custom domain
- Favicon
- Email templates
- Login page
Authentication
Single Sign-On (SSO)
Enable enterprise SSO:
Configure SSO
- Go to Settings → Authentication
- Click Configure SSO
- Select provider
- Enter configuration:
- Client ID
- Client Secret
- Domain
- Test and enable
Enforce SSO
Require all members to use SSO:
- Enable Require SSO
- Set grace period for existing users
- After grace period, password login is disabled
Security
Two-Factor Authentication
Require 2FA for all team members:
- Go to Settings → Security
- Enable Require 2FA
- Set compliance deadline
- Members must enable before deadline
Session Settings
IP Allowlist
Restrict access by IP:
- Enable IP Allowlist
Add allowed ranges:
192.168.1.0/24 10.0.0.0/8 203.0.113.45- Save changes
Integrations
Webhooks
Send events to external services:
- Go to Settings → Integrations → Webhooks
- Click + New Webhook
- Configure:
- URL:
https://your-service.com/webhook - Events: Select which events to send
- Secret: For signature verification
- URL:
Supported Events
Webhook Payload
{
"event": "automation.run.completed",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"run_id": "run_123",
"automation_id": "auto_456",
"status": "success",
"duration_ms": 1250
}
}
Notifications
Email Notifications
Configure workspace-level notifications:
Slack Integration
Send notifications to Slack:
- Click Connect Slack
- Choose a channel
- Select events to notify
Data & Privacy
Data Retention
Configure how long to keep data:
Data Export
Export all workspace data:
- Go to Settings → Data → Export
- Click Request Export
- Receive download link via email
Delete Workspace
Irreversible
Deleting a workspace permanently removes all data, including automations, runs, and resources.
- Go to Settings → Workspace → Delete
- Type workspace name to confirm
- Click Delete Workspace
Billing
Current Plan
View your subscription:
Upgrade Plan
- Go to Settings → Billing
- Click Upgrade
- Select new plan
- Enter payment info
- Confirm upgrade
Billing History
View past invoices:
- Download PDF invoices
- Update billing email
- Change payment method
Best Practices
Do
- Use SSO for enterprise security
- Set appropriate data retention
- Enable notifications for failures
- Review security settings quarterly
- Keep billing info current
Avoid
- Skipping 2FA requirements
- Indefinite data retention
- Ignoring security notifications
- Sharing workspace credentials
Related Guides
- Team → — Manage access
- API Keys → — Programmatic access