docs: Add keywords and descriptions for every page, rewrote llms.txt, added another redirect (#5461)
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

This commit is contained in:
Kunal Mishra 2026-04-12 06:53:07 +05:30 committed by GitHub
parent 94470d68a7
commit 022ec7b185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
96 changed files with 1273 additions and 0 deletions

View file

@ -1,7 +1,15 @@
---
title: Browser Profiles
subtitle: Save and reuse login state across sessions
description: Save and reuse browser state snapshots in the Skyvern Cloud UI to skip login flows by restoring cookies and session data from a previously authenticated browser session.
slug: cloud/browser-management/browser-profiles
keywords:
- state snapshot
- cookies
- session restore
- skip login
- authenticated state
- reuse
---
A **browser profile** is a saved snapshot of browser state — cookies, localStorage, and session files. Load a profile into a new [browser session](/cloud/browser-management/browser-sessions) and the browser starts with that saved state restored, skipping login flows you've already completed.