/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 42m ago · Updated 6h ago
Details
Filter operations
agents
3
browser
2
dev
1
events
1
import
2
mobile
4
notifications
4
projects
7
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
post
Initialize a selected folder as a Git repository with an initial commit
prs
2
push
2
reviews
4
sessions
26
shellTerminals
4
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