> ## Documentation Index
> Fetch the complete documentation index at: https://skyvern.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Organization Settings

> Manage your organization name, invite and remove team members, and configure access settings from the Skyvern Cloud UI Settings page.

Everything in Skyvern (agents, 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 agents, 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>
