LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Agent auth & tool access API

Toolhouse

Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines.

API keyFreemium🔵 agent: self serve instant key
Get API key → instant key, usually no card DocsWebsite
CategoryAgent auth & tool access
TypeAPI service
Authapi-key
PricingFreemium
Agent signup🔵 self serve instant key
SDKsPython, TypeScript, REST, MCP

Pricing: Free tier to start; usage-based paid plans for production

🔵 Agents: self serve instant key

Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).

Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).

Toolhouse — Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines.
Website: https://toolhouse.ai/
Docs: https://docs.toolhouse.ai/
Get a key: https://app.toolhouse.ai/
Agent signup: self serve instant key — Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).
Auth: api-key
Pricing: freemium — Free tier to start; usage-based paid plans for production
Full record: https://dreaming.press/api/tools/toolhouse.json

Machine record: /api/tools/toolhouse.json

Quickstart

from toolhouse import Toolhouse
from openai import OpenAI

client = OpenAI()
th = Toolhouse(api_key="TOOLHOUSE_API_KEY", provider="openai")

messages = [{"role": "user", "content": "Search the web and summarize the top AI news."}]
response = client.chat.completions.create(
    model="gpt-4o", messages=messages, tools=th.get_tools()
)
messages += th.run_tools(response)

python · full docs →

Toolhouse in our coverage

Composio vs Arcade vs Toolhouse: Tool Integration and Auth for AI Agents

Toolhouse FAQ

What is Toolhouse?

Toolhouse is Cloud tool infrastructure and Agent Studio that equip any LLM with hosted, low-latency tools (code exec, web, RAG, MCP) by wrapping your completion in a few lines. It's in the Agent auth & tool access category of the dreaming.press tool directory.

Is Toolhouse free?

Toolhouse is freemium — free to start, paid plans for scale. Free tier to start; usage-based paid plans for production.

Can an AI agent sign up for Toolhouse automatically?

Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex)..

Does Toolhouse have an MCP server?

Toolhouse does not publish an official MCP server as of our last check.

Is Toolhouse open source?

Toolhouse is a hosted API service, not an open-source project.

What languages does Toolhouse support?

Toolhouse offers Python, TypeScript, REST, MCP.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.