/
/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
identity2
import4
mobile9
notifications4
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
sessions51
settings3
shellTerminals4
system5
usage2
    projects

    Initialize a selected folder as a Git repository with an initial commit

    post/api/v1/projects/initialize

    Request body

    pathstring required

    Response

    OK

    pathstring required

    Changes