/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 40m ago · Updated 20h ago
Details
Filter operations
agents
3
browser
2
dev
1
events
1
import
2
mobile
4
notifications
4
projects
7
prs
2
push
2
reviews
4
sessions
30
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
patch
Configure whether PR completion terminates the session
post
Pin a session
delete
Unpin a session
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
get
Get the managed preview server status for a session
post
Start a session-owned server from .ao/launch.json and open its application preview
delete
Stop the managed preview server for a session
post
Restore a terminated session
post
Resume an exited agent in its existing session
put
Set the reviewer harness for a 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
get
Stream session workspace file changes
get
Read one session workspace file and its git diff
get
List files in a session workspace with git change status
post
Clean up terminated session workspaces
shellTerminals
4
sessions
Spawn an orchestrator session
post
/api/v1/orchestrators
Request body
SpawnOrchestratorRequest
required
clean
boolean
projectId
string
required
Response
Created
SpawnOrchestratorResponse
required
orchestrator
OrchestratorResponse
required
Changes