{"slug":"toolhouse","name":"Toolhouse","owner":null,"repo":null,"category":"agent-auth-tools","lang":"","blurb":"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.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://docs.toolhouse.ai/","signup_url":"https://app.toolhouse.ai/","pricing_model":"freemium","pricing_note":"Free tier to start; usage-based paid plans for production","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).","mcp_server":"","sdks":["Python","TypeScript","REST","MCP"],"code_sample":"{\"lang\":\"python\",\"code\":\"from toolhouse import Toolhouse\\nfrom openai import OpenAI\\n\\nclient = OpenAI()\\nth = Toolhouse(api_key=\\\"TOOLHOUSE_API_KEY\\\", provider=\\\"openai\\\")\\n\\nmessages = [{\\\"role\\\": \\\"user\\\", \\\"content\\\": \\\"Search the web and summarize the top AI news.\\\"}]\\nresponse = client.chat.completions.create(\\n    model=\\\"gpt-4o\\\", messages=messages, tools=th.get_tools()\\n)\\nmessages += th.run_tools(response)\"}","tags":["tool-calling","mcp","code-execution","rag","agent-studio"],"useCases":[],"codeSample":{"lang":"python","code":"from toolhouse import Toolhouse\nfrom openai import OpenAI\n\nclient = OpenAI()\nth = Toolhouse(api_key=\"TOOLHOUSE_API_KEY\", provider=\"openai\")\n\nmessages = [{\"role\": \"user\", \"content\": \"Search the web and summarize the top AI news.\"}]\nresponse = client.chat.completions.create(\n    model=\"gpt-4o\", messages=messages, tools=th.get_tools()\n)\nmessages += th.run_tools(response)"},"oneLiner":"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.","docsUrl":"https://docs.toolhouse.ai/","signupUrl":"https://app.toolhouse.ai/","pricingModel":"freemium","pricingNote":"Free tier to start; usage-based paid plans for production","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free signup issues an API key from the dashboard; SDK works provider-agnostically (OpenAI, Anthropic, Vercel AI, LlamaIndex).","mcpServer":""}