diff --git a/documentation/docs/integrations/web-browser/browserbase.mdx b/documentation/docs/integrations/web/browserbase.mdx similarity index 88% rename from documentation/docs/integrations/web-browser/browserbase.mdx rename to documentation/docs/integrations/web/browserbase.mdx index caea586cd..b4d6c9c16 100644 --- a/documentation/docs/integrations/web-browser/browserbase.mdx +++ b/documentation/docs/integrations/web/browserbase.mdx @@ -9,16 +9,16 @@ Welcome to the Browser Base integration guide for Julep! This integration allows ## Prerequisites - 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). ## 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: - 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. Use the following YAML configuration to define your browser automation task: @@ -52,7 +52,7 @@ To get started with the Browser Base integration, follow these steps to configur - **_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. @@ -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). If you encounter any issues or have questions, our support team is here to help. Don't hesitate to reach out! diff --git a/documentation/docs/integrations/web-browser/spider.mdx b/documentation/docs/integrations/web/spider.mdx similarity index 100% rename from documentation/docs/integrations/web-browser/spider.mdx rename to documentation/docs/integrations/web/spider.mdx diff --git a/documentation/mint.json b/documentation/mint.json index 79c8509e2..5284c41bc 100644 --- a/documentation/mint.json +++ b/documentation/mint.json @@ -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" ] }, {