Files
Dorod-Sky/docs/cloud/account-settings/organization-settings.mdx
Naman bf8c7de8f9 cloud ui docs + cookbooks (#4759)
Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
2026-02-16 22:14:40 +00:00

51 lines
1.8 KiB
Plaintext

---
title: Organization Settings
subtitle: Manage your organization name and team access
slug: cloud/account-settings/organization-settings
---
Everything in Skyvern — workflows, credentials, runs, API keys — belongs to an **organization**. One is created automatically when you sign up.
## Organization details
Open **Settings** in the sidebar. The Settings page shows your organization name and current plan. The organization name appears throughout the UI and in API responses.
To rename your organization, update the **Organization Name** field and click **Save**.
## Team members
Plans that support multiple users (Pro and Enterprise) show a **Members** section below the organization details.
### Inviting members
Click **Invite Member**, enter their email address, and send the invitation. They'll receive an email with a link to join your organization. Once they accept, they appear in the members list with full access to workflows, runs, credentials, and API keys.
### Removing members
Click the **remove icon** next to a member's name to revoke their access. They lose access to all organization resources immediately.
<Warning>
When removing a team member, also review your [API keys](/cloud/account-settings/api-keys) — they may have copied keys that remain active.
</Warning>
<Note>
Role-based access control (restricting what individual members can do) is available on **Enterprise** plans. On other plans, all members have full access to the organization's resources.
</Note>
<CardGroup cols={2}>
<Card
title="Profile Settings"
icon="user"
href="/cloud/account-settings/profile-settings"
>
Manage your personal account settings
</Card>
<Card
title="API Keys"
icon="key"
href="/cloud/account-settings/api-keys"
>
View and manage API keys for your organization
</Card>
</CardGroup>