Skip to main content
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 knowledge bases.

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
  • Error codes - Stable error_code values and the GET /v1/error_codes catalog
  • Invoke metadata - Attach caller-defined metadata to prompt, workflow, and agent invokes for log inspection and filtering
  • Invoke Prompt - Run a prompt deployment with POST /v1/prompt/invoke
  • Invoke Workflow - Run a workflow deployment with POST /v1/workflow/invoke
  • Invoke Agent - Send a message to an agent with POST /v1/agent/invoke