/
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
26
browser
2
conversations
28
dev
1
events
1
fs
1
github
4
identity
2
import
4
link-preview
1
mobile
9
notifications
6
projects
11
get
List all registered projects (active + degraded)
post
Register a new project from a git repository path
get
Fetch one project; discriminates ok vs degraded
put
Atomically replace a project's display name and config
delete
Remove a project; stops sessions, cleans workspaces, unregisters
put
Replace a project's per-project config
patch
Remember project permissions for future sessions
post
Clone and register a project from a git repository URL
post
Remove an abandoned clone created for project preparation
post
Clone a project without registering it so Git setup can be completed
post
Initialize a selected folder as a Git repository with an initial commit
prs
2
push
3
reports
2
reviews
10
sessions
54
settings
3
shellTerminals
4
system
5
usage
2
projects
Clone a project without registering it so Git setup can be completed
post
/api/v1/projects/clone/prepare
Request body
CloneProjectInput
required
config
ProjectConfig
destinationParent
string
required
name
string
nullable
projectId
string
nullable
remoteUrl
string
required
Response
OK
ClonePreparationResult
required
path
string
required
preparationId
string
required
remoteUrl
string
required
Changes