Overview
Use this section when you're calling Fetch Hive from your own app or service. It covers authentication, the public invoke endpoints you can copy from the dashboard, and the resource endpoints for runs, agents, and data sets.
What you'll find here
Authentication - Authenticate public API requests with a workspace API key
Errors and rate limits - Common error shapes, status codes, and concurrency behavior
Invoke Prompt - Run a prompt deployment with
POST /v1/invokeInvoke Workflow - Run a workflow deployment with
POST /v1/workflow/invokeInvoke Agent - Send a message to an agent with
POST /v1/agent/invoke
Last updated