/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 8h ago
Details
Filter operations
agents
3
events
1
import
2
mobile
4
notifications
4
projects
6
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
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
21
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