/
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 9h ago
Details
Filter operations
events
1
import
2
notifications
4
projects
5
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
prs
2
reviews
3
sessions
19
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