/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
3
dev
1
events
1
import
2
mobile
4
notifications
4
projects
7
prs
2
push
2
reviews
4
sessions
21
shellTerminals
3
get
List the standalone shell terminals owned by the current app run
post
Open a standalone shell terminal
delete
Close a standalone shell terminal and destroy its PTY
shellTerminals
Open a standalone shell terminal
post
/api/v1/shell-terminals
Request body
OpenShellTerminalRequest
required
projectId
string
Project whose root the shell starts in. Omitted opens the shell in the daemon data dir.
Response
Created
ShellTerminalEnvelope
required
shellTerminal
ShellTerminalResponse
required
Changes