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
  • Example of credit usage
  • Sync vs. Async Workflow credit usage

Was this helpful?

  1. Monitoring

Credit Usage

PreviousTeam MembersNextAnalytics

Last updated 1 month ago

Was this helpful?

Credits are consumed in your Fetch Hive account when you run interactions in both the Dashboard and the API. The amount of credits you consume will change, depending on whether you set an interaction to either "Personal" or "Hosted" charge type,. You can view your current credit usage by navigating to the Settings in your dashboard:

Then click Billing in the left hand sidebar to view your current credit usage:

Example of credit usage

If I run the following workflow with "Hosted" charge type, the charge breakdown will be the following:

  • Google Search / 3 credits

  • AI Prompt / 5 credits (Credit usage will vary depending on the prompt)

  • Exa Search / 15 credits

Total of 23 credits.

If I run the following workflow with "Personal" charge type (using your own API keys), the charge breakdown will be the following:

  • Google Search / 1 credit

  • AI Prompt / 1 credit

  • Exa Search / 1 credit

Total of 3 credits.

Sync vs. Async Workflow credit usage

LIVE Workflows in your Fetch Hive account can be run either as "sync" or "async" (default is "sync"). This indicates whether your workflow should run immediately, or be queued up to run later on (usually occurs within 30 seconds of their trigger). The advantage to running "async" Workflows, is the reduction in credit usage, as any "sync workflows adds an additional 1 credit PER step in the workflow. If I run with a workflow with a "sync" workflow setting using "Personal" charge type:

  • Google Search / 2 credits

  • Exa Search / 2 credits

  • AI Prompt / 2 credits

If I run with a workflow with a "async" workflow setting using "Personal" charge type:

  • Google Search / 1 credit

  • Exa Search / 1 credit

  • AI Prompt / 1 credit

Please note, when setting up a Workflow to be "async", you are required to specify a "callback_url" which indicates where the completed Workflow output data should be delivered for your app. See for more details.

🔍
Workflow Execution
Navigate to Settings in your dashboard
Navigate to Billing in Settings