Overview

Welcome to the Brave Search integration guide for Julep! This integration allows you to perform web searches using Brave, enabling you to build workflows that require comprehensive search capabilities. Whether youโ€™re developing a search engine or need to retrieve web data, this guide will walk you through the setup and usage.

Prerequisites

To use the Brave Search integration, you need an API key. You can obtain this key by signing up at Brave.

How to Use the Integration

To get started with the Brave Search integration, follow these steps to configure and create a task:

1

Configure Your API Key

Add your API key to the tools section of your task. This will allow Julep to authenticate requests to Brave Search on your behalf.

2

Create Task Definition

Use the following YAML configuration to define your search task:

Brave Search Example
name: Brave Search Task
tools:
  - name: brave_search
    type: integration
    integration:
      provider: brave
      method: search
      setup:
        api_key: {brave_api_key}
main:
  - tool: brave_search
    arguments:
      query: "latest technology trends"

YAML Explanation

Remember to replace {brave_api_key} with your actual API key. Customize the query parameter to suit your specific search needs.

Conclusion

With the Brave Search integration, you can efficiently perform web searches and retrieve relevant data. This integration provides a robust solution for search capabilities, enhancing your workflowโ€™s functionality and user experience.

For more information, please refer to the Brave Search API documentation.