/
CH
charmbracelet
/
Crush API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 10m ago · Updated 4w ago
Details
Filter operations
agent
12
get
Get agent info
post
Send message to agent
get
Get default small model
post
Initialize agent
get
Get agent session
post
Cancel agent session
post
Clear prompt queue
get
List queued prompts
get
Get queued prompt status
post
Run shell command
post
Summarize session
post
Update agent
config
7
filetracker
3
lsp
4
mcp
9
permissions
3
project
3
questions
2
sessions
8
skills
2
system
5
workspaces
9
agent
Get agent session
get
/workspaces/{id}/agent/sessions/{sid}
Path parameters
id
string
required
Workspace ID
sid
string
required
Session ID
Response
OK
ProtoAgentSession
required
attached_clients
integer
completion_tokens
integer
cost
number
created_at
integer
id
string
is_busy
boolean
message_count
integer
parent_session_id
string
prompt_tokens
integer
summary_message_id
string
title
string
todos
ProtoTodo[]
updated_at
integer
Changes