/
/Agent Orchestrator HTTP daemon
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-09-27
agents26
browser2
conversations23
dev1
events1
fs1
identity2
import4
link-preview1
mobile9
notifications6
projects11
  • getList all registered projects (active + degraded)
  • postRegister a new project from a git repository path
  • getFetch one project; discriminates ok vs degraded
  • putAtomically replace a project's display name and config
  • deleteRemove a project; stops sessions, cleans workspaces, unregisters
  • putReplace a project's per-project config
  • patchRemember project permissions for future sessions
  • postClone and register a project from a git repository URL
  • postRemove an abandoned clone created for project preparation
  • postClone a project without registering it so Git setup can be completed
  • postInitialize a selected folder as a Git repository with an initial commit
prs2
push3
reviews10
sessions54
settings3
shellTerminals4
system5
usage2
    projects

    List all registered projects (active + degraded)

    get/api/v1/projects

    Response

    OK

    Changes