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
  • Enabling Tools
  • Monitoring Interactions
  • API Integration

Was this helpful?

Agent Quick Start

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

PreviousWorkflow Quick StartNextRun with API

Last updated 8 days ago

Was this helpful?

Agents streamline complex processes by breaking them into manageable steps. By leveraging powerful tools like Google Search, vector database queries, and contextual history, you can build intelligent assistants without writing a single line of code.

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

Getting Started

To create an agent, navigate to the Agents section in your Fetch Hive dashboard. Click the "Create agent" button in the top right corner to open the setup form. Here you'll need to:

  1. Set your agent name (e.g., "Our First Agent")

  2. Add a description

  3. Select a model (such as GPT-4o)

  4. Choose a dataset (knowledge base)

  5. Configure the instruction prompt

The instruction prompt serves as a guideline for how your agent responds, including its role, language preferences, and personality traits. This can be as detailed or minimal as your use case requires.

Enabling Tools

Fetch Hive agents come with powerful capabilities:

Google Search

When enabled, your agent can search the web for the most recent information before responding to queries. This ensures your users receive up-to-date answers on topics like "recent reports about OpenAI."

Vector Search

This tool allows your agent to query your custom knowledge base containing:

  • Website content

  • PDF and document extracts

  • Custom text blocks

Perfect for support chatbots, e-commerce assistants, and any business requiring responses based on specific organizational knowledge.

History Context

This feature enables your agent to remember previous messages in the conversation, building rapport and providing coherent responses that acknowledge earlier exchanges.

Monitoring Interactions

The Activity Logs section provides complete transparency into your agent's operations:

  • View all user-agent message exchanges

  • Examine search queries and results

  • Review response generation

  • Monitor usage costs

This information helps you optimize your agents by revealing opportunities to improve your vector database or refine instruction prompts.

API Integration

Once you've tested and refined your agent in the dashboard, it's ready for integration with your business applications via the Fetch Hive API. You can:

  • Create, retrieve, and delete agents

  • Manage chats and messages

  • Integrate with your existing systems through simple API requests

This workflow allows you to thoroughly test your agents before deploying them to your users, ensuring they provide the experience you intend.