Skip to main content

Account settings

How users manage profile details, connected providers, sessions, invitations, API keys, and account deletion.

SectionAccount / Overview
PurposeAccount user documentation
UpdatedJul 6, 2026
AuthorTemplate Maintainers
Versionv1.2.0
Reading time2 min

Account settings

Account settings are the user's global management area. They are not tied to one workspace and stay available even when the user has no accessible workspaces.

The template includes dedicated account sections for profile identity, connected OAuth providers, active sessions, pending workspace invitations, personal API keys, and destructive account deletion.

Account sections

SectionRouteWhat it is for
Profile/user/profileReview account identity and update the display name.
Connections/user/connectionsLink or unlink configured OAuth providers.
Security/user/securityReview active sessions and revoke access.
Invitations/user/invitationsReview workspace invitations addressed to the current user.
API keys/user/api-keysManage personal API keys for /api/v1.
Danger/user/dangerDelete the current account after explicit confirmation.

Access model

All account settings require a signed-in user. Server actions load the current session on the server, validate input, apply the mutation, and refresh affected cache state before returning a result to the UI.

When to use account settings

Use account settings for personal identity and access choices. Use workspace settings when the change belongs to one organization-backed workspace, such as members, teams, workspace API keys, or allowed email domains.