/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 4h 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
Register a new project from a git repository path
post
/api/v1/projects
Request body
AddProjectInput
required
asWorkspace
boolean
config
ProjectConfig
name
string
nullable
path
string
required
projectId
string
nullable
Response
Created
ProjectResponse
required
project
Project
required
Changes