Skyvern/docs/cloud/account-settings/organization-settings.mdx
Kunal Mishra 022ec7b185
Some checks failed
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
2026-04-12 01:23:07 +00:00

58 lines
2 KiB
Text

---
title: Organization Settings
subtitle: Manage your organization name and team access
description: Manage your organization name, invite and remove team members, and configure access settings from the Skyvern Cloud UI Settings page.
slug: cloud/account-settings/organization-settings
keywords:
- organization
- team
- invite
- members
- access
- permissions
---
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>