Settings
Settings are split into two areas: Account Settings (personal) and Organization Settings (workspace-wide).
Account Settings
Manage your personal profile and preferences under Settings > Account.
| Page | Path | Description |
|---|---|---|
| Profile | /settings/account/profile | Display name, email, avatar |
| Organizations | /settings/account/organizations | Switch or create organizations |
| Invites | /settings/account/invites | Accept or decline pending invitations |
Organization Settings
Configure your workspace under Settings > Organization.
| Page | Path | Description |
|---|---|---|
| General | /settings/organization/general | Organization name and slug |
| Members | /settings/organization/members | Manage team members and roles |
| Invites | /settings/organization/invites | View and manage sent invitations |
| Usage | /settings/organization/usage | Resource usage and quotas |
| Credentials | /settings/organization/credentials | API keys and OAuth clients |
| Webhooks | /settings/organization/webhooks | Incoming webhook endpoints |
Feature-Gated Pages
Some settings pages are only visible when the corresponding feature is enabled:
| Page | Feature Flag | Description |
|---|---|---|
| Billing | billing | Subscription and payment management |
| Aliases | aliases | Email/SMS/WhatsApp alias management |
| Policy | policies | Organization access control policies |
Role Requirements
Different settings require different permission levels:
| Action | Minimum Role |
|---|---|
| View members | Any member |
| Invite members | Admin |
| Change roles | Admin |
| Remove members | Admin |
| Manage credentials | Admin |
| Manage webhooks | Admin |
| Edit organization | Owner |
| Delete organization | Owner |
| Manage billing | Owner |
Guides
- Organization Settings — Members, roles, and general configuration
- Credentials & Webhooks — API keys and webhook setup
Next Steps
- Create API credentials for server-to-server access
- Set up webhooks for event notifications