Accessing organization settings
There are two ways to open organization settings:- From the organization dashboard, click the Settings icon (gear) in the page header.
- From a mobile device, tap the Settings option in the mobile settings drawer.
canUpdate, canManageSettings, canAddUser, or canRemoveUser permission. Members without these permissions are redirected to the organization overview after a brief error message.
Settings tabs
The settings page has two main tabs:General
Organization name, overview statistics, and quick-access cards for projects, team, wallet, and subscriptions.
Members
Full member list with role management, invitation controls, and pending invitations. See Managing Members for details.
Branding and display name
You can update the organization’s display name from the General tab.Click the edit icon
In the Organization Details card, click the pencil (edit) icon next to the organization name field.
Changing the organization name does not affect any API keys, project IDs, or member access. It is purely a display change.
Organization overview
The General tab shows an overview of the organization’s current state:- Organization Details card — name, creation date, and last updated date.
- Organization Overview card — radial charts showing the total number of projects and members.
- Projects card — total active projects with a link to the projects list.
- Team card — total members and a count of Admins and Owners.
- Wallet card — current wallet balance in Credits and USD, with a link to the wallet page. If no wallet exists, a prompt to create one is shown.
- Subscriptions card — current plan status rendered by the
SubscriptionStatusCardcomponent. - Settings card — shows the number of days the organization has been active.
Billing settings
Billing for an organization is managed through the Wallet and the Subscriptions page. Wallet — Each organization has a dedicated wallet that holds credits used for AI model requests and other platform operations. Access the wallet by clicking the wallet icon in the organization header or the Wallet card in settings. From the wallet page you can:- View the current balance and transaction history
- Top up credits
- Transfer credits between wallets
- View the current plan and its limits
- Upgrade or change your plan
- Review subscription status and renewal dates
Notification preferences
Notification preferences are managed at the user level rather than the organization level. To configure how you receive notifications, go to your User Settings from the profile menu.Subscription management from settings
The subscriptions overview is embedded directly in the organization settings General tab via theSubscriptionStatusCard component. This card shows:
- Whether a subscription plan is active
- The current plan tier
- Member and project usage against plan limits
Danger zone
The settings page includes a Danger Zone section accessible to Owners only. It contains destructive actions that permanently affect the organization:Delete organization
Delete organization
Deleting an organization permanently removes it along with all its projects, member associations, API keys, and data. This action cannot be undone.To delete an organization:
- Open organization settings.
- Scroll to the Danger Zone section.
- Click Delete Organization.
- Confirm the action by typing the organization name in the confirmation dialog.