/
TO
toolhouse
/
Toolhouse API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v8
OpenAPI 3.1.0
2026-08-03
150
119
167.4 KB
User API
Get All Agents
get
/me/agents
Response
Successfully retrieved all agents
AgentModel[]
required
id
string
uuid
required
prompt
string
nullable
vars
object
nullable
original_chat_id
string
uuid
nullable
title
string
nullable
history
object[]
nullable
public
boolean
nullable
system_prompt
string
nullable
model
string
nullable
mcp_servers
string[]
nullable
tools
string[]
nullable
List of tool slugs available to the agent
slug
string
nullable
price_in_cents
integer
nullable
trial_period_in_days
integer
nullable
upsell_description
UpsellDescription
agent_builder_run_id
string
uuid
nullable
count_runs
integer
nullable
user_id
string
required
created_at
string
date-time
nullable
updated_at
string
date-time
nullable
last_ran_at
string
date-time
nullable
user_feedback
'approved'
|
'rejected'
|
'pending'