-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathdocs.json
More file actions
552 lines (539 loc) · 27.1 KB
/
Copy pathdocs.json
File metadata and controls
552 lines (539 loc) · 27.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "Browser Use",
"colors": {
"primary": "#FE750E",
"light": "#FE750E",
"dark": "#FE750E"
},
"background": {
"color": {
"light": "#FFFFFF",
"dark": "#09090B"
}
},
"favicon": "/favicon.svg",
"appearance": {
"default": "dark"
},
"contextual": {
"options": [
"chatgpt",
"claude",
"mcp",
"add-mcp",
"cursor",
"vscode"
]
},
"fonts": {
"family": "Geist"
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "/cloud/quickstart"
},
"api": {
"playground": {
"display": "interactive"
},
"examples": {
"languages": ["javascript", "curl", "python"],
"required": true
}
},
"navigation": {
"products": [
{
"product": "Cloud",
"icon": "cloud",
"color": {
"light": "#FE750E",
"dark": "#FE750E"
},
"tabs": [
{
"tab": "Cloud SDK",
"groups": [
{
"group": "Get Started",
"pages": [
"cloud/quickstart",
"cloud/vibecoding"
]
},
{
"group": "Pillars",
"pages": [
{
"group": "Agent",
"icon": "robot",
"pages": [
"cloud/agent/quickstart",
"cloud/agent/models",
"cloud/agent/structured-output",
"cloud/agent/follow-up-tasks",
"cloud/agent/streaming",
"cloud/agent/workspaces",
"cloud/agent/cache-script",
"cloud/agent/human-in-the-loop"
]
},
{
"group": "Browser",
"icon": "globe",
"pages": [
"cloud/browser/stealth",
"cloud/browser/proxies",
"cloud/browser/live-preview",
"cloud/browser/playwright-puppeteer-selenium",
{
"group": "Authentication",
"icon": "key",
"pages": [
"cloud/guides/authentication",
"cloud/guides/profile-sync",
"cloud/guides/2fa"
]
}
]
},
{
"group": "BUX",
"icon": "cube",
"pages": [
"cloud/bux/introduction",
"cloud/bux/quickstart",
"cloud/bux/interfaces",
"cloud/bux/authentication"
]
}
]
},
{
"group": "More",
"pages": [
{
"group": "Integrations",
"icon": "plug",
"pages": [
"cloud/tutorials/integrations/claude-code",
"cloud/tutorials/integrations/openclaw",
"cloud/tutorials/integrations/hermes-agent",
"cloud/guides/mcp-server",
"cloud/guides/webhooks",
"cloud/tutorials/integrations/n8n"
]
},
{
"group": "Tutorials",
"icon": "graduation-cap",
"pages": [
"cloud/tutorials/chat-ui",
"cloud/tutorials/grow-therapy-compare"
]
},
"cloud/faq",
{
"group": "Legacy (v2)",
"icon": "box-archive",
"isDefaultOpen": false,
"pages": [
"cloud/legacy/agent",
"cloud/legacy/public-share",
"cloud/legacy/skills",
"cloud/guides/1password",
"cloud/guides/secrets"
]
}
]
}
]
},
{
"tab": "API v3",
"href": "cloud/api-reference",
"groups": [
{
"group": "Get Started",
"pages": ["cloud/api-reference"]
},
{
"group": "Endpoints",
"openapi": {
"source": "cloud/openapi/v3.json",
"directory": "cloud/api-v3"
}
}
]
},
{
"tab": "API v2",
"href": "cloud/api-v2-overview",
"groups": [
{
"group": "Get Started",
"pages": ["cloud/api-v2-overview"]
},
{
"group": "Endpoints",
"openapi": {
"source": "cloud/openapi/v2.json",
"directory": "cloud/api-v2"
}
}
]
}
]
},
{
"product": "Open Source",
"icon": "code",
"color": {
"light": "#2563EB",
"dark": "#2563EB"
},
"groups": [
{
"group": "Get Started",
"pages": [
"open-source/introduction",
"open-source/quickstart",
"open-source/vibecoding",
"open-source/supported-models",
"open-source/browser-use-cli"
]
},
{
"group": "Customize",
"pages": [
{
"group": "Agent",
"icon": "robot",
"isDefaultOpen": true,
"pages": [
"open-source/customize/agent/basics",
"open-source/customize/agent/prompting-guide",
"open-source/customize/agent/output-format",
"open-source/customize/agent/all-parameters"
]
},
{
"group": "Browser",
"icon": "window",
"pages": [
"open-source/customize/browser/basics",
"open-source/customize/browser/authentication",
"open-source/customize/browser/real-browser",
"open-source/customize/browser/remote",
"open-source/customize/browser/all-parameters"
]
},
{
"group": "Tools",
"icon": "wrench",
"pages": [
"open-source/customize/tools/basics",
"open-source/customize/tools/available",
"open-source/customize/tools/add",
"open-source/customize/tools/remove",
"open-source/customize/tools/response"
]
},
{
"group": "Integration",
"icon": "plug",
"pages": [
"open-source/customize/integrations/mcp-server"
]
},
{
"group": "Legacy",
"icon": "box-archive",
"pages": [
{
"group": "Actor",
"pages": [
"open-source/legacy/actor/basics",
"open-source/legacy/actor/examples",
"open-source/legacy/actor/all-parameters"
]
},
{
"group": "Sandbox",
"pages": [
"open-source/legacy/sandbox/quickstart",
"open-source/legacy/sandbox/events",
"open-source/legacy/sandbox/all-parameters"
]
}
]
}
]
},
{
"group": "Examples",
"pages": [
{
"group": "Templates",
"icon": "folder",
"pages": [
"open-source/examples/templates/fast-agent",
"open-source/examples/templates/follow-up-tasks",
"open-source/examples/templates/parallel-browser",
"open-source/examples/templates/playwright-integration",
"open-source/examples/templates/sensitive-data",
"open-source/examples/templates/secure",
"open-source/examples/templates/more-examples"
]
},
{
"group": "Apps",
"icon": "box-open",
"pages": [
"open-source/examples/apps/ad-use",
"open-source/examples/apps/vibetest-use",
"open-source/examples/apps/news-use",
"open-source/examples/apps/msg-use"
]
}
]
},
{
"group": "Development",
"pages": [
{
"group": "Contribution",
"icon": "github",
"isDefaultOpen": true,
"pages": [
"open-source/development/setup/local-setup",
"open-source/development/setup/contribution-guide"
]
},
{
"group": "Advanced",
"icon": "gear",
"pages": [
"open-source/customize/hooks"
]
},
{
"group": "Monitoring",
"icon": "chart-mixed",
"pages": [
"open-source/development/monitoring/observability",
"open-source/development/monitoring/openlit",
"open-source/development/monitoring/telemetry",
"open-source/development/monitoring/costs"
]
},
"open-source/development/get-help"
]
}
]
}
]
},
"navbar": {
"links": [
{ "label": "GitHub", "href": "https://github.com/browser-use/browser-use" },
{ "label": "Discord", "href": "https://link.browser-use.com/discord" }
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://cloud.browser-use.com"
}
},
"footer": {
"socials": {
"x": "https://x.com/browser_use",
"github": "https://github.com/browser-use/browser-use",
"linkedin": "https://linkedin.com/company/browser-use"
}
},
"integrations": {
"posthog": {
"apiKey": "phc_F8JMNjW1i2KbGUTaW1unnDdLSPCoyc52SGRU0JecaUh"
}
},
"redirects": [
{"source": "/", "destination": "/cloud/quickstart"},
{"source": "/cloud/new-features/api-v3", "destination": "/cloud/agent/quickstart"},
{"source": "/cloud/guides/sessions", "destination": "/cloud/guides/authentication"},
{"source": "/cloud/guides/proxies-and-stealth", "destination": "/cloud/browser/proxies"},
{"source": "/cloud/guides/tasks", "destination": "/cloud/agent/quickstart"},
{"source": "/cloud/guides/workspaces", "destination": "/cloud/agent/workspaces"},
{"source": "/cloud/guides/browser-api", "destination": "/cloud/browser/stealth"},
{"source": "/cloud/tips/live-view/iframe-embed", "destination": "/cloud/browser/live-preview"},
{"source": "/cloud/tips/live-view/human-takeover", "destination": "/cloud/agent/human-in-the-loop"},
{"source": "/cloud/tips/authentication/1password-2fa", "destination": "/cloud/guides/1password"},
{"source": "/cloud/tips/authentication/profiles-and-secrets", "destination": "/cloud/guides/authentication"},
{"source": "/cloud/guides/authentication/profiles-and-secrets", "destination": "/cloud/guides/authentication"},
{"source": "/cloud/tips/authentication/social-media", "destination": "/cloud/guides/authentication"},
{"source": "/cloud/tips/data/file-downloads", "destination": "/cloud/agent/workspaces"},
{"source": "/cloud/tips/data/geo-scraping", "destination": "/cloud/browser/proxies"},
{"source": "/cloud/tips/data/streaming", "destination": "/cloud/agent/streaming"},
{"source": "/cloud/tips/data/structured-output", "destination": "/cloud/agent/structured-output"},
{"source": "/cloud/tips/parallel/concurrent-extraction", "destination": "/cloud/agent/quickstart"},
{"source": "/cloud/tips/parallel/shared-config", "destination": "/cloud/agent/quickstart"},
{"source": "/cloud/tutorials/integrations/playwright", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/tutorials/integrations/playwright", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/cloud/pricing", "destination": "https://browser-use.com/pricing"},
{"source": "/cloud/models", "destination": "https://browser-use.com/pricing"},
{"source": "/cloud/guides/skills", "destination": "/cloud/legacy/skills"},
{"source": "/introduction", "destination": "/cloud/quickstart"},
{"source": "/cloud/introduction", "destination": "/cloud/quickstart"},
{"source": "/cloud/browsers", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/quickstart", "destination": "/open-source/quickstart"},
{"source": "/quickstart_llm", "destination": "/open-source/vibecoding"},
{"source": "/supported-models", "destination": "/open-source/supported-models"},
{"source": "/customize/agent/basics", "destination": "/open-source/customize/agent/basics"},
{"source": "/customize/agent/prompting-guide", "destination": "/open-source/customize/agent/prompting-guide"},
{"source": "/customize/agent/output-format", "destination": "/open-source/customize/agent/output-format"},
{"source": "/customize/agent/all-parameters", "destination": "/open-source/customize/agent/all-parameters"},
{"source": "/customize/browser/basics", "destination": "/open-source/customize/browser/basics"},
{"source": "/customize/browser/authentication", "destination": "/open-source/customize/browser/authentication"},
{"source": "/customize/browser/real-browser", "destination": "/open-source/customize/browser/real-browser"},
{"source": "/customize/browser/remote", "destination": "/open-source/customize/browser/remote"},
{"source": "/customize/browser/all-parameters", "destination": "/open-source/customize/browser/all-parameters"},
{"source": "/customize/tools/basics", "destination": "/open-source/customize/tools/basics"},
{"source": "/customize/tools/available", "destination": "/open-source/customize/tools/available"},
{"source": "/customize/tools/add", "destination": "/open-source/customize/tools/add"},
{"source": "/customize/tools/remove", "destination": "/open-source/customize/tools/remove"},
{"source": "/customize/tools/response", "destination": "/open-source/customize/tools/response"},
{"source": "/customize/skills/basics", "destination": "/cloud/legacy/skills"},
{"source": "/customize/integrations/docs-mcp", "destination": "/open-source/customize/integrations/mcp-server"},
{"source": "/open-source/customize/integrations/docs-mcp", "destination": "/open-source/customize/integrations/mcp-server"},
{"source": "/customize/integrations/mcp-server", "destination": "/open-source/customize/integrations/mcp-server"},
{"source": "/customize/hooks", "destination": "/open-source/customize/hooks"},
{"source": "/legacy/actor/basics", "destination": "/open-source/legacy/actor/basics"},
{"source": "/legacy/actor/examples", "destination": "/open-source/legacy/actor/examples"},
{"source": "/legacy/actor/all-parameters", "destination": "/open-source/legacy/actor/all-parameters"},
{"source": "/legacy/sandbox/quickstart", "destination": "/open-source/legacy/sandbox/quickstart"},
{"source": "/legacy/sandbox/events", "destination": "/open-source/legacy/sandbox/events"},
{"source": "/legacy/sandbox/all-parameters", "destination": "/open-source/legacy/sandbox/all-parameters"},
{"source": "/examples/templates/fast-agent", "destination": "/open-source/examples/templates/fast-agent"},
{"source": "/examples/templates/follow-up-tasks", "destination": "/open-source/examples/templates/follow-up-tasks"},
{"source": "/examples/templates/parallel-browser", "destination": "/open-source/examples/templates/parallel-browser"},
{"source": "/examples/templates/playwright-integration", "destination": "/open-source/examples/templates/playwright-integration"},
{"source": "/examples/templates/sensitive-data", "destination": "/open-source/examples/templates/sensitive-data"},
{"source": "/examples/templates/secure", "destination": "/open-source/examples/templates/secure"},
{"source": "/examples/templates/more-examples", "destination": "/open-source/examples/templates/more-examples"},
{"source": "/examples/apps/ad-use", "destination": "/open-source/examples/apps/ad-use"},
{"source": "/examples/apps/vibetest-use", "destination": "/open-source/examples/apps/vibetest-use"},
{"source": "/examples/apps/news-use", "destination": "/open-source/examples/apps/news-use"},
{"source": "/examples/apps/msg-use", "destination": "/open-source/examples/apps/msg-use"},
{"source": "/development/setup/local-setup", "destination": "/open-source/development/setup/local-setup"},
{"source": "/development/setup/contribution-guide", "destination": "/open-source/development/setup/contribution-guide"},
{"source": "/development/get-help", "destination": "/open-source/development/get-help"},
{"source": "/development/monitoring/observability", "destination": "/open-source/development/monitoring/observability"},
{"source": "/development/monitoring/openlit", "destination": "/open-source/development/monitoring/openlit"},
{"source": "/development/monitoring/telemetry", "destination": "/open-source/development/monitoring/telemetry"},
{"source": "/development/monitoring/costs", "destination": "/open-source/development/monitoring/costs"},
{"source": "/development/n8n-integration", "destination": "/open-source/development/n8n-integration"},
{"source": "/development/roadmap", "destination": "/open-source/development/roadmap"},
{"source": "/use-cloud", "destination": "/cloud/quickstart"},
{"source": "/cloud", "destination": "/cloud/quickstart"},
{"source": "/use-claude", "destination": "/cloud/quickstart"},
{"source": "/production", "destination": "/open-source/legacy/sandbox/quickstart"},
{"source": "/customize/actor/basics", "destination": "/open-source/legacy/actor/basics"},
{"source": "/customize/actor/examples", "destination": "/open-source/legacy/actor/examples"},
{"source": "/customize/actor/all-parameters", "destination": "/open-source/legacy/actor/all-parameters"},
{"source": "/customize/sandbox/quickstart", "destination": "/open-source/legacy/sandbox/quickstart"},
{"source": "/customize/sandbox/events", "destination": "/open-source/legacy/sandbox/events"},
{"source": "/customize/sandbox/all-parameters", "destination": "/open-source/legacy/sandbox/all-parameters"},
{"source": "/customize/supported-models", "destination": "/open-source/supported-models"},
{"source": "/customize/agent/supported-models", "destination": "/open-source/supported-models"},
{"source": "/customize/agent-settings", "destination": "/open-source/customize/agent/all-parameters"},
{"source": "/customize/browser-settings", "destination": "/open-source/customize/browser/all-parameters"},
{"source": "/customize/custom-functions", "destination": "/open-source/customize/tools/add"},
{"source": "/customize/system-prompt", "destination": "/open-source/customize/agent/all-parameters"},
{"source": "/development/evaluations", "destination": "/open-source/development/setup/contribution-guide"},
{"source": "/cli", "destination": "/open-source/quickstart"},
{"source": "/development/local-setup", "destination": "/open-source/development/setup/local-setup"},
{"source": "/development/contribution-guide", "destination": "/open-source/development/setup/contribution-guide"},
{"source": "/development/telemetry", "destination": "/open-source/development/monitoring/telemetry"},
{"source": "/development/observability", "destination": "/open-source/development/monitoring/observability"},
{"source": "/development/hooks", "destination": "/open-source/customize/hooks"},
{"source": "/customize/mcp-server", "destination": "/open-source/customize/integrations/mcp-server"},
{"source": "/customize/examples/chain-agents", "destination": "/open-source/examples/templates/follow-up-tasks"},
{"source": "/customize/examples/fast-agent", "destination": "/open-source/examples/templates/fast-agent"},
{"source": "/customize/examples/follow-up-tasks", "destination": "/open-source/examples/templates/follow-up-tasks"},
{"source": "/customize/examples/parallel-browser", "destination": "/open-source/examples/templates/parallel-browser"},
{"source": "/customize/examples/playwright-integration", "destination": "/open-source/examples/templates/playwright-integration"},
{"source": "/customize/examples/sensitive-data", "destination": "/open-source/examples/templates/sensitive-data"},
{"source": "/customize/examples/secure", "destination": "/open-source/examples/templates/secure"},
{"source": "/customize/examples/more-examples", "destination": "/open-source/examples/templates/more-examples"},
{"source": "/customize/examples/ad-use", "destination": "/open-source/examples/apps/ad-use"},
{"source": "/customize/examples/vibetest-use", "destination": "/open-source/examples/apps/vibetest-use"},
{"source": "/customize/examples/prompting-guide", "destination": "/open-source/customize/agent/prompting-guide"},
{"source": "/pricing", "destination": "https://browser-use.com/pricing"},
{"source": "/llm-quickstart", "destination": "/cloud/vibecoding"},
{"source": "/cloud/llm-quickstart", "destination": "/cloud/vibecoding"},
{"source": "/cloud/coding-agent-quickstart", "destination": "/cloud/vibecoding"},
{"source": "/cloud/write-code", "destination": "/cloud/vibecoding"},
{"source": "/open-source/coding-agent-quickstart", "destination": "/open-source/vibecoding"},
{"source": "/open-source/write-code", "destination": "/open-source/vibecoding"},
{"source": "/faq", "destination": "/cloud/faq"},
{"source": "/open-source", "destination": "/open-source/introduction"},
{"source": "/examples", "destination": "/cloud/agent/structured-output"},
{"source": "/guides/overview", "destination": "/cloud/quickstart"},
{"source": "/cloud/guides/overview", "destination": "/cloud/quickstart"},
{"source": "/guides/tasks", "destination": "/cloud/agent/quickstart"},
{"source": "/guides/sessions", "destination": "/cloud/guides/authentication"},
{"source": "/guides/browser-api", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/guides/proxies-and-stealth", "destination": "/cloud/browser/proxies"},
{"source": "/guides/skills", "destination": "/cloud/legacy/skills"},
{"source": "/guides/authentication", "destination": "/cloud/guides/authentication"},
{"source": "/guides/mcp-server", "destination": "/cloud/guides/mcp-server"},
{"source": "/guides/webhooks", "destination": "/cloud/guides/webhooks"},
{"source": "/guides/workspaces", "destination": "/cloud/agent/workspaces"},
{"source": "/tutorials/chat-ui", "destination": "/cloud/tutorials/chat-ui"},
{"source": "/new-features/api-v3", "destination": "/cloud/agent/quickstart"},
{"source": "/tips/authentication/profiles-and-secrets", "destination": "/cloud/guides/authentication"},
{"source": "/tips/authentication/1password-2fa", "destination": "/cloud/guides/1password"},
{"source": "/tips/authentication/social-media", "destination": "/cloud/guides/authentication"},
{"source": "/tips/live-view/iframe-embed", "destination": "/cloud/browser/live-preview"},
{"source": "/tips/live-view/human-takeover", "destination": "/cloud/agent/human-in-the-loop"},
{"source": "/tips/parallel/concurrent-extraction", "destination": "/cloud/agent/quickstart"},
{"source": "/tips/parallel/shared-config", "destination": "/cloud/agent/quickstart"},
{"source": "/tips/data/structured-output", "destination": "/cloud/agent/structured-output"},
{"source": "/tips/data/file-downloads", "destination": "/cloud/agent/workspaces"},
{"source": "/tips/data/geo-scraping", "destination": "/cloud/browser/proxies"},
{"source": "/tips/data/streaming", "destination": "/cloud/agent/streaming"},
{"source": "/tips/integrations/playwright", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/tips/integrations/n8n", "destination": "/cloud/tutorials/integrations/n8n"},
{"source": "/cloud/tips/integrations/playwright", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/cloud/tips/integrations/n8n", "destination": "/cloud/tutorials/integrations/n8n"},
{"source": "/api-v2/*", "destination": "/cloud/api-v2"},
{"source": "/api-v3/*", "destination": "/cloud/api-v3"},
{"source": "/get-started/human-quickstart", "destination": "/cloud/quickstart"},
{"source": "/human-quickstart", "destination": "/cloud/quickstart"},
{"source": "/get-started/llm-quickstart", "destination": "/cloud/vibecoding"},
{"source": "/open-source/quickstart_llm", "destination": "/open-source/vibecoding"},
{"source": "/get-started/models-and-pricing", "destination": "https://browser-use.com/pricing"},
{"source": "/get-started/pricing", "destination": "https://browser-use.com/pricing"},
{"source": "/concepts/overview", "destination": "/cloud/quickstart"},
{"source": "/concepts/task", "destination": "/cloud/agent/quickstart"},
{"source": "/concepts/skills", "destination": "/cloud/legacy/skills"},
{"source": "/concepts/session", "destination": "/cloud/guides/authentication"},
{"source": "/concepts/profile", "destination": "/cloud/guides/authentication"},
{"source": "/concepts/file", "destination": "/cloud/agent/quickstart"},
{"source": "/concepts/browser", "destination": "/cloud/browser/playwright-puppeteer-selenium"},
{"source": "/usage/structured-output", "destination": "/cloud/agent/structured-output"},
{"source": "/usage/streaming-response", "destination": "/cloud/agent/quickstart"},
{"source": "/usage/streaming", "destination": "/cloud/agent/quickstart"},
{"source": "/usage/mcp-server", "destination": "/cloud/guides/mcp-server"},
{"source": "/usage/stealth", "destination": "/cloud/browser/proxies"},
{"source": "/usage/safety", "destination": "/cloud/agent/quickstart"},
{"source": "/usage/webhooks", "destination": "/cloud/guides/webhooks"},
{"source": "/usage/authentication", "destination": "/cloud/guides/authentication"},
{"source": "/api-reference/*", "destination": "/cloud/api-reference"},
{"source": "/cloud/v2/quickstart", "destination": "/cloud/quickstart"},
{"source": "/cloud/v1/*", "destination": "/cloud/quickstart"}
]
}