Skip to content

Commit

Permalink
chore: minro refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedantsahai18 committed Jan 18, 2025
1 parent 8a45bc2 commit f309f31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Welcome to the Browser Base integration guide for Julep! This integration allows
## Prerequisites

<Info type="info" title="API Key Required">
To use the Browser Base integration, you need an API key. You can obtain this key by signing up at [Browser Base](https://browserbase.com/signup).
To use the Browserbase integration, you need an API key. You can obtain this key by signing up at [Browserbase](https://browserbase.com/signup).
</Info>

## How to Use the Integration

To get started with the Browser Base integration, follow these steps to configure and create a task:
To get started with the Browserbase integration, follow these steps to configure and create a task:

<Steps>
<Step title="Configure Your API Key">
Add your API key to the tools section of your task. This will allow Julep to authenticate requests to Browser Base on your behalf.
Add your API key to the tools section of your task. This will allow Julep to authenticate requests to Browserbase on your behalf.
</Step>
<Step title="Create Task Definition">
Use the following YAML configuration to define your browser automation task:
Expand Down Expand Up @@ -52,7 +52,7 @@ To get started with the Browser Base integration, follow these steps to configur
<Accordion title="Tool Configuration">
- **_type_**: Specifies the type of tool, which is `integration` in this context.
- **_integration_**: Details the provider and setup for the integration.
- **_provider_**: Indicates the service provider, which is `browserbase` for Browser Base.
- **_provider_**: Indicates the service provider, which is `browserbase` for Browserbase.
- **_method_**: Specifies the method to use, such as `create_session`, `list_sessions`, `get_session`, `complete_session`, `get_live_urls`, or `install_extension_from_github`.
- **_setup_**: Contains configuration details, such as the API key (`api_key`) required for authentication.
</Accordion>
Expand Down Expand Up @@ -94,10 +94,10 @@ To get started with the Browser Base integration, follow these steps to configur

## Conclusion

With the Browser Base integration, you can efficiently manage browser sessions and automate web tasks.
With the Browserbase integration, you can efficiently manage browser sessions and automate web tasks.
This integration provides a robust solution for browser automation, enhancing your workflow's capabilities and user experience.

For further assistance, feel free to reach out to our support team or consult the [Browser Base API documentation](https://docs.browserbase.com/introduction).
For further assistance, feel free to reach out to our support team or consult the [Browserbase API documentation](https://docs.browserbase.com/introduction).

<Callout type="success" title="Need Help?">
If you encounter any issues or have questions, our support team is here to help. Don't hesitate to reach out!
Expand Down
4 changes: 2 additions & 2 deletions documentation/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
{
"group": "Browser & Crawler",
"pages": [
"docs/integrations/web-browser/browserbase",
"docs/integrations/web-browser/spider"
"docs/integrations/web/browserbase",
"docs/integrations/web/spider"
]
},
{
Expand Down

0 comments on commit f309f31

Please sign in to comment.