Skip to content

Commit fe5b57a

Browse files
committed
fix broken links
1 parent cb02030 commit fe5b57a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cloud/api-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get your key at [cloud.browser-use.com/settings](https://cloud.browser-use.com/s
1313
## API Versions
1414

1515
<CardGroup cols={2}>
16-
<Card title="BU Agent API (v3)" icon="bolt" href="/cloud/api-v3/create-session">
16+
<Card title="BU Agent API (v3)" icon="bolt" href="/cloud/api-v3/sessions/create-session">
1717
**Recommended for new projects.** Session-based agent API with simplified resource model.
1818

1919
Base URL: `https://api.browser-use.com/api/v3`
@@ -26,7 +26,7 @@ Get your key at [cloud.browser-use.com/settings](https://cloud.browser-use.com/s
2626
- Persistent workspaces across sessions
2727
- Models: `bu-mini` (default) and `bu-max`
2828
</Card>
29-
<Card title="Cloud API v2 (Stable)" icon="shield-check" href="/cloud/api-v2/get-account-billing">
29+
<Card title="Cloud API v2 (Stable)" icon="shield-check" href="/cloud/api-v2/tasks/create-task">
3030
**Full-featured stable API.** Task-based with extended resources.
3131

3232
Base URL: `https://api.browser-use.com/api/v2`

0 commit comments

Comments
 (0)