/
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
23
dev
1
events
1
identity
2
import
4
link-preview
1
mobile
9
notifications
5
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
reviews
10
sessions
51
settings
3
shellTerminals
4
system
5
usage
2
projects
Initialize a selected folder as a Git repository with an initial commit
post
/api/v1/projects/initialize
Request body
InitializeRepositoryInput
required
path
string
required
Response
OK
InitializeRepositoryResult
required
path
string
required
Changes