/
/Agent Orchestrator HTTP daemon
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 56m ago · Updated 22h ago
agents3
events1
import2
mobile4
notifications4
projects6
prs2
push2
reviews4
sessions21
  • getList orchestrator sessions across projects
  • postSpawn an orchestrator session
  • getFetch one orchestrator session
  • getList sessions
  • postSpawn a new agent session
  • getFetch one session
  • patchRename a session display name
  • postReport an agent activity-state signal for a session
  • postMark a session terminated and tear down runtime/workspace resources
  • getList pull requests owned by a session
  • postClaim an existing pull request for a session
  • getDiscover a browser preview URL for a session workspace
  • postSet (or autodetect) the browser preview URL for a session
  • deleteClear the browser preview URL for a session
  • getServe a static browser preview file from a session workspace
  • postRestore a terminated session
  • postUndo a partially-completed spawn (delete seed row, or kill if spawn output exists)
  • postSend a message to a running session's agent
  • getRead one session workspace file and its git diff
  • getList files in a session workspace with git change status
  • postClean up terminated session workspaces
    sessions

    Rename a session display name

    patch/api/v1/sessions/{sessionId}

    Path parameters

    sessionIdstring required

    Session identifier, e.g. project-1.

    Session identifier, e.g. project-1.

    Request body

    displayNamestring required

    Response

    OK

    displayNamestring required
    okboolean required
    sessionIdstring required

    Changes