/
TO
toolhouse
/
Toolhouse API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 19h ago · Updated 2d ago
View markdown
toolhouse
Toolhouse API
get
Get Chat
v13
latest
OpenAPI 3.1.0
2026-08-07
150
119
167.6 KB
Backoffice
24
Composio
1
SDK API
29
get
Get All Agent Runs
post
Create Agent Run
get
Get Agent Run
put
Put Agent Run
get
Get All Chats
post
Upsert Agent
get
Get Chat
put
Edit Chat
delete
Del Chat
patch
Patch Chat
get
Get Chat Og Metadata
post
Clone Chat
post
Post Chat Feedback
get
Cli
post
Post Cli Telemetry
get
Get Users Endpoint
get
Get All Kv
post
Upsert Kv
delete
Delete Kv
get
Get Schedule List
post
Create Schedule
get
Text To Cron
get
Get Schedule By Id
put
Edit Schedule
delete
Del Schedule
get
Get Th File Schema
get
Get User
get
Get Vibe Services
get
Get Vibe Agent Prompt
Staff API
3
User API
93
SDK API
Get Chat
Gets a chat
get
/v1/agents/{chat_id}
Path parameters
chat_id
string
required
Response
Agent successfully retrieved
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'