Skyvern/docs/cloud/account-settings/profile-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

51 lines
1.8 KiB
Text

---
title: Profile Settings
subtitle: Manage your personal account and security
description: Update your display name, change your password, and review active sessions from the Skyvern Cloud UI Account page.
slug: cloud/account-settings/profile-settings
keywords:
- profile
- display name
- password
- active sessions
- account security
---
Click your avatar at the bottom of the sidebar to open the **Account** page. It has two tabs: **Profile** and **Security**.
## Profile
The **Profile** tab shows your display name and email address. Update your display name and click **Save** to apply.
## Security
The **Security** tab is where you manage your password and review active sessions.
<img src="/images/cloud/change-password.png" alt="Account Security tab showing password fields and active devices" />
Under **Set password**, enter your new password and confirm it. A green checkmark appears when the password meets requirements and both fields match. Check **Sign out of all other devices** if you want to invalidate existing sessions — recommended if you suspect unauthorized access.
Click **Save** to apply.
**Active devices** lists every device currently signed into your account, showing the browser, IP address, and last access time. Use this to verify that all sessions are yours.
<Note>
If you signed up with Google or another SSO provider, password management is handled by the external provider and this section may not appear.
</Note>
<CardGroup cols={2}>
<Card
title="Organization Settings"
icon="building"
href="/cloud/account-settings/organization-settings"
>
Manage your team and organization details
</Card>
<Card
title="API Keys"
icon="key"
href="/cloud/account-settings/api-keys"
>
View and manage API keys
</Card>
</CardGroup>