/
CH
charmbracelet
/
Crush API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11m ago · Updated 1mo ago
Details
Filter operations
agent
11
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
Summarize session
post
Update agent
config
7
filetracker
3
lsp
4
mcp
8
permissions
3
project
3
sessions
8
system
4
workspaces
8
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
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
updated_at
integer
Changes