/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 53m ago · Updated 2h 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
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