FETCH HIVE
Get StartedBook a Demo
  • 👋Welcome
  • Getting Started
    • Prompt Quick Start
    • Workflow Quick Start
  • Agent Quick Start
  • 💬Running Prompts
    • Run with API
  • 🚀Building Workflows
    • Workflow Steps
      • AI
        • Prompt
        • Agent
      • Web Research
        • Google Search
        • Google News
        • Bing Search
        • Exa Search
        • Exa Similar
        • Website Scrape
      • Utility
        • Call API
        • Format JSON
      • Files
        • Document Upload to Text
        • Document URL to Text
  • Testing and Iteration
  • Publishing and Versioning
  • Error Handling
  • 🚀Running Workflows
    • Run with API
  • Retrieve a Workflow
  • 🤖AGENTS
    • Build an Agent
    • Send a Message
    • API
      • Create an Agent
      • Retrieve an Agent
      • Delete an Agent
      • Chats
        • Retrieve a Chat
        • Create a Chat
        • Update a Chat
        • Delete a Chat
        • Clear Chat Messages
      • Messages
        • List Messages
  • 💾Datasets
    • Build a Dataset
    • Test a Dataset
    • API
      • Retrieve a Dataset
      • Create a Dataset
      • Update a Dataset
      • Delete a Dataset
      • Dataset Items
        • Retrieve a Dataset Item
        • Create a Dataset Item
        • Update a Dataset Item
        • Delete a Dataset Item
        • Regenerate a Dataset Item
  • 🏢Your Workspace
    • Brand Kit
  • Settings
  • Use your own API keys
  • Team Members
  • 🔍Monitoring
    • Credit Usage
    • Analytics
    • Log History
  • 📚Resources
    • Discord
    • Changelog
  • Roadmap
  • Book a Demo
  • Get in Contact
  • Security and Compliance
Powered by GitBook
On this page
  • Getting Started
  • Building Your Workflow
  • Testing Your Workflow
  • Enhancing Your Workflow
  • Managing Your Workflow
  • Tracking Interactions
  • API Integration

Was this helpful?

  1. Getting Started

Workflow Quick Start

A step by step guide on how to build your first Workflow in Fetch Hive.

PreviousPrompt Quick StartNextAgent Quick Start

Last updated 1 month ago

Was this helpful?

Workflows simplify complex tasks by breaking them down into manageable steps. By connecting these steps using powerful tools like Google Search, website scraping, and document parsing, you can effortlessly build intelligent processes without writing a single line of code.

In this guide, we'll walk through creating your first workflow in Fetch Hive, configuring its capabilities, and making it ready for integration with your business applications.

Getting Started

To create a workflow, navigate to the Workflows section in your Fetch Hive dashboard. Here you'll need to define your start inputs - the values that will be sent to the workflow when triggering the API endpoint.

For our example, we'll create a text input called "Company name" with a corresponding key that can be referenced in subsequent steps.

Building Your Workflow

Fetch Hive offers a wide variety of steps you can add to your workflow:

Google Search

The Google Search step allows you to dynamically search the web using your start inputs, providing recent and relevant web results.

AI Prompt

The AI Prompt step processes information from previous steps and generates intelligent content based on custom system and user messages.

Image Generation

Create images automatically using text descriptions generated in previous steps, with configurable quality settings and formats.

AI Agent

Deploy specialized AI agents within your workflow that can perform complex tasks based on their specific instruction sets and tools.

Google News

Retrieve recent news articles from Google News based on your search queries, ideal for timely information and updates.

Exa Search

Utilize Exa's semantic search capabilities to find relevant information across the web with greater contextual understanding.

Exa Similar

Find content similar to a specific URL, perfect for research and content recommendations.

Bing Search

Access Microsoft's search engine results as an alternative or complement to Google Search within your workflow.

Website Scrape

Extract content from specific websites by providing URLs, allowing you to gather and process information from across the web.

Call an API

Connect to external services and applications by making API calls directly from your workflow, enabling limitless integration possibilities.

JSON Schema

Build a custom JSON schema with all your unique data from steps in the Workflow.

Document Upload to Text

Convert uploaded documents (PDFs, Word files, etc.) into searchable text that can be processed in subsequent workflow steps.

Document URL to Text

Retrieve documents from URLs and convert them to text automatically, streamlining the process of gathering document-based information.

Testing Your Workflow

Before deploying, you can test your workflow directly in the dashboard:

  1. Click "Run" in the top toolbar

  2. Enter values for your start inputs (e.g., "OpenAI" for company name)

  3. Start the workflow run

As the workflow executes, you'll see:

  • Each step's progress in real-time

  • Execution time and credit usage

  • The output from each step

  • How data flows between steps

Enhancing Your Workflow

You can expand your workflow by combining multiple steps. For example:

  1. Search for company information using Google Search

  2. Generate a SWOT analysis with an AI Prompt

  3. Create an image description with another AI Prompt

  4. Produce a visual representation using Image Generation

All these steps can be connected and automated with a single input (company name).

Managing Your Workflow

Each step in your workflow offers management options:

  • Disable/enable steps for testing purposes

  • Duplicate steps to create variations

  • Delete steps you no longer need

  • Test individual steps before running the full workflow

Tracking Interactions

The Activity Logs section provides complete transparency into your workflow operations:

  • View all workflow runs (full runs and individual step tests)

  • Examine inputs and outputs for each step

  • Monitor resource usage and costs

  • Analyze performance to optimize your workflows

This information helps you iterate and improve your workflows by showing exactly how data flows through each step.

API Integration

Once your workflow is perfected, you can deploy it as an API endpoint:

  1. Click "Create Endpoint" from the dropdown menu

  2. Name your endpoint (e.g., "Example Workflow Endpoint")

  3. A live API endpoint will be generated with a production variant

You can also create multiple variants (production, staging, etc.) to safely test changes before deploying to production.

This workflow allows you to test and refine your AI processes in the dashboard, then seamlessly integrate them with your business applications through simple API calls.