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
5 changes: 2 additions & 3 deletions credentials/BrowserbaseApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export class BrowserbaseApi implements ICredentialType {
type: 'string',
typeOptions: { password: true },
default: '',
required: true,
description: 'API key for the AI model (e.g., Gemini API key)',
required: false,
description: 'Optional. Provide your own model API key, or leave blank to use the <a href="https://docs.browserbase.com/platform/model-gateway/overview">Browserbase Model Gateway</a>.',
},
];

Expand All @@ -47,7 +47,6 @@ export class BrowserbaseApi implements ICredentialType {
properties: {
headers: {
'x-bb-api-key': '={{$credentials.browserbaseApiKey}}',
'x-model-api-key': '={{$credentials.modelApiKey}}',
},
},
};
Expand Down
Loading
Loading