Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions browsers/pools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Acquiring is faster than creating an on-demand browser because the browser is al

Idle browsers in a pool aren't billed, but the pool's capacity counts against your [concurrency limit](/info/pricing#concurrency-limits). See [Scale](/introduction/scale) for how browser pools fit into production architecture.

<Info>
New to browser pools? The [Quickstart](/quickstart) walks through creating one and serving a workload from it. This page covers the configuration and behavior.
</Info>

## How browser pools work

<Steps>
Expand Down
7 changes: 6 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
{ "source": "/browsers/pools/policy-json", "destination": "/browsers/chrome-policies" },
{ "source": "/browsers/pools/overview", "destination": "/browsers/pools" },
{ "source": "/introduction", "destination": "/" },
{ "source": "/quickstart", "destination": "/" },
{ "source": "/home", "destination": "/" },
{ "source": "/llm.md", "destination": "/integrations/stripe-projects" },
{ "source": "/llm-browser.md", "destination": "/integrations/stripe-projects-browser" }
Expand Down Expand Up @@ -83,6 +82,12 @@
"introduction/scale"
]
},
{
"group": "Get started",
"pages": [
"quickstart"
]
},
{
"group": "Working with your browser",
"pages": [
Expand Down
2 changes: 2 additions & 0 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ We build crazy fast, open source infra for AI agents to access the internet. Tru

## start here

new here? the [quickstart](/quickstart) runs the whole path end to end — install, drive your first browser, then serve a workload from a browser pool. or jump straight to a stage:

<Columns cols={3}>
<Card title="Create" href="/introduction/create">
Spin up a browser and pick the shape — headless, stealth, GPU, profiles.
Expand Down
Loading
Loading