> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fetchhive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoke from Code

> Start Hive Agent runs from the API with callback delivery

Use the public API when your app needs to start a Hive Agent run outside the dashboard. The API starts the run asynchronously, returns identifiers immediately, and sends a signed callback when the run finishes.

For the full endpoint reference — request body, callbacks, and examples — see [Invoke](../api-reference/hive-agents/invoke) in the API Reference.

Hive Agent invocation does not stream and does not wait for the final answer in the HTTP response. Open [Logs](./logs) to inspect status, trace, costs, node output, partial results, callback attempts, and the final response.

## Next steps

* [Invoke](../api-reference/hive-agents/invoke) — API Reference endpoint
* [Running Tasks](./running-tasks)
* [Logs](./logs)
* [Budget Approval](./budget-approval)
