Skip to content
Merged
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
6 changes: 4 additions & 2 deletions packages/server-v3/openapi.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ components:
example: 30000
type: number
variables:
description: Variables available to the agent via %variableName% syntax in supported tools
description: Variables available to the agent via %variableName% syntax in
supported tools
$ref: "#/components/schemas/Variables"
required:
- instruction
Expand Down Expand Up @@ -1798,7 +1799,8 @@ components:
example: 30000
type: number
variables:
description: Variables available to the agent via %variableName% syntax in supported tools
description: Variables available to the agent via %variableName% syntax in
supported tools
$ref: "#/components/schemas/Variables"
required:
- instruction
Expand Down
9 changes: 8 additions & 1 deletion packages/server-v4/openapi.v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ components:
type: apiKey
in: header
name: x-bb-project-id
description: Browserbase project ID
description: Deprecated. Browserbase API keys are now project-scoped, so this
header is no longer required.
ModelApiKey:
type: apiKey
in: header
Expand Down Expand Up @@ -832,6 +833,9 @@ components:
type: object
properties:
projectId:
deprecated: true
description: Deprecated. Browserbase API keys are now project-scoped, so this
field is no longer required.
type: string
browserSettings:
$ref: "#/components/schemas/BrowserbaseBrowserSettings"
Expand Down Expand Up @@ -6448,6 +6452,9 @@ components:
type: object
properties:
projectId:
deprecated: true
description: Deprecated. Browserbase API keys are now project-scoped, so this
field is no longer required.
type: string
browserSettings:
$ref: "#/components/schemas/BrowserbaseBrowserSettingsOutput"
Expand Down
Loading