/
CH
charmbracelet
/
Crush API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h 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
Run shell command
post
/workspaces/{id}/agent/sessions/{sid}/shell
Path parameters
id
string
required
Workspace ID
sid
string
required
Session ID
Request body
ProtoShellCommandRequest
required
command
string
session_id
string
term_width
integer
Response
OK
ProtoShellCommandResponse
required
exit_code
integer
output
string
Changes