cloud ui docs + cookbooks (#4759)

Co-authored-by: Ritik Sahni <ritiksahni0203@gmail.com>
Co-authored-by: Kunal Mishra <kunalm2345@gmail.com>
This commit is contained in:
Naman
2026-02-17 03:44:40 +05:30
committed by GitHub
parent 06fe51adfa
commit bf8c7de8f9
52 changed files with 4211 additions and 471 deletions

View File

@@ -0,0 +1,50 @@
---
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>