/
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
2
events
1
import
2
notifications
4
projects
5
prs
2
reviews
3
sessions
19
get
List orchestrator sessions across projects
post
Spawn an orchestrator session
get
Fetch one orchestrator session
get
List sessions
post
Spawn a new agent session
get
Fetch one session
patch
Rename a session display name
post
Report an agent activity-state signal for a session
post
Mark a session terminated and tear down runtime/workspace resources
get
List pull requests owned by a session
post
Claim an existing pull request for a session
get
Discover a browser preview URL for a session workspace
post
Set (or autodetect) the browser preview URL for a session
delete
Clear the browser preview URL for a session
get
Serve a static browser preview file from a session workspace
post
Restore a terminated session
post
Undo a partially-completed spawn (delete seed row, or kill if spawn output exists)
post
Send a message to a running session's agent
post
Clean up terminated session workspaces
sessions
Spawn a new agent session
post
/api/v1/sessions
Request body
SpawnSessionRequest
required
branch
string
displayName
string
harness
'claude-code'
|
'codex'
|
'aider'
|
'opencode'
|
'grok'
|
'droid'
|
'amp'
|
'agy'
|
'crush'
|
'cursor'
|
'qwen'
|
'copilot'
|
'goose'
|
'auggie'
|
'continue'
|
'devin'
|
'cline'
|
'kimi'
|
'kiro'
|
'kilocode'
|
'vibe'
|
'pi'
|
'autohand'
issueId
string
kind
'worker'
|
'orchestrator'
projectId
string
required
prompt
string
Response
Created
SessionResponse
required
session
ControllersSessionView
required
Changes