🔄 synced local 'docs/' with remote 'docs/'

This commit is contained in:
andrewneilson 2026-04-27 00:14:06 +00:00
parent 9fcfffd85f
commit 8a30ef8a42
71 changed files with 934 additions and 340 deletions

View file

@ -15,7 +15,7 @@ keywords:
A **browser session** is a live browser instance that stays open between runs. Cookies, login state, cart contents, and page context all persist, like keeping a browser tab open. Use sessions when you need back-to-back tasks to share state, or when you want to interact with the browser yourself between automated steps.
<Note>
Looking to use browser sessions from code? See the [API & SDK guide](/optimization/browser-sessions) instead.
Looking to use browser sessions from code? See the [API & SDK guide](/developers/optimization/browser-sessions) instead.
</Note>
---
@ -174,7 +174,7 @@ Use a session when you need a live browser right now. Use a [profile](/cloud/bro
<Card
title="Browser Sessions (API)"
icon="code"
href="/optimization/browser-sessions"
href="/developers/optimization/browser-sessions"
>
Create and manage sessions programmatically
</Card>