Toolhouse Agents API

The Toolhouse Agents API enables execution of deployed AI agents via simple HTTP endpoints. Agents defined as code can be deployed and accessed through REST calls that support streaming responses, conversation continuation via run IDs, and full conversation history retrieval. Public agents require no authentication while private agents use Bearer token authorization.

API entry from apis.yml

apis.yml Raw ↑
aid: toolhouse:agents-api
name: Toolhouse Agents API
tags:
- AI Agents
- Conversations
- Execution
- Streaming
humanURL: https://docs.toolhouse.ai/toolhouse/advanced-concepts/publish-and-run-your-agents
properties:
- url: https://docs.toolhouse.ai/toolhouse/advanced-concepts/publish-and-run-your-agents
  type: Documentation
description: The Toolhouse Agents API enables execution of deployed AI agents via simple HTTP endpoints.
  Agents defined as code can be deployed and accessed through REST calls that support streaming responses,
  conversation continuation via run IDs, and full conversation history retrieval. Public agents require
  no authentication while private agents use Bearer token authorization.